Checkout.com · OAuth Scopes

Checkout.com OAuth Scopes

OAuth 2.0 derived

Checkout.com publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Checkout.com API on a user’s behalf.

Tokens are issued from https://access.checkout.com/connect/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

FintechPaymentsCardsAcquiringCross-Border
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://access.checkout.com/connect/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
gateway Access to gateway resources clientCredentials
vault Access to vault resources clientCredentials

Source

OAuth Scopes

checkout-com-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/checkout-com-openapi.yml
schemes:
- name: OAuth2
  source: openapi/checkout-com-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://access.checkout.com/connect/token
  description: OAuth 2.0 client credentials flow
scopes:
- scope: gateway
  description: Access to gateway resources
  flows:
  - clientCredentials
  sources:
  - openapi/checkout-com-openapi.yml
- scope: vault
  description: Access to vault resources
  flows:
  - clientCredentials
  sources:
  - openapi/checkout-com-openapi.yml