curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{gstr}/{year}/{month}/new-proceed \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Proceed to file generates the summary and marks the return ready for filing. Post this Summary can be fetched and EVC OTP can be generated for filing.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{gstr}/{year}/{month}/new-proceed \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the Authorization header.
API key for identification
API version
"{{gst_return}}"
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
For proceeding to file nil report Possible values: Y or N
"Y"
200 Success / RET192409 GSTR-3B not filed / AUTH154 Invalid return type / RET00009 Return Form already filed
Was this page helpful?