{ "opencollection": "1.0.0", "info": { "name": "Wells Fargo Account Accounts Transactions API", "version": "3.0" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Account Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.wellsfargo.com/v3/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Wells Fargo account identifier." }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for transaction search (YYYY-MM-DD). Maximum 180 days prior." }, { "name": "endDate", "value": "", "type": "query", "description": "End date for transaction search (YYYY-MM-DD)." }, { "name": "transactionType", "value": "", "type": "query", "description": "Filter by transaction type (ACH, WIRE, RTP, CHECK, FED_NOW)." }, { "name": "debitCreditIndicator", "value": "", "type": "query", "description": "Filter by debit or credit transactions." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of transactions to return per page (default 100, max 500)." }, { "name": "pageToken", "value": "", "type": "query", "description": "Pagination token from a previous response to fetch next page." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wellsfargo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a paginated list of transactions for a specified account, supporting ACH, Wire, and RTP/Instant Payment transaction types with intraday and previous-day reporting up to 180 days. Includes unique transaction IDs for deduplication." }, { "info": { "name": "Get Transaction Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.wellsfargo.com/v3/accounts/:accountId/transactions/:transactionId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Wells Fargo account identifier." }, { "name": "transactionId", "value": "", "type": "path", "description": "The unique transaction identifier." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wellsfargo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves detailed information for a specific transaction by its unique transaction ID, including amount, counterparty, date, status, and transaction-type-specific fields for ACH, Wire, and RTP transactions." }, { "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 }