{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Authorise API", "version": "6" }, "items": [ { "info": { "name": "Authorise", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create an Authorisation", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/authorise", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates a payment with a unique reference (`pspReference`) and attempts to obtain an authorisation hold. For cards, this amount can be captured or cancelled later. Non-card payment methods typically don't support this and will automatically capture as part of the authorisation.\n> This endpoint is part of our [classic API integration](https://docs.adyen.com/online-payments/classic-integrations/api-integration-ecommerce). If using a [newer integration](https://docs.adyen.com/online-payments), use " } ] } ], "bundled": true }