Skip to content

FAQ

What is a verification code?

A verification code is the confirmation field/code in the UI: the user enters it after receiving the OTP on the phone.

Quick Answer

A verification code is the code the user enters in a form. Usually it is an OTP delivered via WhatsApp, Telegram or SMS.

Summary

In products, verification code almost always = OTP. Cascade delivers the code to a real phone; your backend verifies it via /otp/verify.

Key Takeaways

  • UI often says verification code; the API says OTP.
  • Canon: /faq/chto-takoe-otp
  • Verification: POST /otp/verify

Contents

  1. Answer

Answer

Verification code is the product name for the confirmation code in a form: “Enter the code from the message”.

Technically it is almost always an OTP: your server sent a one-time code, the user read it on the phone and typed it into the field. In the Cascade API this is the pair /otp/send/otp/verify.

Why different words:

  • OTP / One-Time Password — a security and API documentation term.
  • Verification code — text on buttons and in the UI.
  • Authentication — a broader login/2FA context: see “What is authentication?”.

Canonical OTP explanation: “What is OTP?”. Input errors: “What if the code is wrong?”.

FAQ

What is a verification code?
A verification code is the code the user enters in a form. Usually it is an OTP delivered via WhatsApp, Telegram or SMS.