{ "opencollection": "1.0.0", "info": { "name": "Cross River Operating System (COS) Accounts ACH API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://idptest.crbcos.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "ACH", "type": "folder" }, "items": [ { "info": { "name": "Send an ACH payment", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.crbcos.com/ach/v1/payments", "headers": [ { "name": "idempotency-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Originates a single ACH payment over the Federal Reserve ACH network. Supports standard and same-day ACH. An idempotency-key header is recommended to safely retry. MODELED request body." } ] } ], "bundled": true }