{ "opencollection": "1.0.0", "info": { "name": "dLocal Payins Accounts Bank Accounts API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bank Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/accounts/:account_id/bank-accounts", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List all registered bank accounts for a platform sub-account." }, { "info": { "name": "Add Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/accounts/:account_id/bank-accounts", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Register a bank account for a platform sub-account to receive settlements." }, { "info": { "name": "Remove Bank Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dlocal.com/accounts/:account_id/bank-accounts/:bank_account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "bank_account_id", "value": "", "type": "path" } ] }, "docs": "Remove a registered bank account from a platform sub-account." } ] } ], "bundled": true }