3.2 3D Secure Post Authentication
This API is used to fetch the results of a challenge flow
3.2.1 Request Body
Base link for the endpoint is https://api.sekuritance.com/{{endpoint}}.
| Event | Request Type | Endpoint | 
|---|---|---|
| Post-auth | POST | /v2/cards/post-auth | 
3.2.2 Request and Response body JSON Sample
To check the the request and response of the body please check the URL: https://sekuritance.readme.io/reference
3.2.3 Request Body Parameters Description
This is a detailed description of each parameter in the request body.
| Body Parameter | Data Type | Description | 
|---|---|---|
| threeDSServerTransactionId | string | Required Universally unique transaction identifier assigned by the 3DS Server to identify a single transaction.  | 
| transactionReference | string | Required Merchant unique transaction identifier.  | 
Updated over 4 years ago