Skip to main content

priorThreeDSAuthentication

This is the previous authentication information used with current merchant, cardholder, and card.

idstring

This is the previous authentication ID for the cardholder.

Note: For recurring payments, this is the authenticationId of the first authentication.

Possible values: <= 36 characters

Example: 123e4567-e89b-12d3-a456-426655440000
datastring

This field is reserved for future iterations of 3D Secure 2.

Example: Some up to 2048 bytes undefined data
methodstring

This is the mechanism used previously by the cardholder to authenticate to the 3DS Requestor.

Possible values: [FRICTIONLESS_AUTHENTICATION, ACS_CHALLENGE, AVS_VERIFIED, OTHER_ISSUER_METHOD]

timedate-time

This is the date and time of the cardholder authentication. The ISO 8601 date format is expected, i.e., YYYY-MM-DD-THH:MM:SSZ.

priorThreeDSAuthentication
{
"id": "123e4567-e89b-12d3-a456-426655440000",
"data": "Some up to 2048 bytes undefined data",
"method": "FRICTIONLESS_AUTHENTICATION",
"time": "2024-07-29T15:51:28.071Z"
}