US Bancorp · OAuth Scopes

US Bancorp OAuth Scopes

OAuth 2.0 derived

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

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

BankingFinanceFortune 500Corporate BankingPaymentsOpen BankingTreasury ManagementConsumer Banking
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.usbank.com/oauth/authorize
Token URL
https://api.usbank.com/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
account.read Read account information authorizationCode
payment.read Read payment status authorizationCode
payment.write Initiate card payments authorizationCode
positivepay.read Read exception items authorizationCode
positivepay.write Submit decisions authorizationCode
transaction.read Read transaction data authorizationCode

Source

OAuth Scopes

us-bancorp-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/us-bank-corporate-account-information-openapi.yml, openapi/us-bank-positive-pay-openapi.yml,
  openapi/us-bank-push-to-card-openapi.yml, openapi/us-bank-rtp-openapi.yml
schemes:
- name: OAuth2MFA
  source: openapi/us-bank-corporate-account-information-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.usbank.com/oauth/authorize
    tokenUrl: https://api.usbank.com/oauth/token
  description: OAuth 2.0 with MFA using SinglePoint credentials
- name: OAuth2MFA
  source: openapi/us-bank-positive-pay-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.usbank.com/oauth/authorize
    tokenUrl: https://api.usbank.com/oauth/token
  description: OAuth 2.0 with MFA using SinglePoint credentials
- name: OAuth2MFA
  source: openapi/us-bank-push-to-card-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.usbank.com/oauth/authorize
    tokenUrl: https://api.usbank.com/oauth/token
  description: OAuth 2.0 with MFA using SinglePoint credentials
- name: OAuth2MFA
  source: openapi/us-bank-rtp-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.usbank.com/oauth/authorize
    tokenUrl: https://api.usbank.com/oauth/token
  description: OAuth 2.0 with MFA using SinglePoint credentials
scopes:
- scope: account.read
  description: Read account information
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-corporate-account-information-openapi.yml
- scope: payment.read
  description: Read payment status
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-push-to-card-openapi.yml
  - openapi/us-bank-rtp-openapi.yml
- scope: payment.write
  description: Initiate card payments
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-push-to-card-openapi.yml
  - openapi/us-bank-rtp-openapi.yml
- scope: positivepay.read
  description: Read exception items
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-positive-pay-openapi.yml
- scope: positivepay.write
  description: Submit decisions
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-positive-pay-openapi.yml
- scope: transaction.read
  description: Read transaction data
  flows:
  - authorizationCode
  sources:
  - openapi/us-bank-corporate-account-information-openapi.yml