get https://api.sandbox.co.in/tds/reports/txt
Fetch the TXT file generated for preparing the TDS return.
| Key | Type | Description |
|---|---|---|
| job_id | string | Unique Job ID to track the request |
| tan | string | TAN of Deductor |
| quarter | string | Quarter for which TDS is being filed |
| financial_year | string | Financial Year for which TDS is being filed |
| previous_receipt_number | string | Receipt Number of previously filed TDS Return |
| status | string | Status of the job. Possible values: created, queued, succeeded, failed |
| txt_url | string | Link from where you can download the generated TXT file. Will be provided when the status is succeeded |
| validation_report_url | string | Link from where you can download the validation report. Will be provided when the status is failed |
| created_at | number | EPOCH timestamp of when the job was created |
| updated_at | number | EPOCH timestamp of when the job was last updated |
Test Environment: https://test-api.sandbox.co.in
| Run in Postman | Response | Remarks |
|---|---|---|
| Test Request | 200 | Job succeeded for Form 26Q |
| Test Request | 200 | Job succeeded for Form 27Q |
| Test Request | 200 | Job succeeded for Form 24Q |
| Test Request | 200 | Job succeeded for Form 24Q (Q4) |
| Test Request | 200 | Job failed with a Validation report |


