{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute changeStatus API", "version": "6" }, "items": [ { "info": { "name": "changeStatus", "type": "folder" }, "items": [ { "info": { "name": "Adyen Changes the Status of the Payment Method.", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/changeStatus", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Changes the status of the provided payment method to the specified status." } ] } ], "bundled": true }