PayStand · OAuth Scopes

PayStand OAuth Scopes

OAuth 2.0 searched

PayStand publishes 1 OAuth 2.0 scope via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the PayStand API on a user’s behalf.

Tokens are issued from https://api.paystand.com/v3/api/v3/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.

CompanyPaymentsB2B PaymentsAccounts ReceivableAccounts PayableFintechBlockchainACHBillingCheckout
Scopes: 1 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.paystand.com/v3/api/v3/oauth/authorize
Token URL
https://api.paystand.com/v3/api/v3/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (1)

ScopeDescriptionFlows
auth The single scope Paystand advertises in its OpenID Connect discovery document (scopes_supported) and documents on the Access Token page (scope: auth). Access tokens are requested with grant_type=client_credentials. clientCredentials, authorizationCode

Source

OAuth Scopes

paystand-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.paystand.com/.well-known/openid-configuration
docs: https://developers.paystand.com/reference/access-tokens
schemes:
- name: oauth2
  source: https://api.paystand.com/.well-known/openid-configuration
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.paystand.com/v3/api/v3/oauth/token
  - flow: authorizationCode
    authorizationUrl: https://api.paystand.com/v3/api/v3/oauth/authorize
    tokenUrl: https://api.paystand.com/v3/api/v3/oauth/token
scopes:
- scope: auth
  description: >-
    The single scope Paystand advertises in its OpenID Connect discovery
    document (scopes_supported) and documents on the Access Token page
    (scope: auth). Access tokens are requested with grant_type=client_credentials.
  flows: [clientCredentials, authorizationCode]
  sources: [https://api.paystand.com/.well-known/openid-configuration]
notes: >-
  Paystand exposes coarse OAuth scoping — a single "auth" scope. Fine-grained
  authorization is enforced by the claims/permissions embedded in the issued
  token (claims_supported includes roles and permissions), not by OAuth scopes.