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.

Request Body

{"merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "cardNumber"=>"4111111111111111"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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