Allowance · OAuth Scopes

Allowance OAuth Scopes

OAuth 2.0 derived

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

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

CompanyPaymentsAgentic PaymentsAI AgentsVirtual CardsFintechModel Context ProtocolConsumer TrustSpending ControlsAP2
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://useallowance.com/oauth/authorize
Token URL
https://useallowance.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
credentials:request Request payment credentials against active mandates authorizationCode
mandates:read Read mandate details and status authorizationCode
mandates:write Propose and manage spending mandates authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: derived
source: openapi/allowance-openapi-original.json
schemes:
- name: OAuth2
  source: openapi/allowance-openapi-original.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://useallowance.com/oauth/authorize
    tokenUrl: https://useallowance.com/oauth/token
  description: OAuth2 authorization code flow (planned — not yet active)
scopes:
- scope: credentials:request
  description: Request payment credentials against active mandates
  flows:
  - authorizationCode
  sources:
  - openapi/allowance-openapi-original.json
- scope: mandates:read
  description: Read mandate details and status
  flows:
  - authorizationCode
  sources:
  - openapi/allowance-openapi-original.json
- scope: mandates:write
  description: Propose and manage spending mandates
  flows:
  - authorizationCode
  sources:
  - openapi/allowance-openapi-original.json