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
} |
ENDPOINTS