Update 3D Secure authentication request
PATCH
/v2/cards/3dsRequest
Use this request to update a 3D Secure (3DS) authentication request and send the result to the access control server (ACS).Query parameters
string
required
The ID of the account that the card is associated with.Allowable values: An existing
accountIdstring (uuid)
The person that the card belongs to.Allowable values: An existing
personId (≤ 36 characters)Request body schema
string
required
The method used to authenticate the cardholder.Allowable values:
BIOMETRIC_FACE, BIOMETRIC_FINGERPRINT, VOICE_RECOGNITION, IN_APP_LOGIN, AUDIO_CALL, VIDEO_CALL, OTP_SMS, OTP_EMAIL, KNOWLEDGE_BASED, OTHERstring
required
The result of the authentication that was performed.Allowable values:
SUCCESS, FAILED, CANCELLED, NOT_AUTHENTICATEDstring
required
The unique transaction identifier assigned by the ACS to identify the transaction.Allowable values: ≤ 36 characters
string
required
The 3DS protocol version used by the 3DS Requestor.Allowable values: ≤ 8 characters
Response
If your request is successful, you’ll receive a200 response.