Liveness
The Liveness Answer is used to submit liveness verification results, which confirm that the person is physically present during the verification process.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "Liveness" (from FieldTypeEnum) |
faceDocumentId | string | Yes | ID of the uploaded face/selfie image document |
isLivenessConfirmed | boolean | Yes | Whether the liveness check was successful |
Example Usage
{
"fqName": "PersonalInfo_Identity_LivenessCheck",
"answer": {
"fieldTypeId": "Liveness",
"faceDocumentId": "d8f72bae-5c9a-4f8e-b8e7-19d8fcd7e34b",
"isLivenessConfirmed": true
}
}