get https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoice/
Fetch the e-Invoice by passing the invoice registration number (IRN). To fetch an e-Invoice, the authenticated taxpayer has to be a party in the transaction, either the seller or the buyer.
Only e-Invoices within the last 6 months can be fetched.
Key | Type | Description | Example |
---|---|---|---|
Status | String | Invoice status | ACT |
Irn | String | Invoice Reference Number (IRN) | 7859346583894f86 |
SignedQRCode | String | Signed QR code for the invoice | eyJhbGciOiJSUzI1... |
AckNo | Number | Acknowledgment Number | 112410188589976 |
AckDt | String | Acknowledgment Date | 2024-02-22 17:42:00 |
SignedInvoice | String | Signed invoice data | eyJhbGciOiJSUzI1... |
Examples | Response Code |
---|---|
e-Invoice Fetched | 200 |
Record Not Found | 200 |
e-Invoice Older Than 6 Months | 200 |