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": 1765889766000,
"transaction_id": "dae6b913-6749-42e8-a2ca-762486d9bde4",
"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."
}
}API verifies the PAN Aadhaar Link for a user.
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": 1765889766000,
"transaction_id": "dae6b913-6749-42e8-a2ca-762486d9bde4",
"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."
}
}JWT access token
API key for identification
"in.co.sandbox.kyc.pan_aadhaar.status"PAN to be verified.
^[A-Z]{3}[PCFTGHLABJ]{1}[A-Z]{1}[0-9]{4}[A-Z]{1}$Aadhaar Number of the PAN hodler
12Consent of the end-user to get their information for verification purposes.
Y, y Indicate the purpose for verification.
Was this page helpful?