GetPaid · OAuth Scopes

GetPaid OAuth Scopes

OAuth 2.0 derived

GetPaid 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 GetPaid API on a user’s behalf.

Tokens are issued from https://auth.getpaid.io/oauth/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.

CompanyPaymentsEmbedded PaymentsSplit SettlementCheckoutMarketplaceOnboardingSubscriptionsAgent PaymentsEurope
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.getpaid.io/oauth/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
accounts:read Allows to read accounts and onboarding applications. clientCredentials
accounts:read_write Allows to read, create and/or operate accounts and onboarding applications. clientCredentials
payments:read Allows to read payments and checkouts. clientCredentials
payments:read_write Allows to read, create and/or operate payments and checkouts. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/getpaid-openapi-original.yml
schemes:
- name: OAuth
  source: openapi/getpaid-openapi-original.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.getpaid.io/oauth/token
scopes:
- scope: accounts:read
  description: Allows to read accounts and onboarding applications.
  flows:
  - clientCredentials
  sources:
  - openapi/getpaid-openapi-original.yml
- scope: accounts:read_write
  description: Allows to read, create and/or operate accounts and onboarding applications.
  flows:
  - clientCredentials
  sources:
  - openapi/getpaid-openapi-original.yml
- scope: payments:read
  description: Allows to read payments and checkouts.
  flows:
  - clientCredentials
  sources:
  - openapi/getpaid-openapi-original.yml
- scope: payments:read_write
  description: Allows to read, create and/or operate payments and checkouts.
  flows:
  - clientCredentials
  sources:
  - openapi/getpaid-openapi-original.yml