v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

PAN Verification Plus V3

PAN Verification Plus V3 API provides key personal details linked to a PAN, including the individual's name, date of birth, and father's name, ensuring accurate identity verification.

post/verifyPanPlusV3

Response

200

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

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "poolReferenceId": "1241113141523HLHCS",
    "pool": {
      "openingBal": "13.17",
      "mode": "DR",
      "amount": "0.00",
      "closingBal": "13.17"
    },
    "panDetails": {
      "nameOnCard": "SAMPLE NAME",
      "status": "VALID",
      "panNumber": "XXXXXXX79B",
      "aadhaarSeeding": 1,
      "constitution": "Individual",
      "nameVerified": true
    }
  },
  "timestamp": "2024-11-13 14:15:23",
  "ipay_uuid": "h0009d7a55e0-a43f-4d84-8642-c16153a30096-mN5wEnWhhtMQ",
  "orderid": "1241113141523HLHCS",
  "environment": "LIVE"
}