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.
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Send the signature if two-factor authentication is selected as Public Key. More details
API version to be used. Format is in YYYY-MM-DD.
"2024-12-01"
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
SMSWHATSAPPConsent details for Mobile360 Send OTP.
Name of the individual, a correct name can increase the success rate of data retrieval.
"John Doe"
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
SMSWHATSAPP