{ "opencollection": "1.0.0", "info": { "name": "Wells Fargo Account Transactions Accounts Payment Batches API", "version": "3.0" }, "items": [ { "info": { "name": "Payment Batches", "type": "folder" }, "items": [ { "info": { "name": "Submit ACH Batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.wellsfargo.com/v2/ach/batches", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wellsfargo.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submits a batch ACH payment file (NACHA-formatted or JSON) containing multiple ACH transactions for processing in a single submission. Supports CTX, CCD, PPD, and WEB ACH transaction codes." } ] } ], "bundled": true }