Submit OTP
Verifies the OTP (One-Time Password) sent to the user for verification. This endpoint validates the OTP provided by the user against the OTP verification ID.
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
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to submit and verify an OTP.
Response
Success response for verifying an OTP.
Unique identifier for the OTP verification request.
"Test123"
Unique identifier for the OTP verification request, generated by Cashfree.
"8901234567890123456"
Status of the OTP verification process.
VERIFIED, FAILED "VERIFIED"
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"