Skip to main content
GET
/
v1
/
verification
/
tax-payer
/
tds
/
206-ab
Tds Compliance Check
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/tax-payer/tds/206-ab \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "message": "<string>",
  "timestamp": 123,
  "transaction_id": "<string>",
  "sub_code": "SUCCESS",
  "data": {
    "pan_number": "<string>",
    "compliant": true,
    "pan_allotment_date": "<string>",
    "masked_name": "<string>",
    "pan_aadhaar_linked": "<string>",
    "specified_person_under_206": "<string>",
    "pan_status": "<string>",
    "valid_pan": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

pan_number
string
required

Response

Successful Response

code
integer
required
message
string
required
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
data
TdsComplianceCheckData · object