POST /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.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
shopperReference String No

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

recurringDetailReference String No

A recurring detail reference corresponding to a card.

cardNumber String No

Card number or BIN.

merchantAccount String Yes

The merchant account identifier.

additionalData Object No

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.

brands[] Array No

List of brands.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.