{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Payment Request API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment Request", "type": "folder" }, "items": [ { "info": { "name": "List Payment Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/paymentrequest", "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": "customer", "value": "", "type": "query", "description": "Customer ID" }, { "name": "status", "value": "", "type": "query", "description": "Invoice status to filter" }, { "name": "currency", "value": "", "type": "query", "description": "If your integration supports more than one currency, choose the one to filter" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "List Payment Request" }, { "info": { "name": "Create Payment Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/paymentrequest", "body": { "type": "json", "data": "{}" } }, "docs": "Create Payment Request" }, { "info": { "name": "Fetch Payment Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/paymentrequest/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch Payment Request" }, { "info": { "name": "Update Payment Request", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paystack.co/paymentrequest/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Payment Request" }, { "info": { "name": "Verify Payment Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/paymentrequest/verify/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Verify Payment Request" }, { "info": { "name": "Send Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/paymentrequest/notify/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Send Notification" }, { "info": { "name": "Payment Request Total", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/paymentrequest/totals" }, "docs": "Payment Request Total" }, { "info": { "name": "Finalize Payment Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/paymentrequest/finalize/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Finalize Payment Request" }, { "info": { "name": "Archive Payment Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/paymentrequest/archive/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive Payment Request" } ] } ], "bundled": true }