{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute setupBeneficiary API", "version": "6" }, "items": [ { "info": { "name": "setupBeneficiary", "type": "folder" }, "items": [ { "info": { "name": "Adyen Designate a Beneficiary Account and Transfer the Benefactor's Current Balance", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/setupBeneficiary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Defines a benefactor and a beneficiary relationship between two accounts. At the time of benefactor/beneficiary setup, the funds in the benefactor account are transferred to the beneficiary account, and any further payments to the benefactor account are automatically sent to the beneficiary account. A series of benefactor/beneficiaries may not exceed four beneficiaries and may not have a cycle in it." } ] } ], "bundled": true }