POST
/
pan
curl --request POST \
  --url https://sandbox.cashfree.com/verification/pan \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "pan": "ABCPV1234D",
  "name": "Gurav"
}'
{
"pan": "ABCPV1234D",
"type": "Individual",
"reference_id": 161,
"name_provided": "JOHN DOE",
"registered_name": "JOHN DOE",
"valid": true,
"message": "PAN verified successfully",
"name_match_score": 100,
"name_match_result": "DIRECT_MATCH",
"aadhaar_seeding_status": "Y",
"last_updated_at": "01/01/2019",
"name_pan_card": "JOHN DOE",
"pan_status": "VALID",
"aadhaar_seeding_status_desc": "Aadhaar is linked to PAN"
}

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.

x-api-version
string

It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12

Body

application/json

Find the request parameters to verify PAN.

The body is of type object.

Response

200
application/json

Success response for verifiying PAN information

The response is of type object.