{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute State API", "version": "6" }, "items": [ { "info": { "name": "State", "type": "folder" }, "items": [ { "info": { "name": "Adyen Update Payout or Processing State", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/updateAccountHolderState", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Disables or enables the processing or payout state of an account holder." } ] } ], "bundled": true }