Authorizations
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.
Headers
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"
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.
Name of the individual, a correct name can increase the success rate of data retrieval.
"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