wells-fargo · OAuth Scopes

wells-fargo OAuth Scopes

OAuth 2.0 derived

wells-fargo publishes 4 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the wells-fargo API on a user’s behalf.

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

Fortune 100
Scopes: 4 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.wellsfargo.com/oauth2/authorize
Token URL
https://api.wellsfargo.com/oauth2/token
Flows
clientCredentialsauthorizationCode

Scopes (4)

ScopeDescriptionFlows
accounts:read Read account information and balances authorizationCode, clientCredentials
payments:read Read payment information and status clientCredentials
payments:write Initiate and cancel payments authorizationCode, clientCredentials
transactions:read Read transaction history and details authorizationCode, clientCredentials

Source

OAuth Scopes

wells-fargo-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/wells-fargo-account-transactions-api-openapi.yml, openapi/wells-fargo-ach-payments-api-openapi.yml,
  openapi/wells-fargo-gateway-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/wells-fargo-account-transactions-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.wellsfargo.com/oauth2/token
- name: oauth2
  source: openapi/wells-fargo-ach-payments-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.wellsfargo.com/oauth2/token
- name: oauth2
  source: openapi/wells-fargo-gateway-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.wellsfargo.com/oauth2/authorize
    tokenUrl: https://api.wellsfargo.com/oauth2/token
scopes:
- scope: accounts:read
  description: Read account information and balances
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/wells-fargo-account-transactions-api-openapi.yml
  - openapi/wells-fargo-gateway-api-openapi.yml
- scope: payments:read
  description: Read payment information and status
  flows:
  - clientCredentials
  sources:
  - openapi/wells-fargo-ach-payments-api-openapi.yml
- scope: payments:write
  description: Initiate and cancel payments
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/wells-fargo-ach-payments-api-openapi.yml
  - openapi/wells-fargo-gateway-api-openapi.yml
- scope: transactions:read
  description: Read transaction history and details
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/wells-fargo-account-transactions-api-openapi.yml
  - openapi/wells-fargo-gateway-api-openapi.yml