ITR26AS Details

Form 26AS Details — TDS & Tax Credits

Retrieve parsed Form 26AS data — TDS deductions, advance tax, self-assessment tax, and refund details for any registered PAN.

curl -X GET "https://production.deepvue.tech/v1/verification/itr/get-26as-details?itr_client_id=example_string&tds_id=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 42,
  "timestamp": 42,
  "transaction_id": "example_string",
  "sub_code": "example_string",
  "message": "example_string",
  "data": {
    "assessment_year": "null",
    "tds_data": [
      {
        "sr_no": "null",
        "name_of_deductor": "null",
        "total_amount_paid": "null",
        "total_tax_deducted": "null",
        "total_tds_deposited": "null",
        "tan_of_deductor": "null",
        "section": "null",
        "transaction_date": "null",
        "status_of_booking": "null",
        "date_of_booking": "null",
        "remarks": "null",
        "amount_paid": "null",
        "tax_deducted": "null",
        "tds_deposited": "null"
      }
    ]
  }
}
GET
/v1/verification/itr/get-26as-details
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
Required
timestampinteger
transaction_idstring
sub_codestring
messagestring
Required
dataobject

Overview

This API retrieves comprehensive 26AS information related to income tax returns, specifically focusing on tax deducted at source (TDS) and other relevant documentation for tax verification purposes. Use this endpoint to ensure compliance with tax regulations and accurately assess financial standing.

You need an authorized access token to access any of the Platform APIs. One access token is valid for only 24 hours. After expiration, you can renew the token by using the Authorize endpoint to receive a fresh access token.