{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Authorise3d API", "version": "6" }, "items": [ { "info": { "name": "Authorise3d", "type": "folder" }, "items": [ { "info": { "name": "Adyen Complete a 3DS Authorisation", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/authorise3d", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "For an authenticated 3D Secure session, completes the payment authorisation. This endpoint must receive the `md` and `paResponse` parameters that you get from the card issuer after a shopper pays via 3D Secure.\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-expl" } ] } ], "bundled": true }