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.
Body
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "authenticationMethod": "BIOMETRIC_FACE",
- "authenticationResult": "SUCCESS",
- "acsTransactionId": "string",
- "messageVersion": "string"
}
{- "success": true
}