improved
TDS API: Feature Release
June 23rd, 2025
With Sandbox 2.0 Release going live, we have published new features, standardized API contracts to better align with REST guidlines and squashed bugs here and there.
- Introducing Webhooks to enable true automation in Potential Notices, Return Preparation, Return Filing, and Certificate Generation. Webhooks can be configured via Console. Read about configuring a webhook here.
- Sheet JSON structure change to aligh with JSON schema standards. This impacts
- TDS Potential Notices API
- TCS Potential Notices API
- TDS Return Preparation API
- TCS Return Preparation API
- Search FVU Generation Jobs API enables to fetch zip of FVU & Form 27A generated in past jobs.
- Change in contracts to align as per REST guidelines
Feature | Old Endpoint | New Endpoint |
---|---|---|
E-File TDS Return Job | /tds/compliance/tin-fc/deductors/e-file/fvu | /tds/compliance/e-file |
Search E-File TDS Return Jobs | /tds/compliance/tin-fc/deductors/e-file/search | /tds/compliance/e-file/search |
Generate FVU Job | /tds/compliance/fvu-generation | /tds/compliance/fvu/generate |
Check TDS Potential Notices Job | /tds/analytics/deductors/tdsrs/potential-notices | /tds/analytics/potential-notices |
Search TDS Potential Notices Jobs | /tds/analytics/deductors/tdsrs/potential-notices/search | /tds/analytics/potential-notices/search |
Check TCS Potential Notices Job | /tcs/analytics/deductors/tdsrs/potential-notices | /tcs/analytics/potential-notices |
Search TCS Potential Notices Jobs | /tcs/analytics/deductors/tdsrs/potential-notices/search | /tcs/analytics/potential-notices/search |
Prepare TDS Return Job | /tds/reports/deductors/tdsrs | /tds/reports/txt |
Search Prepare TDS Return Jobs | /tds/reports/deductors/tdsrs/search | /tds/reports/txt/search |
Prepare TCS Return Job | /tcs/reports/collectors/tcsrs | /tcs/reports/txt |
Search Prepare TCS Return Jobs | /tcs/reports/collectors/tcsrs/search | /tcs/reports/txt/search |
Please go through the linked API endpoints to make the necessary changes to avoid any production impact. In case of any queries, feel free to reach out to [email protected], we are here to help.