v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBKnow Your Business
PAN to DIN Details
Fetches Director Identification Number (DIN) details mapped to a PAN. This API is billable even when PAN is invalid.
post/verify/pan_to_din
Request body
Example request
{
"pan_number": "ABCPD1234D",
"user_id": "user_12345"
}Response
Successful response (including billable non-data cases)
Example response
{
"status": "success",
"result": {
"pan": "ABCPD1234D",
"din": "87654321",
"din_found": true,
"message": "DIN found for given PAN"
}
}