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": 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."
  }
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/9R19aQQ6ZD9_5iIN/static/svg/Postman.svg?fit=max&auto=format&n=9R19aQQ6ZD9_5iIN&q=85&s=3f44f5c9e4d8b761c9447be03a2f5f96

Run in Postman

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

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