---
title: "Pan Kra Verification"
method: GET
path: "/v1/verification/pan-kra-status"
tags: ["KYC APIs"]
---

# Pan Kra Verification

`GET /v1/verification/pan-kra-status`

The PAN KRA Verification API facilitates the verification of an individual or entity's PAN (Permanent Account Number) through the KRA (Know Your Customer Registration Agency) system.

## Query parameters

- `pan_number` string, required

## Response `200`

Successful Response

- union
  - RESPONSEPANKRAVERIFICATIONSUCCESS
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string
    - `data` PanKraVerificationData, required
      - `pan_number` string
      - `pan_kra_status` boolean
      - `pan_kra_status_description` string
      - `kra_status` boolean
      - `pan_kra_agency` string
      - `modification_status_details` PanKraModificationData
        - `modification_status` string
        - `modification_status_date` string
        - `modification_remarks` string
  - RESPONSEPANKRANODETAILSFOUND
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
