1
Authenticate and Get Taxpayer Session
Before filing Nil GSTR-1, you must authenticate and create a taxpayer session. Follow the steps in the Generate Taxpayer Session recipe to obtain a Taxpayer access token.This access token is required for all GST Taxpayer API calls and is valid for 6 hours.
2
Initialize Nil Filing
Initialize the Nil GSTR-1 filing process using the New Proceed endpoint with
The response will include a
is_nil=Y to indicate this is a nil return.cURL Request
cURL Request
reference_id that you can use to track the filing initialization status. You can periodically check the status using the GST Return Status endpoint until it’s ready for filing.3
Generate EVC OTP
To file Nil GSTR-1, you need to generate an EVC (Electronic Verification Code) OTP using the Generate EVC OTP endpoint.Provide the PAN (Permanent Account Number) associated with the taxpayer’s GST registration. The OTP will be sent to the registered mobile number or email.
The OTP will be sent to the registered contact details. You’ll need this OTP in the next step to complete the filing.
cURL Request
cURL Request
4
File Nil GSTR-1
Once you have the EVC OTP, file your Nil GSTR-1 using the File GSTR-1 endpoint.Include the PAN and OTP as query parameters, along with the return period and
Upon successful filing, the response will confirm that Nil GSTR-1 has been filed for the specified return period.
isnil flag set to “Y” in the request body.cURL Request
cURL Request