v1
latestOpenAPI 3.1.02026-07-2414704.6 MBPAN to DIN
The PAN to DIN API enables users to fetch the Director Identification Number (DIN) associated with a given Permanent Account Number (PAN). This API is primarily used for verifying and mapping individuals to their directorship roles in companies registered under the Ministry of Corporate Affairs.
post/pan/din
Headers
X-Ipay-Auth-Codestring
Auth Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"gstByPan": [
{
"gstin": "99AAOCS6028BSP",
"status": "ACTIVE"
}
],
"pool": {
"referenceId": "1230621152403PQMMB",
"openingBalance": "10.02",
"paymentAmount": "1.18",
"mode": "DR",
"closingBalance": "8.84"
}
},
"timestamp": "2023-06-21 15:24:03",
"ipay_uuid": "h00699767989-56e6-4c05-9e21-0bf9c7bd4656",
"orderid": "1230621152403PQMMB",
"environment": "LIVE"
}