{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute updateAccountHolder API", "version": "6" }, "items": [ { "info": { "name": "updateAccountHolder", "type": "folder" }, "items": [ { "info": { "name": "Adyen Update an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/updateAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the `accountHolderDetails` and `processingTier` of an account holder, and adds bank accounts and shareholders.\n\nWhen updating `accountHolderDetails`, parameters that are not included in the request are left unchanged except for the following object:\n\n* `metadata`: Updating the metadata replaces the entire object. This means that to update an existing key-value pair, you must provide the changes, as well as other existing key-value pairs.\n\nWhen updating any field in the following objects," } ] } ], "bundled": true }