Min KYC Verification
Completes the minimum KYC verification process by validating user documents and OTP verification. This endpoint processes document information (PAN card details) along with the OTP verification ID to complete the minimum KYC requirements for the user.
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 complete minimum KYC verification for a user.
Unique identifier for the OTP verification request that was previously verified.
1 - 50"Test123"
Unique identifier for the user, as provided by you during PPI user creation.
1 - 50"USER827364"
Unique identifier that you create to identify the KYC verification request in your system. Maximum 50 characters. Only alphanumeric characters, periods (.), hyphens (-), and underscores (_) are allowed.
1 - 50"TestVerification"
Document information for KYC verification.
Response
Success response for completing minimum KYC verification.
Unique identifier for the KYC verification request, as provided by you during the request.
"TestVerification"
Unique identifier for the KYC verification request, generated by Cashfree.
"8901234567890123452"
Unique identifier for the OTP verification request that was used in this KYC verification.
"Test123"
Status of the KYC verification process.
VERIFIED, FAILED "VERIFIED"
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"