{ "opencollection": "1.0.0", "info": { "name": "Cross River Operating System (COS) Accounts Instant Payments 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": "Instant Payments", "type": "folder" }, "items": [ { "info": { "name": "Send an instant payment", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.crbcos.com/rtp/v1/payments", "headers": [ { "name": "idempotency-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a single instant payment (credit transfer) over CRNow, RTP (The Clearing House), or FedNow, depending on the receiving bank's supported networks. MODELED request body." }, { "info": { "name": "Get supported instant-payment services", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.crbcos.com/rtp/v1/directory", "params": [ { "name": "routingNumber", "value": "", "type": "query", "description": "ABA routing number of the financial institution to query." } ] }, "docs": "Retrieves a list of instant-payment-related services supported by a specific financial institution (routing number), used to check whether a receiving bank supports RTP and/or FedNow before sending." } ] } ], "bundled": true }