{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Bulk Transfers API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bulk Transfers", "type": "folder" }, "items": [ { "info": { "name": "Send Bulk Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.interswitchng.com/quicktellerservice/api/v5/transactions/BulkTransfer", "headers": [ { "name": "terminalId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disburse to up to thousands of recipients in a single request." } ] } ], "bundled": true }