Logo
Adyen APIs API Documentation

Get 3D Secure availability

POST {{baseUrl}}/get3dsAvailability

Verifies whether 3D Secure is available for the specified BIN or card brand. For 3D Secure 2, this endpoint also returns device fingerprinting keys. For more information, refer to 3D Secure 2.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "threeDS1Supported": true, "threeDS2CardRangeDetails": [], "threeDS2supported": false }



Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"","cardNumber":"4111111111111111"}'

ENDPOINTS