{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute refundFundsTransfer API", "version": "6" }, "items": [ { "info": { "name": "refundFundsTransfer", "type": "folder" }, "items": [ { "info": { "name": "Adyen Refund a Funds Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/refundFundsTransfer", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Refunds funds transferred from one account to another. Both accounts must be in the same platform, but can have different account holders. " } ] } ], "bundled": true }