{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts BankAccounts API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "BankAccounts", "type": "folder" }, "items": [ { "info": { "name": "Get Bank Account List", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id/bank-accounts", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Bank Account List" }, { "info": { "name": "Add Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/v2/accounts/:account_id/bank-accounts", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Bank Account" }, { "info": { "name": "Get A Bank Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id/bank-accounts/:bank_account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bank_account_id", "value": "", "type": "path" } ] }, "docs": "Get A Bank Account" }, { "info": { "name": "Disable A Bank Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dlocal.com/v2/accounts/:account_id/bank-accounts/:bank_account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bank_account_id", "value": "", "type": "path" } ] }, "docs": "Disable A Bank Account" } ] } ], "bundled": true }