{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Authorise3ds2 API", "version": "6" }, "items": [ { "info": { "name": "Authorise3ds2", "type": "folder" }, "items": [ { "info": { "name": "Adyen Complete a 3DS2 Authorisation", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/authorise3ds2", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "For an authenticated 3D Secure 2 session, completes the payment authorisation. This endpoint must receive the `threeDS2Token` and `threeDS2Result` parameters.\n\n> This endpoint is part of our [classic API integration](https://docs.adyen.com/online-payments/classic-integrations/api-integration-ecommerce/3d-secure). If using a [newer integration](https://docs.adyen.com/online-payments), use the [`/payments/details`](https://docs.adyen.com/api-explorer/#/CheckoutService/payments/details) endpoint un" } ] } ], "bundled": true }