v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

PAN Verification

Use the below API to verify an individual's PAN details.

post/v1/kycs/pan

Request body

panstring required

PAN to be verified.<br>Example: ABCDE0000Z.

consentboolean required

Consent of the individual to get their details from the PAN database.<br><br>Possible value: true

merchant_reference_idstring required

Unique identifier entered when creating the verification request.<br><ul><li>Only alphabets and numbers are allowed.</li><li>Minimum: 7 characters.</li><li>Maximum: 40 characters.</li></ul>Example: 1409614085

Response

200

OR

Example response

{
  "id": "pan_c7SBj0omWUGu14kkzNIQuE6IT",
  "object": "pan_verification",
  "pan": "AAAPA0000A",
  "name_on_pan": "Anil Reddy",
  "status": "success",
  "merchant_reference_id": "1004372",
  "message": "PAN verified",
  "metadata": {
    "key_1": "DD",
    "key_2": "XOF"
  },
  "created_at": 1678372317,
  "consent": true,
  "is_sandbox": true
}