Montran · OAuth Scopes

Montran OAuth Scopes

OAuth 2.0 derived

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

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

BankingCentral BankingFinancial ServicesISO 20022Market InfrastructureMessagingPaymentsReal-Time PaymentsSWIFT
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.montran.com/oauth2/authorize
Token URL
https://auth.montran.com/oauth2/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
aisp Account Information Service Provider access authorizationCode
pisp Payment Initiation Service Provider access authorizationCode

Source

OAuth Scopes

montran-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/montran-instant-payments-gateway-openapi.yml
schemes:
- name: oauth2
  source: openapi/montran-instant-payments-gateway-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.montran.com/oauth2/authorize
    tokenUrl: https://auth.montran.com/oauth2/token
  description: OAuth 2.0 authorization for PSD2 AISP/PISP access
scopes:
- scope: aisp
  description: Account Information Service Provider access
  flows:
  - authorizationCode
  sources:
  - openapi/montran-instant-payments-gateway-openapi.yml
- scope: pisp
  description: Payment Initiation Service Provider access
  flows:
  - authorizationCode
  sources:
  - openapi/montran-instant-payments-gateway-openapi.yml