{ "opencollection": "1.0.0", "info": { "name": "purchases-api Issue ACH API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "IssueACH", "type": "folder" }, "items": [ { "info": { "name": "Issue ACH", "type": "http" }, "http": { "method": "POST", "url": "https://sandboxpurchasesapi.connexpay.com/api/v1/IssueACH", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates an ACH Credit payment. May be used by USD merchant accounts only." }, { "info": { "name": "Issue ACH Lite", "type": "http" }, "http": { "method": "POST", "url": "https://sandboxpurchasesapi.connexpay.com/api/v1/IssueACH/IssueLite", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates an ACH Credit payment that does not have an associated sale. This allows ConnexPay Lite clients to submit the issue payment call only. May be used by USD merchant accounts only." } ] } ], "bundled": true }