v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

PAN 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

panstring

PAN number of End User

latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

consentstring

Consent should be accepted by customer

Response

200

statuscodestring
{"stackTrail":"paths:/pan/din:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/pan/din:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

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"
}