KYBTDS 206 Compliance

TDS 206AB Compliance Check

Check if a PAN is a specified person under Section 206AB for higher TDS/TCS deduction. Stay compliant with Income Tax rules.

curl -X GET "https://production.deepvue.tech/v1/verification/tax-payer/tds/206-ab?pan_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1738238691048,
  "transaction_id": "45871807dd2a4ee489e9557b02dab610",
  "sub_code": "SUCCESS",
  "message": "TDS Check Performed Successfully.",
  "data": {
    "pan_number": "CIHGN0000A",
    "compliant": true,
    "pan_allotment_date": "2020-11-17",
    "masked_name": "MXXXXXXD NXXXR ",
    "pan_aadhaar_linked": "linked",
    "specified_person_under_206": "no",
    "pan_status": "operative",
    "valid_pan": "True"
  }
}
GET
/v1/verification/tax-payer/tds/206-ab
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

The TDS 206 Compliance API performs compliance checks under Section 206AB and 206CCA using a PAN (Permanent Account Number). The API helps in identifying whether a given PAN comes under a specified person under Section 206AB and CCA.

This verification ensures that tax deductors and collectors maintain appropriate compliance by applying correct TDS/TCS deduction rates and avoiding filing complications.

Successful responses include:

  • PAN number
  • Compliance status
  • Allotment date
  • Masked name
  • PAN-Aadhaar linkage status
  • Specification under Section 206
  • Operational status
  • PAN validity confirmation

It is important to verify compliance status under Section 206AB and 206CCA before processing transactions to ensure correct TDS/TCS deduction rates are applied.