3.3 Check if Card is 3D Enrolled
Operation to check if a card is 3D secure enrolled or not
3.3.1 Request Body
Base link for the endpoint is https://api.sekuritance.com/{{endpoint}}.
Event | Request Type | Endpoint |
---|---|---|
Pre-Auth | POST | /v2/cards/preauth |
3.3.2 Request and Response Sample body JSON Sample
To check the the request and response of the body please check the URL: https://sekuritance.readme.io/reference
3.3.3 Request Body Parameters Description
This is a detailed description of each parameter in the request body.
Body Parameter | Data Type | Description |
---|---|---|
callbackURL | Object | Required The callback URL you wish to receive the POST to when performing 3DS Method. |
authority | string | |
content | object | |
defaultPort | integer | |
deserializedFields | URLStreamHandler (object) | |
file | string | |
host | string | |
path | string | |
port | integer | |
protocol | string | |
query | string | |
ref | string | |
serializedHashCode | integer | |
userInfo | string | |
cardNumber | string | Required Card Number |
transactionReference | string | Required Merchant unique transaction identifier |
Updated over 3 years ago