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
- https://pal-test.adyen.com/pal/servlet/BinLookup/v54
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 |
brands[] |
Array | No |
List of brands. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.