wells-fargo website screenshot

wells-fargo

Wells Fargo is a diversified, community-based financial services company providing banking, investment, mortgage, and consumer and commercial finance through thousands of stores and digital channels. Wells Fargo operates a comprehensive developer portal at developer.wellsfargo.com offering open banking APIs for payments, account data, and treasury management. The Gateway API platform handles over 1.5 billion API calls annually and supports commercial banking customers with ACH, wire, RTP, FedNow, and data reporting capabilities.

3 APIs 0 Features
Fortune 100

APIs

Wells Fargo Gateway API

The Wells Fargo Gateway API is a comprehensive open banking platform launched in 2016, offering a growing catalog of plug-and-play APIs, SDKs, and webhooks for commercial custom...

Wells Fargo Account Transactions API

The Wells Fargo Account Transactions API enables treasury management customers to search and retrieve transaction data from the current day through 180 days prior. The API suppo...

Wells Fargo ACH Payments API

The Wells Fargo ACH Payments API enables commercial banking customers to initiate ACH credit and debit transactions, including same-day ACH, for payroll, vendor payments, and co...

Collections

GraphQL

Wells Fargo GraphQL Schema

A conceptual GraphQL schema for the Wells Fargo banking platform, derived from the public Wells Fargo Gateway API at [developer.wellsfargo.com](https://developer.wellsfargo.com)...

GRAPHQL

Pricing Plans

Rate Limits

Wells Fargo Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Wells Fargo Context

6 classes · 28 properties

JSON-LD

API Governance Rules

wells-fargo API Rules

12 rules · 4 errors 7 warnings

SPECTRAL

JSON Structure

Wells Fargo Ach Payment Structure

0 properties

JSON STRUCTURE

Wells Fargo Transaction Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Banks chase AI-fueled efficiencies

2026-05-25

Wells Fargo Scales AI to Meet Surging Customer Demand

2026-05-25

Wells Fargo Reaches Major Digital Milestones

2026-05-25

Wells Fargo Names Faraz Shafiq as Head of AI Products ...

2026-05-25

Wells Fargo, BNP Paribas bolster AI leadership

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
👥
GitHubOrg
GitHubOrg
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Wells Fargo Gateway API
  version: '1.0'
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List accounts
      type: http
    http:
      method: GET
      url: https://api.wellsfargo.com/accounts
    docs: Retrieves a list of accounts associated with the authenticated commercial customer, including account type, balance,
      and status.
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: List payments
      type: http
    http:
      method: GET
      url: https://api.wellsfargo.com/payments
    docs: Retrieves a list of payments initiated through the Gateway platform with status, amount, and recipient details.
  - info:
      name: Create a payment
      type: http
    http:
      method: POST
      url: https://api.wellsfargo.com/payments
      body:
        type: json
        data: '{}'
    docs: Initiates a new payment from the authenticated commercial customer's account to a specified recipient.
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: List transactions
      type: http
    http:
      method: GET
      url: https://api.wellsfargo.com/transactions
      params:
      - name: accountId
        value: ''
        type: query
        description: The account identifier.
      - name: startDate
        value: ''
        type: query
        description: Filter transactions from this date.
      - name: endDate
        value: ''
        type: query
        description: Filter transactions up to this date.
    docs: Retrieves a list of transactions for a specified account with filtering by date range, amount, and transaction type.
bundled: true