{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute closeAccount API", "version": "6" }, "items": [ { "info": { "name": "closeAccount", "type": "folder" }, "items": [ { "info": { "name": "Adyen Close an Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/closeAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Closes an account. If an account is closed, you cannot process transactions, pay out its funds, or reopen it. If payments are made to a closed account, the payments are sent to your liable account." } ] } ], "bundled": true }