Skip to main content
Version: 1.0

Verification Methods

VerifySpeed supports the following verification methods:

  • WhatsApp Message
  • Telegram Message
  • SMS OTP (Contact us to get access)

Note:

  • Different verification methods have different price rates.
  • The WhatsApp Message and SMS OTP method will be available to you when you recharge your account for the first time.
  • You can configure what to do when a user doesn't have the messaging app installed. The default action is to show a message asking the user to install the app. You can configure this while setting up the client-side SDK.
  • Each methods can be enabled or disabled from the dashboard.

WhatsApp Message

WhatsApp used to verify a user's phone number. The user sends a message to Our contact number and the rest of the process is handled by us. When users click on the WhatsApp message method, the app redirects them to the WhatsApp app. They will be promted to send a prefilled message to a VerifySpeed's contact number. After sending the message, they will be asked to go back to the app (your app). After the user returns to your app, the client-side SDK will return a verification token to your app and can be used in any action that requires a verified user's phone number.

Requirements:

  • You need to have at least one wallet deposit transaction to use this method.

Flow of the verification process:

Telegram Message Verification Flow

Telegram Message

Verifying users by Telegram message is a little bit different. When users click on the Telegram message method, they will be redirected to the Telegram app. This time users chat with a bot. They send a start signal to the bot to tell the bot, and then the bot can ask them to provide their contact information. After sharing their contact information with the bot, the bot extracts the phone number and tells them to return to the app (your app). Like other verification methods, after the user returns to your app, the client-side SDK will return a verification token to your app and can be used in any action that requires a verified user's phone number.

Requirements:

  • No requirements.

Flow of the verification process:

Telegram Message Verification Flow

tip

For WhatsApp Message and Telegram Message, Depending on the platform, deep link or qr code can be involved in the verification process.

If the you want the user to be verified on mobile app, then you should use deep link. If the you want the user to be verified on web or another device(e.g. POS system), then you should display a QR code to the user to scan. Qr code verification process can be implemeted with our Web SDK.

SMS OTP

Using SMS OTP to verify a user is very clear. The user clicks on the SMS OTP method. Then your app asks the user to enter their phone number. They receive a code (6 digit) that was sent to their phone number. They enter the received code into the code verification page. On success, the client-side SDK will return a verification token to your app and can be used in any action that requires a verified user's phone number.

Requirements:

  • You need to have at least one wallet deposit transaction to use this method.

Flow of the verification process:

Telegram Message Verification Flow