{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts Transfers API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Transfers", "type": "folder" }, "items": [ { "info": { "name": "Create A Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Transfer" }, { "info": { "name": "Get A Transfer", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/transfers/:transfer_id", "params": [ { "name": "transfer_id", "value": "", "type": "path" } ] }, "docs": "Get A Transfer" }, { "info": { "name": "Cancel A Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/transfers/:transfer_id/cancel", "params": [ { "name": "transfer_id", "value": "", "type": "path" } ] }, "docs": "Cancel A Transfer" } ] } ], "bundled": true }