{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute get3dsAvailability API", "version": "6" }, "items": [ { "info": { "name": "get3dsAvailability", "type": "folder" }, "items": [ { "info": { "name": "Adyen Check if 3D Secure is Available", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/get3dsAvailability", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Verifies whether 3D Secure is available for the specified BIN or card brand. For 3D Secure 2, this endpoint also returns device fingerprinting keys.\n\nFor more information, refer to [3D Secure 2](https://docs.adyen.com/online-payments/3d-secure/native-3ds2)." } ] } ], "bundled": true }