BNY Mellon · OAuth Scopes

BNY Mellon OAuth Scopes

OAuth 2.0 derived

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

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

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500
Scopes: 5 Flows: clientCredentials Method: derived

OAuth endpoints

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

Scopes (5)

ScopeDescriptionFlows
accounts:read Read account data clientCredentials
balances:read Read balance data clientCredentials
payments:write Initiate and manage payments clientCredentials
transactions:read Read transaction history clientCredentials
transfers:write Initiate funds transfers clientCredentials

Source

OAuth Scopes

bank-of-new-york-mellon-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bny-mellon-treasury-services-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/bny-mellon-treasury-services-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.bnymellon.com/oauth/token
scopes:
- scope: accounts:read
  description: Read account data
  flows:
  - clientCredentials
  sources:
  - openapi/bny-mellon-treasury-services-api-openapi.yml
- scope: balances:read
  description: Read balance data
  flows:
  - clientCredentials
  sources:
  - openapi/bny-mellon-treasury-services-api-openapi.yml
- scope: payments:write
  description: Initiate and manage payments
  flows:
  - clientCredentials
  sources:
  - openapi/bny-mellon-treasury-services-api-openapi.yml
- scope: transactions:read
  description: Read transaction history
  flows:
  - clientCredentials
  sources:
  - openapi/bny-mellon-treasury-services-api-openapi.yml
- scope: transfers:write
  description: Initiate funds transfers
  flows:
  - clientCredentials
  sources:
  - openapi/bny-mellon-treasury-services-api-openapi.yml