{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Refund API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refund", "type": "folder" }, "items": [ { "info": { "name": "List Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/refund", "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 Refunds" }, { "info": { "name": "Create Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/refund", "body": { "type": "json", "data": "{}" } }, "docs": "Create Refund" }, { "info": { "name": "Fetch Refund", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/refund/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch Refund" } ] } ], "bundled": true }