curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{gstr}/{year}/{month}/proceed \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'{
"code": 200,
"data": {
"data": {
"reference_id": "897c98eb-7877-4252-934d-46cb3a86c51a"
},
"status_cd": "1"
},
"timestamp": "1685540073000",
"transaction_id": "cceee039-ceea-4db2-94c8-057b78180163"
}Proceed to file marks the return ready for filing. Post this EVC OTP can be generated for filing.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{gstr}/{year}/{month}/proceed \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'{
"code": 200,
"data": {
"data": {
"reference_id": "897c98eb-7877-4252-934d-46cb3a86c51a"
},
"status_cd": "1"
},
"timestamp": "1685540073000",
"transaction_id": "cceee039-ceea-4db2-94c8-057b78180163"
}Taxpayer access token
API version
API key for identification
"{{gst_return}}"
Month e.g. 01
"{{month}}"
Year e.g. 2020
"{{year}}"
Proceed to file GST Return
200 Success / AUTH154 Invalid return type / RET00003 Return already ready to be filed
Was this page helpful?