Generate KYC Link
Use this API to generate a verification form to verify the KYC information of your users digitally.
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
Body
Request Body Schema for Generate KYC Link
It is the phone number of the individual.
"9999999999"
It is the name of the template you created using the merchant dashboard. You can also use the default template found there to generate the verification form. The default template is Aadhaar_verification. Using merchant dashboard, customized KYC Link templates can be created.
"Aadhaar_verification"
It is the unique ID you created to identify the KYC link.
"ABC00123"
It is the name of the individual.
"John Doe"
It is the email address of the individual.
"test@cashfree.com"
It is the expiry date of the link. Its value can be max 30 days from the current date.
"2025-06-01"
It is the type(s) of notification used for sending the link.
SMS string
Response
Find the success response of Generate KYC Link
It displays the name of the individual.
"John Doe"
It displays the phone number of the individual.
"9999999999"
It displays the email address of the individual.
"test@cashfree.com"
It displays the unique ID you created to identity the form.
"ABC00123"
It displays the unique ID created by Cashfree Payments for reference purposes.
235461
It displays the URL of the KYC Link.
"https://forms-test.cashfree.com/verification/Y7tpcan5ksm0"
It displays the status of the form.
"RECEIVED"
Was this page helpful?