{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Bank API", "version": "6" }, "items": [ { "info": { "name": "Bank", "type": "folder" }, "items": [ { "info": { "name": "Adyen Delete Bank Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/deleteBankAccounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes bank accounts associated with an account holder. " }, { "info": { "name": "Adyen Validate a Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/validateBankAccountIdentification", "body": { "type": "json", "data": "{}" } }, "docs": "Validates bank account identification details. You can use this endpoint to validate bank account details before you [make a transfer](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers) or [create a transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments)." } ] } ], "bundled": true }