regions-financial · OAuth Scopes

regions-financial OAuth Scopes

OAuth 2.0 derived

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

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

BankingFinancial ServicesOpen BankingFDXConsumer BankingWealth ManagementFortune 500
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (4)

ScopeDescriptionFlows
accounts:read Read account information authorizationCode
customers:read Read customer profile authorizationCode
payments:write Initiate payments authorizationCode
transactions:read Read transaction history authorizationCode

Source

OAuth Scopes

regions-financial-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/regions-open-banking-openapi.yml
schemes:
- name: OAuth2
  source: openapi/regions-open-banking-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.regions.com/oauth/authorize
    tokenUrl: https://auth.regions.com/oauth/token
  description: OAuth 2.0 with customer consent (FDX standard)
scopes:
- scope: accounts:read
  description: Read account information
  flows:
  - authorizationCode
  sources:
  - openapi/regions-open-banking-openapi.yml
- scope: customers:read
  description: Read customer profile
  flows:
  - authorizationCode
  sources:
  - openapi/regions-open-banking-openapi.yml
- scope: payments:write
  description: Initiate payments
  flows:
  - authorizationCode
  sources:
  - openapi/regions-open-banking-openapi.yml
- scope: transactions:read
  description: Read transaction history
  flows:
  - authorizationCode
  sources:
  - openapi/regions-open-banking-openapi.yml