Cards
Update a 3DS authentication request
Updates a 3D Secure (3DS) authentication request and sends the result to the access control server (ACS).
3DS is a security protocol designed to authenticate a cardholder during an online card transaction. If the cardholder fails to authenticate, then the transaction is voided.
patch/cards/3ds
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
personIdstring uuid
The ID of the person to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a04
Request body
Example request
{
"authenticationMethod": "BIOMETRIC_FACE",
"authenticationResult": "SUCCESS",
"acsTransactionId": "string",
"messageVersion": "string"
}Response
OK
Example response
{
"success": true
}