{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Dispute API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dispute", "type": "folder" }, "items": [ { "info": { "name": "List Disputes", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/dispute", "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": "status", "value": "", "type": "query", "description": "Dispute Status." }, { "name": "transaction", "value": "", "type": "query", "description": "Transaction ID" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "List Disputes" }, { "info": { "name": "Fetch Dispute", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/dispute/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Dispute ID" } ] }, "docs": "Fetch Dispute" }, { "info": { "name": "Update Dispute", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paystack.co/dispute/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Dispute ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Dispute" }, { "info": { "name": "Get Upload URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/dispute/:id/upload_url", "params": [ { "name": "id", "value": "", "type": "path", "description": "Dispute ID" } ] }, "docs": "Get Upload URL" }, { "info": { "name": "Export Disputes", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/dispute/export", "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": "status", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "Export Disputes" }, { "info": { "name": "List Transaction Disputes", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/dispute/transaction/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Transaction ID" } ] }, "docs": "List Transaction Disputes" }, { "info": { "name": "Resolve a Dispute", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paystack.co/dispute/:id/resolve", "params": [ { "name": "id", "value": "", "type": "path", "description": "Dispute ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resolve a Dispute" }, { "info": { "name": "Add Evidence", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/dispute/:id/evidence", "params": [ { "name": "id", "value": "", "type": "path", "description": "Dispute ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Evidence" } ] } ], "bundled": true }