🧾 Invoices API
REST API endpoints for creating, searching, updating, and settling GST-compliant tax invoices.
Loading documentation…
The Invoices API allows merchants to programmatically issue tax invoices, compute GST splits, retrieve billing ledgers, and manage payment states.
GET /api/invoices
Retrieve a paginated list of invoices with optional search, status filtering, and date range query parameters.
status (optional): Filter by status (DRAFT, SENT, PAID, PARTIALLY_PAID, OVERDUE, CANCELLED).customerId (optional): Filter bills for a specific customer.search (optional): Search by invoice number or customer name.page (optional): Page number (defaults to 1).limit (optional): Page size (defaults to 20).POST /api/invoices
Creates a new sequential tax invoice, computes applicable CGST/SGST or IGST tax breakdowns, decrements inventory stock, and generates a dynamic UPI payment QR code.