Auth3dsRequest
walletOperationIdstringrequired
A distinct identifier for the 3DS operation.
Example:
bbbd87eb-08a9-437b-a9a7-df47b601593b
verification objectrequired
Contains information about the mechanism used during the verification.
methodAuth3dsMethod (string)required
Authentication method.
Possible values: [BIOMETRIC
]
statusAuth3dsStatus (string)required
- VERIFIED - The 3DS authentication process has been successfully completed, and the given
authorization
attempt is permited. - REJECTED - The 3DS authentication process has been rejected by the user, preventing from the
authorzation
request to complete. - FAILED - The 3DS authentication process has failed, preventing the
authorzation
to complete. Please refer tostatusReason
for further information.
Possible values: [VERIFIED
, REJECTED
, FAILED
]
Example:
VERIFIED
statusReasonstring
Reason for the unsuccessful 3DS authentication.
Possible values: <= 100 characters
Auth3dsRequest
{
"walletOperationId": "bbbd87eb-08a9-437b-a9a7-df47b601593b",
"verification": {
"method": "BIOMETRIC"
},
"status": "VERIFIED",
"statusReason": "string"
}