Skip to main content

Liveness

The Liveness Answer is used to submit liveness verification results, which confirm that the person is physically present during the verification process.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "Liveness" (from FieldTypeEnum)
faceDocumentIdstringYesID of the uploaded face/selfie image document
isLivenessConfirmedbooleanYesWhether the liveness check was successful

Example Usage

{
"fqName": "PersonalInfo_Identity_LivenessCheck",
"answer": {
"fieldTypeId": "Liveness",
"faceDocumentId": "d8f72bae-5c9a-4f8e-b8e7-19d8fcd7e34b",
"isLivenessConfirmed": true
}
}