Get KYC Link Status
Use this API to get the status of the verification form. You need to input either the verification_id or reference_id to get the KYC Link status.
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
Query Parameters
It is the unique ID you created to identify the KYC link.
"ABC00123"
It is the unique ID you receive in the response of Generate KYC Link API.
"235461"
Response
Find the success response for Get Form Status
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 identify the form.
"testverificationid"
It displays the unique ID created by Cashfree Payments for reference purposes.
235461
It displays the expiry date of the link.
"2025-12-02"
It displays the URL of the form.
"https://forms.cashfree.com/"
It displays the status of the form.
"PENDING"
It displays the status of aadhaar verification
Was this page helpful?