GET
/
document
/
pan
Get Status
curl --request GET \
  --url https://sandbox.cashfree.com/verification/document/pan \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
"name": "JOHN DOE",
"dob": "03/06/1993",
"father": "JOSH DOE",
"pan_type": "Individual",
"pan": "AUHPJ0671P",
"valid": true,
"age": "29",
"status": "VALID",
"reference_id": "106",
"verification_id": "76",
"message": "PAN card is valid"
}

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

Query Parameters

reference_id
string
default:1358

It is the unique ID created by Cashfree Payments that you receive in the response of PAN Verification via OCR API.

verification_id
string
default:ABC00123

It is the unique ID you created to identify the verification request.

Response

200
application/json

Success response for getting the PAN OCR information

PAN Verification via OCR success response