SDK Documentation
Enums
Verification Status

Verification Status

Every verification request will have one of the following statuses. The status will change based on the progress of the verification. You may provide an optional webhook to be notified when the status of a verification changes.

  1. PENDING: Verification request has been created and is waiting for further action.
  2. EXPIRED: Verification has passed its expiry time while still pending.
  3. FAILED: Wrong code was sent via SMS (for SMS type) or wrong phone number (for RECEIVED_CALL type)
  4. SUCCESS: Verification was successful.
Verification Status
Verification Status:
{
    SUCCESS
    PENDING,
    EXPIRED,
    FAILED,
}'