{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create An Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Onboard a new sub-merchant account (company or individual)." }, { "info": { "name": "Get An Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get An Account" }, { "info": { "name": "Update An Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dlocal.com/v2/accounts/:account_id/update", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update An Account" }, { "info": { "name": "Block An Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/accounts/:account_id/block", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Block An Account" }, { "info": { "name": "Unblock An Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/accounts/:account_id/unblock", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Unblock An Account" }, { "info": { "name": "Cancel An Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/accounts/:account_id/cancel", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Cancel An Account" }, { "info": { "name": "Get Account Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id/balance", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Account Balance" }, { "info": { "name": "Get Account Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id/credentials", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Account Credentials" } ] } ], "bundled": true }