Mobile 360 Send OTP Request
The Mobile Send OTP API generates and sends a One-Time Password (OTP) to a user’s mobile number via specified notification modes like SMS or WhatsApp.It captures consent details, ensuring secure and compliant user verification. View the test data and use the information to trigger the validations. You can use the test data only in test environments such as sandbox.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted
API version to be used. Format is in YYYY-MM-DD
Body
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphaumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"test_verification_id"
It is the 10 digit mobile number of individual.
"9999999999"
Modes for sending OTP Possible values are
SMS
WHATSAPP
Consent details for Mobile360 Send OTP
It is the name of the individual.
"John Doe"
Response
Unique ID of the verification request.
"ABC00122"
Mobile number of the individual.
"9999999999"
It displays the status of the API request. Possible values are
OTP_GENERATED
: The OTP has been successfully generated.
"OTP_GENERATED"
Reference ID for the transaction.
123454
Name of the individual.
"John Doe"
Modes for sending OTP Possible values are
SMS
WHATSAPP
Was this page helpful?