{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute balanceTransfer API", "version": "6" }, "items": [ { "info": { "name": "balanceTransfer", "type": "folder" }, "items": [ { "info": { "name": "Adyen Start a Balance Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceTransfer", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Starts a balance transfer request between merchant accounts. The following conditions must be met before you can successfully transfer balances:\n\n* The source and destination merchant accounts must be under the same company account and legal entity.\n\n* The source merchant account must have sufficient funds.\n\n* The source and destination merchant accounts must have at least one common processing currency.\n\nWhen sending multiple API requests with the same source and destination merchant accounts, " } ] } ], "bundled": true }