{ "opencollection": "1.0.0", "info": { "name": "Okra API (Historical) Accounts Payments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Initiate a bank-to-bank payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/pay/initiate", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a bank-to-bank payment" }, { "info": { "name": "Verify a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/pay/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify a payment" }, { "info": { "name": "Create a payment link", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/pay/link/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a payment link" }, { "info": { "name": "Initiate a direct-debit authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/authorization/initiate", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a direct-debit authorization" }, { "info": { "name": "Initiate a bulk payment file", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/bulkfiles/initiate", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a bulk payment file" } ] } ], "bundled": true }