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
Body
Find the request parameters 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
Response Body for Generate KYC Link API
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"