v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

PAN Verification Plus

Take PAN verification to the next level with Instantpay's PAN Verification Plus API. This advanced tool authenticates PAN details and enriches your customer database with additional data points such as address, date of birth, gender, etc, providing a more comprehensive understanding of your clients.

Improve the depth of your due diligence processes by leveraging Instantpay's PAN Verification Plus API solutions, an essential component for businesses seeking a more thorough and detailed approach to identity verification.

post/verifyPanPlus

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

udyamNumber

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:/verifyPanPlus:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/verifyPanPlus:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "panPlusData": {
      "panNumber": "AAOCS6028B",
      "userFullName": "Sample Name",
      "userFullNameSplit": [
        "Sample"
      ],
      "maskedAadhaar": "XXXXXXXX6077",
      "userAddress": {
        "line1": "0",
        "line2": "Address",
        "streetName": "Street Name",
        "zip": "110044",
        "city": "PATNA",
        "state": "Bihar",
        "country": "INDIA",
        "full": "Full Address"
      },
      "userGender": "M",
      "userDob": "25/11/2000",
      "aadhaarLinkedStatus": true,
      "panType": "Person"
    },
    "pool": {
      "referenceId": "1231214113159AFDYH",
      "openingBalance": "11.76",
      "paymentAmount": "0.00",
      "mode": "DR",
      "closingBalance": "11.76"
    }
  },
  "timestamp": "2023-12-14 11:31:59",
  "ipay_uuid": "h0059ad833c0-2926-4921-8134-ff0243e5f213-Jti4esNJvo2O",
  "orderid": "1231214113159AFDYH",
  "environment": "LIVE"
}