Invoices
Download Invoice Document
Download a print-ready invoice (authenticated, tenant-scoped)
GET
Download a printable invoice
Returns a print-ready HTML rendering of the invoice. The layout is jurisdiction-aware: India-GST sellers get a full TAX INVOICE (GSTIN, per-line HSN, CGST/SGST or IGST split, Place of Supply, e-invoice IRN/QR when present); other sellers get a plain invoice with a single tax line and the seller’s tax id. Amounts render with the invoice currency’s own symbol.
Path Parameters
Example Request
Response
200 with Content-Type: text/html — a self-contained, print-ready document (use the browser’s print-to-PDF for a PDF file). 401 without valid credentials; 404 when the invoice doesn’t exist in your tenant.
GET /v1/invoices/{id}/preview returns the identical rendering and exists for dashboard preview use.Errors
See Errors for the error envelope and the full code taxonomy.
Download a printable invoice