POST
/
pan-lite
curl --request POST \
--url https://sandbox.cashfree.com/verification/pan-lite \
--header 'Content-Type: application/json' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>' \
--data '{
"verification_id": "test002",
"pan": "ABCPV1234D",
"name": "John Doe",
"dob": "1993-06-30"
}'
{
"verification_id": "test001",
"reference_id": 21637861,
"pan": "ABCTY1234D",
"name": "John Doe",
"dob": "1993-06-30",
"name_match": "Y",
"dob_match": "Y",
"pan_status": "E",
"status": "VALID",
"aadhaar_seeding_status": "Y",
"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.

Body

application/json

Request body for PAN Lite

The body is of type object.

Response

200
application/json

Success response for retrieving PAN Lite information

The response is of type object.