curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/e-file \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.e-file.request",
"financial_year": "FY 2024-25",
"form": "24Q",
"quarter": "Q1",
"tan": "AHMA09719B"
}
'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "f845f37e-7f05-4de9-a282-a3b23b9d370a",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q2",
"form": "24Q",
"status": "created",
"created_at": 1763362637000,
"fvu_upload_file_url": "https://test-api.sandbox.co.in/tds/compliance/tan/financial_year/quarter/form/e61fd4d6-dedd-4803-ab45.zip"
}
}API to E-File your TDS return by uploading the zip of FVU and Form27A on a pre-signed URL
curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/e-file \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.e-file.request",
"financial_year": "FY 2024-25",
"form": "24Q",
"quarter": "Q1",
"tan": "AHMA09719B"
}
'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.compliance.e-file.job",
"job_id": "f845f37e-7f05-4de9-a282-a3b23b9d370a",
"tan": "AHMA09719B",
"financial_year": "FY 2024-25",
"quarter": "Q2",
"form": "24Q",
"status": "created",
"created_at": 1763362637000,
"fvu_upload_file_url": "https://test-api.sandbox.co.in/tds/compliance/tan/financial_year/quarter/form/e61fd4d6-dedd-4803-ab45.zip"
}
}JWT access token
API key for identification
API version
in.co.sandbox.tds.compliance.e-file.request Financial Year (e.g. FY 2022-23)
"FY 2024-25"
TDS/TCS return form
24Q, 26Q, 27Q, 27EQ Q1, Q2, Q3, Q4 TAN of deductor/collector. Regular Expression: [A-Z]{4}[0-9]{5}[A-Z]{1}
"AHMA09719B"
Was this page helpful?