v1

latestOpenAPI 3.0.32026-07-14108241269.2 KB
Know 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

pan_numberstring required

PAN number of the individual

user_idstring

Optional user reference identifier

Example request

{
  "pan_number": "ABCPD1234D",
  "user_id": "user_12345"
}

Response

Successful response (including billable non-data cases)

statusstring
chargeblestring
user_consentstring

Example response

{
  "status": "success",
  "result": {
    "pan": "ABCPD1234D",
    "din": "87654321",
    "din_found": true,
    "message": "DIN found for given PAN"
  }
}