ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

Signed QR Code

Authentication mechanism of the Indian GST e-invoice.

Definition

The IRP signs the invoice's essential data (supplier/buyer GSTIN, document number, date, value, line count, main HSN and IRN) as a Base64-encoded JWS, returned in the SignedQRCode field. The printed QR code lets anyone verify the IRN and integrity with the IRP's public key, without connecting to the portal.

Origin

Specified in the GSTN/NIC e-invoice API documentation (CBIC e-invoicing notifications); built on the JWS standard (RFC 7515).

Example in context

<SignedQRCode>eyJhbGciOiJSUzI1NiJ9.eyJTZWxsZXJHc3RpbiI6IjI5QUFBQ1I1MDU1SzFaNSIsLi4ufQ.SIG</SignedQRCode>

Last updated: June 20, 2026