Skip to main content

IdProofingAuthenticationResult

Returns the result of authenticating an ID document.

Properties

NameTypeDescriptionNotes
documentAuthenticationResultDocumentAuthenticationResultEnumThe ID document authentication result.
documentDataFieldsList<IdProofingDocumentDataField>The list of fields extracted from the ID document.[optional]
documentTestResultsList<ImmutableIdProofingDocumentTestResult>The result of individual tests performed on the ID document.[optional]
faceMatchBooleanReturns true if the document photo and the selfie image matched.[optional]
faceMatchScoreIntegerFace match score normalized to the range 0-100, where 80 or higher is considered a match. Clients should rely on the isFaceMatch property rather than the raw score.[optional]

DocumentAuthenticationResultEnum

NameValue
UNKNOWN"UNKNOWN"
PASSED"PASSED"
FAILED"FAILED"
SKIPPED"SKIPPED"
ATTENTION"ATTENTION"