{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Disable API", "version": "6" }, "items": [ { "info": { "name": "Disable", "type": "folder" }, "items": [ { "info": { "name": "Adyen Disable Stored Payment Details", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/disable", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Disables stored payment details to stop charging a shopper with this particular recurring detail ID.\n\nFor more information, refer to [Disable stored details](https://docs.adyen.com/classic-integration/recurring-payments/disable-stored-details/)." } ] } ], "bundled": true }