Skip to main content

VerificationStatus

Description: VerificationStatus defines the possible states of a KYC/KYB verification process.

ValueDescription
VERIFICATION_STATUS_UNSPECIFIEDUnknown or not specified. This is a default value to prevent accidental assignment and should not be used.
VERIFICATION_STATUS_NOT_STARTEDNo verification has been initiated yet, or no information has been submitted. This is the initial state for a new client.
VERIFICATION_STATUS_PENDINGThe client has submitted their information, and it is pending review. The client should wait for the review to be completed.
VERIFICATION_STATUS_VERIFIEDThe client's information has been successfully reviewed and verified.
VERIFICATION_STATUS_FAILEDThe verification has failed. This could be due to invalid documents, mismatched information, or other compliance reasons. The client may need to resubmit information.