{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts Payouts API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Request A Payout", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/payouts/v3", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new payout to a beneficiary in a supported destination country." }, { "info": { "name": "Get A Payout", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/payouts/v3/:payout_id", "params": [ { "name": "payout_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a payout by ID." }, { "info": { "name": "Cancel A Payout", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/payouts/v3/:payout_id/cancel", "params": [ { "name": "payout_id", "value": "", "type": "path" } ] }, "docs": "Cancel a payout that has not yet been released." }, { "info": { "name": "Release A Payout", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/payouts/v3/:payout_id/release", "params": [ { "name": "payout_id", "value": "", "type": "path" } ] }, "docs": "Release a payout previously held with `on_hold=true`." } ] } ], "bundled": true }