{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts ACH API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ACH", "type": "folder" }, "items": [ { "info": { "name": "List sent ACH transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/ach", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List sent ACH transactions" }, { "info": { "name": "Send an ACH", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/ach", "body": { "type": "json", "data": "{}" } }, "docs": "Send an ACH\n" }, { "info": { "name": "Get a sent ACH transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/ach/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "Transaction ID in the ledger" } ] }, "docs": "Get a single sent ACH transaction" }, { "info": { "name": "Update a sent ACH transaction", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/ach/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "Transaction ID in the ledger" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a sent ACH transaction (either status or funds availability)" } ] } ], "bundled": true }