Sandbox - Send Whatsapp OTP

This method allows you to generate and send Whatsapp message containing one-time password in sandbox environment.

Callback Description

Callbacks requires the url to be filled on payload.

your-callback-url.com/callback

Example callback that we'll send

your-callback-url.com/callback?session_id=d0f5fb5c-2d50-4d3f-aea7-20018ab15806&status=1

628001 is the only valid msisdn to use.

Any other valid msisdn format will be marked as a contact that is not registered on WhatsApp.

Currently there are 2 flows for SANDBOX callback:

Using 628001: sent -> delivered -> read

Using other valid msisdn format but not "628001": failed

Callback Status Description

StatusDescriptionCondition
0RequestedOTP has been requested
1SentOTP has been sent to Whatsapp server
2DeliveredOTP has been delivered to destination number
3ReadOTP has been read by user
4SentOTP has been verified by user
5UnverifiedOTP has reached time limit
6FailedWhatsapp cannot send OTP to destination number
7Request ErrorVerihubs cannot reach WhatsApp
Language
Click Try It! to start a request and see the response here!