v1

latestOpenAPI 3.1.02026-07-2021237.3 KB
General

Check if 3D Secure is available

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.

post/get3dsAvailability

Request body

additionalDataobject

This field contains additional data, which may be required for a particular request.

The additionalData object consists of entries, each of which includes the key and value.

brandsstring[]

List of brands.

cardNumberstring

Card number or BIN.

merchantAccountstring required

The merchant account identifier.

recurringDetailReferencestring

A recurring detail reference corresponding to a card.

shopperReferencestring

The shopper's reference to uniquely identify this shopper (e.g. user ID or account ID).

Response

OK - the request has succeeded.

threeDS1Supportedboolean

Indicator if 3D Secure 1 is supported.

threeDS2supportedboolean

Indicator if 3D Secure 2 is supported.

All 2 operations