API SuitePAN & ITR
Pan Aadhar Link Status
The PAN-Aadhaar Link Check API verifies whether a PAN is linked to an Aadhaar, supporting compliance with government regulations.
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
aadharstring
Length
12 <= length <= 12consent?string
Default
"Y"Value in
"Y" | "N"panstring
Length
10 <= length <= 10Response Body
curl -X POST "https://__mock__/verification/v1/panaadharlinkstatus/uniqueaadhar" \ -H "Content-Type: application/json" \ -d '{ "aadhar": "stringstring", "pan": "stringstri" }'{
"requestid": "string",
"result": {
"linked": true,
"message": "string"
}
}{
"detail": {},
"message": "string"
}{
"detail": {},
"message": "string"
}