{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Bulk Charge API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bulk Charge", "type": "folder" }, "items": [ { "info": { "name": "List Bulk Charge Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/bulkcharge", "params": [ { "name": "perPage", "value": "", "type": "query", "description": "Number of records to fetch per page" }, { "name": "page", "value": "", "type": "query", "description": "The section to retrieve" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "List Bulk Charge Batches" }, { "info": { "name": "Initiate Bulk Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/bulkcharge", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate Bulk Charge" }, { "info": { "name": "Fetch Bulk Charge Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/bulkcharge/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "Batch code" } ] }, "docs": "Fetch Bulk Charge Batch" }, { "info": { "name": "Fetch Charges in a Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/bulkcharge/:code/charges", "params": [ { "name": "code", "value": "", "type": "path", "description": "Batch code" } ] }, "docs": "Fetch Charges in a Batch" }, { "info": { "name": "Pause Bulk Charge Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/bulkcharge/pause/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "Batch code" } ] }, "docs": "Pause Bulk Charge Batch" }, { "info": { "name": "Resume Bulk Charge Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/bulkcharge/resume/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "Batch code" } ] }, "docs": "Resume Bulk Charge Batch" } ] } ], "bundled": true }