Skip to main content

IdentificationStatus

Identification status

enum IdentificationStatus {
Uninitiated
Processing
ReadyToSign
ValidIdentity
InsufficientDocumentQuality
InvalidIdentity
}

Values

IdentificationStatus.Uninitiated

The user hasn't started the identity verification process yet.

IdentificationStatus.Processing

The user has gone through the identity verification process, but we are still processing their information.

IdentificationStatus.ReadyToSign

The user has gone through the identity verification process, and we have determined that their identity is valid. The user now needs to go through the QES process to complete their identification.

IdentificationStatus.ValidIdentity

The user has gone through the identity verification process, and we have determined that their identity is valid.

IdentificationStatus.InsufficientDocumentQuality

The user has gone through the identity verification process, but we were unable to determine if their identity is valid because the quality of the provided documents was insufficient. The user will have to start a new identification, which will update this status to Processing.

IdentificationStatus.InvalidIdentity

The user has gone through the identity verification process, but we have determined that their identity is invalid. The user will have to start a new identification, which will update this status to Processing.

Member Of

User object