Global Payments · OAuth Scopes

Global Payments OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://apis.globalpay.com/oauth2/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.

eCommercePayment ProcessingPayment TechnologyPaymentsPOSFortune 1000
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://apis.globalpay.com/oauth2/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
payment-methods:read Read payment methods clientCredentials
payment-methods:write Store payment methods clientCredentials
transactions:read Read transactions clientCredentials
transactions:write Create transactions clientCredentials

Source

OAuth Scopes

global-payments-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/global-payments-unified-payments-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/global-payments-unified-payments-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://apis.globalpay.com/oauth2/token
scopes:
- scope: payment-methods:read
  description: Read payment methods
  flows:
  - clientCredentials
  sources:
  - openapi/global-payments-unified-payments-api-openapi.yml
- scope: payment-methods:write
  description: Store payment methods
  flows:
  - clientCredentials
  sources:
  - openapi/global-payments-unified-payments-api-openapi.yml
- scope: transactions:read
  description: Read transactions
  flows:
  - clientCredentials
  sources:
  - openapi/global-payments-unified-payments-api-openapi.yml
- scope: transactions:write
  description: Create transactions
  flows:
  - clientCredentials
  sources:
  - openapi/global-payments-unified-payments-api-openapi.yml