---
title: "Tan Verification V2"
method: GET
path: "/v2/verification/tax-payer/tan"
tags: ["Taxpayer APIs"]
---

# Tan Verification V2

`GET /v2/verification/tax-payer/tan`

Retrieves Tan Details based on TAN number.

This endpoint fetches the Tan Details associated with a given Universal Account Number (TAN).

Args:
    request (Request): The incoming HTTP request object
    tan_number (str): TAN or Tax Deduction and Collection Account Number is a unique ten-digit alpha-numeric number
    current_user (Client): Currently authenticated client user, injected via dependency
    background_tasks (BackgroundTasks, optional): Background task queue for async operations. Defaults to None

Returns:
    The Tan Details data associated with the provided TAN number

## Query parameters

- `tan_number` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation 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)
