---
title: "Pan To Father Name"
method: GET
path: "/v1/verification/pan-to-fathername"
tags: ["KYC APIs"]
---

# Pan To Father Name

`GET /v1/verification/pan-to-fathername`

This API allows users to find the father's name associated with the provided PAN number.

## Query parameters

- `pan_number` string, required
- `name` string

## Response `200`

Successful Response

- union
  - RESPONSEPANTOFATHERNAME
    - `code` integer, required
    - `timestamp` integer
    - `transaction_id` string
    - `sub_code` string
    - `message` string, required
    - `data` PanToFatherName
      - `father_name` string
      - `full_name` string
      - `full_name_split` string[]
      - `individual_pan` boolean
  - INVALIDPANPLUS
    - `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
- `503` — Service Unavailable

---

[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.dev/deepvue/apis/deepvue-tech-developers-guide/revisions/c1b0558e7d77?raw)
