Skip to main content

IdProofingRequest

ID Proofing request information.

Properties

NameTypeDescriptionNotes
backImageClassifiedBooleanReturns true if the document back image was successfully classified into a known document.[optional]
backImageUploadTimeOffsetDateTimeThe time when the document ID back image was uploaded.[optional]
deviceCheckResultDeviceCheckResultEnumThe device risk assessment result. A result of DENY will not allow to continue with an ID Proofing request.
documentAuthenticationResultDocumentAuthenticationResultEnumThe ID document authentication result.[optional]
faceMatchBooleanReturns true if the document photo and the selfie matched.[optional]
faceMatchScoreIntegerFace match score normalized to the range 0-100, where 80 or higher is considered a match. Clients should rely on the faceMatch attribute rather than the raw score.[optional]
frontImageClassifiedBooleanReturns true if the document front image was successfully classified into a known document.[optional]
frontImageUploadTimeOffsetDateTimeThe time when the document ID front image was uploaded.[optional]
requestIdStringID Proofing request identifier.
requestTimeOffsetDateTimeThe time when the request was initiated.
stateStateEnumThe state of the request.

DeviceCheckResultEnum

NameValue
ALLOW"ALLOW"
DENY"DENY"
NONE"NONE"
REVIEW"REVIEW"

DocumentAuthenticationResultEnum

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

StateEnum

NameValue
COMPLETE"COMPLETE"
IMAGE"IMAGE"
INIT"INIT"