Skip to main content

Verification methods and pricing

Verificahub supports several ways to verify a number. They all use the same endpoint, POST /v1/verify — only the method field changes.

Method comparison

MethodmethodHow it verifiesPrice per verification
Reverse flash-callreverse_flash_callThe user calls our number; we confirm by Caller ID — no code₽0.25
Flash Callflash_callA drop-call to the user's number; the code is the last digits of the incoming number₽0.80
TelegramtelegramThe code arrives in Telegram via the official bot₽0.90
SMSsmsA classic code over SMS — works on any phone₽3.00
Voice OTPvoiceA voice robot dictates the codecoming soon

Prices are indicative; see current rates at verificahub.ru.

Two integration patterns

Methods split into two types by how verification happens.

Automatic — no code entry

Only reverse_flash_call. You show the user a number (number_to_call), they call it, and you poll the session status until verified.

Reverse flash-call

Code entry

telegram, sms, flash_call (and voice in the future). The user receives or reads a code, enters it, and you confirm it via POST /v1/verify/check.

Code verification

:::tip Which method to choose Reverse flash-call is the cheapest and needs no code entry. SMS is the most expensive but works on any phone without messengers — a good fallback channel. :::