Creuto is now an OpenAI Select Partner Read More
GST e-invoicing applies above ₹5 crore turnover. The exemptions, the 30-day window, 24-hour IRN cancellation, and what an ERP integration must handle.

The Invoice Registration Portal keeps your registered invoice for exactly one day. CBIC's own e-invoice FAQ is explicit: "As far as data on IRP is concerned, it will be available only for 24 hours." Every gst e-invoicing integration that treats the IRP as a system of record is one outage away from a problem, and that is the design mistake we see most often.
This post covers who is actually inside the mandate as of 27 September 2026, what the real document path looks like, and the behaviour your ERP has to implement — retries, duplicates, signed-payload storage, cancellations and credit notes. It is not tax advice; confirm your own position with your adviser.
E-invoicing is mandatory for a registered person whose aggregate turnover exceeded ₹5 crore, with the GST Council's notification page recording that Notification 10/2023-Central Tax "seeks to implement e-invoicing for the taxpayers having aggregate turnover exceeding Rs. 5 Cr from 01st August 2023".
Three details about that threshold decide most borderline cases:
The exemption list comes from the GST Council's 39th meeting and is reproduced in GSTN's detailed overview of the e-invoice/IRN system. Exempt classes of registered person are Special Economic Zone units; an insurer, banking company or financial institution including an NBFC; a goods transport agency supplying road transportation of goods; suppliers of passenger transportation service; and suppliers of services by way of admission to exhibition of cinematograph films in multiplex screens.
Two things that look like exemptions but are not. B2C supplies are outside the scheme — the API documentation instructs that "the category of transaction of 'Business to Consumer (B2C)' invoices will not be considered and hence the API interface should not request for IRN for these transactions" — but B2C turnover still counts towards the threshold that puts your B2B invoices inside it. And credit notes and debit notes are covered: the documents in scope are invoices, credit notes and debit notes issued to registered persons or for exports. Summaries that list credit notes as out of scope are wrong, and an ERP built on that assumption will under-report.
A reduction from ₹5 crore to ₹2 crore has been discussed at GST Council level for some time. As of 27 September 2026 we have found no notification giving it effect, and the most recent published compliance guidance we checked still records that the mandatory threshold remains ₹5 crore. Until a notification exists, ₹5 crore is the live number.
Which is the practical argument for the engineering position we take on every Indian ERP build: the threshold belongs in configuration, and applicability belongs in a rule the finance team can change without a deployment. A business sitting between ₹2 crore and ₹5 crore today should build as if it will be covered, because the lead time on an IRP integration is longer than the lead time on a notification. Check your own status on the portal's own e-invoice enablement lookup rather than inferring it — enablement and legal liability are different things, but the lookup tells you what the system thinks.
E-invoicing is not invoice generation by a government portal. You keep creating invoices in your own ERP. The flow is:
Step four is not optional housekeeping. The IRP is deliberately lean — "IRP will not store invoices" — and CBIC's FAQ puts the retention at 24 hours. The signed QR is what makes offline verification possible and, under Rule 46 of the CGST Rules, printing it on the invoice is mandatory. The QR carries supplier and recipient GSTIN, the supplier's invoice number, the invoice date, taxable value and gross tax, the number of line items, the HSN code of the highest-value line item, the IRN and the IRN generation date. If the signed JSON is tampered with, the signature fails and the e-invoice is invalid — so store the bytes you received, not a re-serialised copy.
On the e-way bill: it is generated from the same payload if you pass Transporter ID and vehicle details, and the response returns EwbNo, EwbDt and EwbValidTill. The e-way bill does not replace e-invoicing or the other way round — CBIC's FAQ confirms an e-way bill is still required wherever it is mandatory.
GSTN's advisory of 27 March 2025 lowered the reporting time limit threshold from ₹100 crore to ₹10 crore AATO with effect from 1 April 2025: businesses at or above that turnover must report e-invoices within 30 days of the document date, across invoices, credit notes and debit notes. After the window closes the portal will not accept the document at all. Below ₹10 crore AATO, the restriction does not currently apply.
Two consequences for the build. Ageing matters: an invoice sitting in a failed-submission queue is a compliance problem on a timer, so the queue needs an age alert well inside 30 days rather than a retry loop that fails quietly. And backdating stops working — the API already rejects requests with document dates before 1 April 2025 outright.
The cancellation rules are narrow, and the NIC API documentation and CBIC's FAQ agree on all of them:
| Rule | What your ERP has to do |
|---|---|
| IRN can be cancelled within 24 hours of generation | Timestamp from the IRP's AckDt, not your server clock |
| Cancellation is in toto — no partial cancellation | Model cancel as a whole-document action, then issue a fresh e-invoice |
| An active or verified e-way bill blocks cancellation | Cancel the e-way bill first; if an officer verified it in transit, neither can be cancelled |
| A cancelled invoice number can never be reused | Burn the number in your series; never recycle it, even inside the 24 hours |
| Amendments are not possible on the IRP at all | Corrections go through GSTR-1 on the GST portal, so build the reconciliation, not an amend call |
Past 24 hours, the instrument is a credit note with its own IRN, not a cancellation. That is an accounting decision with a system consequence: your invoice lifecycle has a hard one-way door in it, and any workflow that lets a user "edit and resend" an invoice the next morning is wrong by construction.
The single most useful fact for anyone building this is how the IRN is derived. Per the NIC specification, the IRN is the SHA256 hash of the supplier GSTIN, the document number, the document type and the financial year of the document date. It is a pure function of data you already hold. That makes the whole integration idempotent if you let it.
None of this is exotic, but it is the difference between an integration that survives a bad afternoon on the IRP and one that produces a month-end reconciliation nobody can close. It is the same discipline we apply to any regulated flow — well-built API integrations make the compliance edge cases survivable rather than heroic.
India was early, and the model is spreading with local variations that do not map onto each other. If you also sell into the Gulf, the UAE requires an accredited service provider appointed before go-live. In Europe the obligation has started from the receiving side rather than the issuing side — every French business must now be able to receive an e-invoice — and the validation rules bite differently, as EN 16931 validation, where a discount needs its own VAT rate shows.
The lesson from running all three at once is that the ERP should own one canonical invoice record and treat each jurisdiction's portal as a plug-in with its own schema, its own window and its own idempotency key. Teams that instead fork the invoice model per country end up with three systems of record and no reconciliation. If you are picking a platform for this, what Odoo really costs in India covers the trade-off, and our custom ERP development practice is where we do the integration work.
Start with the enablement lookup and the turnover history. Everything else in this post is engineering you can schedule; applicability is the one thing you cannot find out by testing.
A GST-registered person whose aggregate turnover exceeded ₹5 crore in any preceding financial year from 2017-18 onwards must generate e-invoices for B2B supplies and exports. Turnover is measured across the whole PAN, not per GSTIN, so group entities are assessed together.
The e-invoice turnover limit is ₹5 crore of aggregate annual turnover, in force since 1 August 2023 under Notification 10/2023-Central Tax. A reduction to ₹2 crore has been discussed but, as of 27 September 2026, we have found no notification bringing it into effect.
Exempt classes are SEZ units, insurers, banking companies and financial institutions including NBFCs, goods transport agencies moving goods by road, passenger transport suppliers, and multiplex cinema admission services. B2C supplies are outside the scheme, though B2C turnover still counts towards the threshold.
No. An IRN can only be cancelled within 24 hours of generation, and only in full. After that window the correction instrument is a credit note carrying its own IRN. An active or officer-verified e-way bill also blocks cancellation entirely.
No. CBIC states that data on the Invoice Registration Portal is available for only 24 hours, and GSTN's design documentation says the IRP will not store invoices. Your ERP must persist the signed invoice JSON and signed QR code it receives back.
Taxpayers with annual aggregate turnover of ₹10 crore or more must report invoices, credit notes and debit notes to the IRP within 30 days of the document date, effective 1 April 2025 under a GSTN advisory dated 27 March 2025. Below that turnover the limit does not currently apply.
Not necessarily. You can integrate directly with the IRP API, or go through a GST Suvidha Provider or application service provider. Either way the ERP must own invoice numbering, store the signed payload and QR, and handle retries, cancellations and GSTR-1 reconciliation itself.
Ready to take the first step towards unlocking opportunities, realizing goals, and embracing innovation? We're here and eager to connect.
11th Floor, O-Hub, Chandaka Industrial Estate, Infocity, Bhubaneswar, Odisha 751024
Level 4, 11 York Street Sydney Startup Hub Sydney, NSW – 2000
30 N. Đinh Nghệ, Phước Mỹ Sơn Trà, Đà Nẵng / Da Nang City – 550000
Level 25, AIDP Business Tower, Dubai Marina, United Arab Emirates
50 Beauchamp Street, Wellington, WGN 5028, New Zealand