POST
/
pan
/
advance
curl --request POST \
  --url https://sandbox.cashfree.com/verification/pan/advance \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "pan": "AZJPG7110R",
  "verification_id": "testverificationid",
  "name": "JOHN SNOW"
}'
{
"status": "VALID",
"message": "PAN verified successfully",
"reference_id": 21637861,
"verification_id": "testverificationId",
"name_provided": "JOHN SNOW",
"pan": "LMNCD8010T",
"registered_name": "JOHN SNOW",
"name_pan_card": "JOHN SNOW",
"first_name": "JOHN",
"last_name": "SNOW",
"type": "Individual or Person",
"gender": "Male",
"date_of_birth": "27-10-2004",
"masked_aadhaar_number": "XXXXXXXX8848",
"email": "a*c@gmail.com",
"mobile_number": "99XXXXXX99",
"aadhaar_linked": true,
"address": {
"full_address": "Quarter - A, Block - B Sample Area, ABC Street 700011 KOLKATA WEST BENGAL INDIA",
"street": "ABC Street",
"city": "KOLKATA",
"state": "WEST BENGAL",
"pincode": 700011,
"country": "India"
}
}

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 to retrieve the PAN information

The body is of type object.

Response

200
application/json

Success response for retrieving the PAN information

The response is of type object.