---
title: "Fetch UAN(s) from PAN"
method: POST
path: "/verify/pan_to_uan"
tags: ["UAN Verification"]
---

# Fetch UAN(s) from PAN

`POST /verify/pan_to_uan`

Fetches UAN(s) associated with a PAN. Requires X-API-KEY and X-Client-ID headers.

## Request body

- PANToUANRequest
  - `pan_number` string, required — PAN number in uppercase

## Response `200`

UAN(s) fetched for the provided PAN

- PANToUANResponse
  - `status` string, required
  - `data` object, required
    - `message` string, required
    - `uan_list` string[], required
  - `chargeable` boolean, required
  - `user_consent` boolean, required

---

[API](https://skmtc.net/idto/apis/verification-api.md) · [All operations](https://skmtc.net/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idto/verification-api/versions/e3d57dab8db4/schema)
