Skip to main content
POST
/
kyc
/
pan-aadhaar
/
status
PAN Aadhaar Link Status
curl --request POST \
  --url https://api.sandbox.co.in/kyc/pan-aadhaar/status \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "@entity": "<string>",
  "pan": "<string>",
  "aadhaar_number": "<string>",
  "consent": "Y",
  "reason": "<string>"
}'
{
"code": 200,
"timestamp": 1763725205000,
"transaction_id": "2f883231-1127-4dc2-aec9-a2f4a7a2905e",
"data": {
"@entity": "in.co.sandbox.kyc.pan_aadhaar.status.response",
"aadhaar_seeding_status": "y",
"message": "Your PAN is linked to Aadhaar Number XXXX XXXX 9999."
}
}

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
any

Body

application/json
@entity
string
required
Allowed value: "in.co.sandbox.kyc.pan_aadhaar.status"
pan
string
required

PAN to be verified.

aadhaar_number
string
required

Aadhaar Number of the PAN hodler

Required string length: 12

Consent of the end-user to get their information for verification purposes.

Available options:
Y,
y
reason
string
required

Indicate the purpose for verification.

Response

200 - OK

code
integer
timestamp
integer
transaction_id
string
data
object