{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute retrieve3ds2Result API", "version": "6" }, "items": [ { "info": { "name": "retrieve3ds2Result", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get the 3DS2 Authentication Result", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/retrieve3ds2Result", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieves the `threeDS2Result` after doing a 3D Secure 2 authentication only." } ] } ], "bundled": true }