{ "opencollection": "1.0.0", "info": { "name": "dLocal Payins Accounts Chargebacks API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Chargebacks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a Chargeback", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/chargebacks/:chargeback_id", "params": [ { "name": "chargeback_id", "value": "", "type": "path" } ] }, "docs": "Get details of a specific chargeback." }, { "info": { "name": "Upload Dispute Documentation", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/chargebacks/dispute/:chargeback_id", "params": [ { "name": "chargeback_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit a PDF file (max 1MB, base64-encoded) to dispute a chargeback." } ] } ], "bundled": true }