Scotiabank · OAuth Scopes

Scotiabank OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://developer.api.scotiabank.com/auth/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.

BankingFinancePaymentsCanadaOpen Banking
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://developer.api.scotiabank.com/auth/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
accounts:read Read account information clientCredentials
payments:read Read payment status clientCredentials
payments:write Initiate payments clientCredentials

Source

OAuth Scopes

scotiabank-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/scotiabank-tranxact-openapi.yml
schemes:
- name: OAuth2
  source: openapi/scotiabank-tranxact-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://developer.api.scotiabank.com/auth/token
scopes:
- scope: accounts:read
  description: Read account information
  flows:
  - clientCredentials
  sources:
  - openapi/scotiabank-tranxact-openapi.yml
- scope: payments:read
  description: Read payment status
  flows:
  - clientCredentials
  sources:
  - openapi/scotiabank-tranxact-openapi.yml
- scope: payments:write
  description: Initiate payments
  flows:
  - clientCredentials
  sources:
  - openapi/scotiabank-tranxact-openapi.yml