GET
/
form
{
  "name": "John Doe",
  "phone": 9999999999,
  "email": "test@cashfree.com",
  "verification_id": "testverificationid",
  "reference_id": 235461,
  "link_expiry": "2025-12-02",
  "form_link": "https://forms.cashfree.com/",
  "form_status": "PENDING",
  "verification_details": [
    {
      "reference_id": 234,
      "type": "OFFLINE_AADHAAR_VERIFICATION",
      "status": "SUCCESS"
    }
  ]
}

Headers

x-client-id
string
required

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

x-client-secret
string
required

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

Query Parameters

verificationID
string
default: testverificationID

It is the unique ID you created to identify the form link.

referenceID
integer
default: 234561

It is the unique ID you receive in the reponse of Generate Form Link API.

Response

200 - application/json

Find the success response for Get Form Status

name
string

It displays the name of the individual.

phone
string

It displays the phone number of the individual.

email
string

It displays the email address of the individual.

verification_id
string

It displays the unique ID you created to identify the form.

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes.

It displays the expiry date of the link.

It displays the URL of the form.

form_status
string

It displays the status of the form.

verification_details
object[]