POST
/
form
curl --request POST \
  --url https://sandbox.cashfree.com/verification/form \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "name": "John Doe",
  "phone": "9999999999",
  "email": "test@cashfree.com",
  "template_name": "Aadhaar_verification",
  "link_expiry": "2025-06-01",
  "notification_types": [
    "sms"
  ],
  "verification_id": "ABC00123"
}'
{
"name": "John Doe",
"phone": "9999999999",
"email": "test@cashfree.com",
"verification_id": "ABC00123",
"reference_id": 235461,
"form_link": "https://forms-test.cashfree.com/verification/Y7tpcan5ksm0",
"form_status": "RECEIVED"
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Body

application/json

Find the request parameters for Generate KYC Link.

The body is of type object.

Response

200
application/json

Response Body for Generate KYC Link API

The response is of type object.