curl --request GET \
--url https://test-api.sandbox.co.in/tds/compliance/fvu/generate \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.compliance.fvu.generate.job",
"job_id": "4ef92975-aea8-4628-9eaa-18eb439c13d9",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q3",
"form": "24Q",
"filing_type": "regular",
"status": "succeeded",
"created_at": 1763362637000,
"updated_at": 1763362637000,
"fvu_zip_file_url": "https://in-co-sandbox-tds-test-storage.s3.ap-south-1.amazonaws.com/AHMS45586C/FY+2025-26/Q3/26Q/4049c226-4988-4978-b5ad-d25705453da8/26Q.zip"
}
}Fetch the FVU file generated for your TDS return
curl --request GET \
--url https://test-api.sandbox.co.in/tds/compliance/fvu/generate \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.compliance.fvu.generate.job",
"job_id": "4ef92975-aea8-4628-9eaa-18eb439c13d9",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q3",
"form": "24Q",
"filing_type": "regular",
"status": "succeeded",
"created_at": 1763362637000,
"updated_at": 1763362637000,
"fvu_zip_file_url": "https://in-co-sandbox-tds-test-storage.s3.ap-south-1.amazonaws.com/AHMS45586C/FY+2025-26/Q3/26Q/4049c226-4988-4978-b5ad-d25705453da8/26Q.zip"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
JWT authorization token
Public key required to authorize API access.
Was this page helpful?