Bank of America · OAuth Scopes

Bank of America OAuth Scopes

OAuth 2.0 derived

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

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

BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.bankofamerica.com/oauth/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
accounts:read Read account information and balances clientCredentials
payments:write Initiate and manage payments clientCredentials
statements:read Access account statements clientCredentials
transactions:read Read transaction history clientCredentials

Source

OAuth Scopes

bank-of-america-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bank-of-america-cashpro-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/bank-of-america-cashpro-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.bankofamerica.com/oauth/token
scopes:
- scope: accounts:read
  description: Read account information and balances
  flows:
  - clientCredentials
  sources:
  - openapi/bank-of-america-cashpro-api-openapi.yml
- scope: payments:write
  description: Initiate and manage payments
  flows:
  - clientCredentials
  sources:
  - openapi/bank-of-america-cashpro-api-openapi.yml
- scope: statements:read
  description: Access account statements
  flows:
  - clientCredentials
  sources:
  - openapi/bank-of-america-cashpro-api-openapi.yml
- scope: transactions:read
  description: Read transaction history
  flows:
  - clientCredentials
  sources:
  - openapi/bank-of-america-cashpro-api-openapi.yml