Verification Type
We have three (3) types of verification which you can select from while creating a verification request.
-
SMS
: This is not the regular SMS OTP verification you may be familiar with. Instead of sending an SMS to the phone number and requiring them to provide the code, we provide the code to the user and require them to send an SMS to us from their phone number. -
DROPPED_CALL
: We provision a phone number to the user and ask them to place a call to it. Verification is successful if we receive a call from the requesting phone number within the validity period. -
RECEIVED_CALL
: We will call the requesting phone number once a verification is requested with a random provisioned phone number. The requester must now send us the last six digits of the phone number that called them to complete their verification.
Enums
VerificationType:
{
SMS,
DROPPED_CALL,
RECEIVED_CALL
}'