{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute accountHolderBalance API", "version": "6" }, "items": [ { "info": { "name": "accountHolderBalance", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get the Balances of an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolderBalance", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the account balances of an account holder. An account's balances are organized according by currencies. This mean that an account may have multiple balances: one for each currency." } ] } ], "bundled": true }