Skip to main content

VerificationStatus

A status that summarizes the state of a verification for an entity.

enum VerificationStatus {
NEEDS_REVIEW
REJECTED
UNVERIFIED
VERIFIED
}

Values

VerificationStatus.NEEDS_REVIEW

The entity was verified, and aspects of automated verification require review.

VerificationStatus.REJECTED

The entity was verified, and based on the results, was "rejected' by the system. Any system component requiring a valid verification will not accept a verification in this status.

VerificationStatus.UNVERIFIED

The entity has not yet been verified.

VerificationStatus.VERIFIED

The entity was successfully verified, either via automation or manual review.

Member Of

Verification object