curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/fvu/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.fvu.generate.request",
"financial_year": "FY 2024-25",
"quarter": "Q1",
"form": "26Q",
"tan": "<string>",
"filing_type": "regular"
}
'Create a job to generate the FVU file required for your TDS return
curl --request POST \
--url https://api.sandbox.co.in/tds/compliance/fvu/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.fvu.generate.request",
"financial_year": "FY 2024-25",
"quarter": "Q1",
"form": "26Q",
"tan": "<string>",
"filing_type": "regular"
}
'JWT Authorization token
Public key required to authorize API access.
in.co.sandbox.tds.compliance.fvu.generate.request Financial Year (e.g. FY 2024-25)
"FY 2024-25"
Q1, Q2, Q3, Q4 "Q1"
26Q, 27Q, 24Q, 27EQ "26Q"
TAN of deductor/collector. Regular Expression: [A-Z]{4}[0-9]{5}[A-Z]{1}
[A-Z]{4}[0-9]{5}[A-Z]{1}Type of TDS/TCS Return
regular, correction "regular"
Was this page helpful?