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
Find the request parameters to send the OTP to the mobile number
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
Response for Mobile360 Send OTP
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
