US Bancorp website screenshot

US Bancorp

U.S. Bancorp is the parent company of U.S. Bank National Association, one of the largest commercial banks in the United States. U.S. Bank provides a developer portal at developer.usbank.com offering APIs for corporate banking, payments, and treasury management including RTP, ACH, Positive Pay, corporate account information, data toolbox, fleet management (Voyager), freight payment, and push-to-card capabilities. Authentication uses OAuth MFA with SinglePoint credentials.

11 APIs 3 Features
BankingFinanceFortune 500Corporate BankingPaymentsOpen BankingTreasury ManagementConsumer Banking

APIs

US Bank Corporate Account Information API

The Corporate Account Information API provides access to U.S. Bank deposit account balances and transaction data for corporate customers. It enables retrieval of current-day and...

US Bank RTP Real-Time Payments API

The RTP Real-Time Payments API enables 24/7/365 real-time payment origination through The Clearing House RTP network. Supports credit transfer messages, request for payment (RFP...

US Bank ACH Originations API

The ACH Originations API enables origination of ACH (Automated Clearing House) payments from U.S. Bank corporate accounts. Supports standard ACH credit and debit transactions fo...

US Bank Positive Pay API

The Positive Pay API helps detect check fraud by electronically matching checks to issued items. Enables retrieval of exception items (checks that don't match issued items), sub...

US Bank Push to Card API

The Push to Card API enables instant fund disbursements directly to Visa and Mastercard debit cards. Ideal for disbursements, refunds, and payouts up to $125,000 per transaction...

US Bank Wire Transfers API

The Wire Transfers API enables domestic and international wire transfer origination from U.S. Bank corporate accounts for large-value, time-sensitive payments.

US Bank Data Toolbox API

The Data Toolbox API provides access to U.S. Bank retail banking consumer account data including checking, savings, credit card, mortgage, and brokerage account information. Use...

US Bank Voyager Fleet API

The Voyager Fleet API suite provides fleet management capabilities for the Voyager network, enabling access to fleet transaction data, vehicle management, account information, a...

US Bank Freight Payment API

The Freight Payment API suite provides freight audit and payment processing capabilities, enabling freight shippers to submit and receive transaction data through a single API a...

US Bank Instant Payments API

The Instant Payments API enables instant payment origination supporting FedNow and RTP payment rails for real-time settlement.

US Bank Holidays API

The Bank Holidays API provides information about U.S. Bank processing holidays and Federal Reserve banking holidays, useful for payment scheduling and clearing house availabilit...

Collections

Pricing Plans

Us Bancorp Plans Pricing

1 plans

PLANS

Rate Limits

Us Bancorp Rate Limits

1 limits

RATE LIMITS

FinOps

Features

U.S. Bancorp: API access via partner / B2B contracts only
No public API pricing published — contact enterprise sales
U.S. Bank APIs are sold to commercial treasury and embedded payment customers via account managers.

Semantic Vocabularies

Us Bancorp Context

30 classes · 5 properties

JSON-LD

API Governance Rules

US Bancorp API Rules

9 rules · 2 errors 6 warnings 1 info

SPECTRAL

JSON Structure

Us Bank Transaction Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

U.S. Bank Expands Collaboration with AWS to Accelerate ...

2026-05-25

US Bancorp's AI Strategy: Analysis of Dominance in ...

2026-05-25

U.S. Bancorp Announces Leadership Changes in Its ...

2026-05-25

U.S. Bank Partners With Microsoft to Accelerate the Future of ...

2026-05-25

U.S. Bancorp Annual Report 2025

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: US Bank RTP Real-Time Payments API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://api.usbank.com/oauth/authorize
    accessTokenUrl: https://api.usbank.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: RTP Eligibility
    type: folder
  items:
  - info:
      name: Check RTP Eligibility
      type: http
    http:
      method: GET
      url: https://api.usbank.com/v1/rtp/eligibility
      headers:
      - name: Accept
        value: ''
      - name: Accept-Encoding
        value: ''
      - name: Correlation-ID
        value: ''
      - name: On-Behalf-Of
        value: ''
      params:
      - name: routingNumber
        value: ''
        type: query
        description: 9-digit routing number of the receiver's bank
    docs: Check if the recipient's bank is part of the RTP Network. The routing number of the receiving bank is required to
      check RTP eligibility.
- info:
    name: Credit Transfers
    type: folder
  items:
  - info:
      name: Initiate RTP Credit Transfer
      type: http
    http:
      method: POST
      url: https://api.usbank.com/v1/rtp/credit-transfers
      headers:
      - name: Content-Type
        value: ''
      - name: Correlation-ID
        value: ''
      body:
        type: json
        data: '{}'
    docs: Initiate an RTP credit transfer transaction. The payer must be a U.S. Bank customer. Transactions are processed
      24/7/365 and settle instantly. All transactions are irrevocable once submitted.
  - info:
      name: Get RTP Credit Transfer Status
      type: http
    http:
      method: GET
      url: https://api.usbank.com/v1/rtp/credit-transfers/:transactionId
      headers:
      - name: Correlation-ID
        value: ''
      - name: Accept
        value: ''
      params:
      - name: transactionId
        value: ''
        type: path
        description: The unique identifier of the RTP credit transfer transaction
    docs: Retrieve the status and details of an RTP credit transfer that was initiated or an incoming credit transfer.
- info:
    name: Request for Payment
    type: folder
  items:
  - info:
      name: Initiate RTP Request for Payment
      type: http
    http:
      method: POST
      url: https://api.usbank.com/v1/rtp/requests-for-payment
      headers:
      - name: Content-Type
        value: ''
      - name: Correlation-ID
        value: ''
      body:
        type: json
        data: '{}'
    docs: Initiate an RTP Request for Payment (RFP) to receive money in a U.S. Bank account. Supports configurable reminders,
      partial payments, and future payment scheduling.
  - info:
      name: Get RTP Request for Payment Status
      type: http
    http:
      method: GET
      url: https://api.usbank.com/v1/rtp/requests-for-payment/:requestId
      headers:
      - name: Correlation-ID
        value: ''
      - name: Accept
        value: ''
      params:
      - name: requestId
        value: ''
        type: path
        description: The unique identifier of the RFP
    docs: Retrieve the status and details of an RTP Request for Payment.
bundled: true