{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute createAccountHolder API", "version": "6" }, "items": [ { "info": { "name": "createAccountHolder", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates an account holder that [represents the sub-merchant's entity](https://docs.adyen.com/marketplaces-and-platforms/classic/account-structure#your-platform) in your platform. The details that you need to provide in the request depend on the sub-merchant's legal entity type. For more information, refer to [Account holder and accounts](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#legal-entity-types)." } ] } ], "bundled": true }