wells-fargo · Example Payload

Wells Fargo Account Transactions Api Listaccounttransactions Example

Fortune 100

Wells Fargo Account Transactions Api Listaccounttransactions Example is an example object payload from wells-fargo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.wellsfargo.com/v3/accounts/acct-1001/transactions?startDate=2026-04-01&endDate=2026-04-30&transactionType=ACH&pageSize=3",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "transactions": [
        {
          "transactionId": "txn-20260428-00123",
          "accountId": "acct-1001",
          "transactionType": "ACH",
          "debitCreditIndicator": "CREDIT",
          "amount": 45000.00,
          "currency": "USD",
          "transactionDate": "2026-04-28",
          "postingDate": "2026-04-28",
          "description": "ACH CREDIT - CUSTOMER PAYMENT",
          "status": "POSTED",
          "counterpartyName": "Global Enterprises LLC",
          "counterpartyAccountNumber": "****8877",
          "counterpartyRoutingNumber": "026009593",
          "referenceNumber": "ACH202604280001"
        },
        {
          "transactionId": "txn-20260425-00091",
          "accountId": "acct-1001",
          "transactionType": "ACH",
          "debitCreditIndicator": "DEBIT",
          "amount": 8750.00,
          "currency": "USD",
          "transactionDate": "2026-04-25",
          "postingDate": "2026-04-25",
          "description": "ACH DEBIT - VENDOR PAYMENT INV-2026-0142",
          "status": "POSTED",
          "counterpartyName": "Acme Corp",
          "counterpartyAccountNumber": "****4532",
          "counterpartyRoutingNumber": "021000021",
          "referenceNumber": "ACH202604250002"
        },
        {
          "transactionId": "txn-20260420-00067",
          "accountId": "acct-1001",
          "transactionType": "ACH",
          "debitCreditIndicator": "DEBIT",
          "amount": 125000.00,
          "currency": "USD",
          "transactionDate": "2026-04-20",
          "postingDate": "2026-04-20",
          "description": "ACH DEBIT - PAYROLL RUN APR W2",
          "status": "POSTED",
          "counterpartyName": "PAYROLL SERVICES",
          "counterpartyAccountNumber": "****9901",
          "counterpartyRoutingNumber": "021000089",
          "referenceNumber": "ACH202604200003"
        }
      ],
      "nextPageToken": "eyJzdGFydEluZGV4IjozfQ==",
      "totalCount": 34
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/wells-fargo-account-transactions-api-listAccountTransactions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.