{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute transferFunds API", "version": "6" }, "items": [ { "info": { "name": "transferFunds", "type": "folder" }, "items": [ { "info": { "name": "Adyen Transfer Funds Between Platform Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/transferFunds", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Transfers funds from one account to another account. Both accounts must be in the same platform, but can have different account holders. The transfer must include a transfer code, which should be determined by the platform, in compliance with local regulations." } ] } ], "bundled": true }