How OTP Verification Works
The application backend generates a cryptographically secure, time-bound token and sends it to the user's MSISDN via SMS or Text-to-Speech voice call. The user reads the code and inputs it back. A successful OTP confirms three things:
- 1 The phone number is valid, active, and online
- 2 The user physically possesses the SIM card
- 3 The user has provided implicit consent to be contacted
This is the only way to achieve the "Online" state described in Part 1.