{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute createPermit API", "version": "6" }, "items": [ { "info": { "name": "createPermit", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create New Permits Linked to a Recurring Contract.", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/createPermit", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create permits for a recurring contract, including support for defining restrictions." } ] } ], "bundled": true }