Connect PakhiGST with your ERP, eCommerce, or custom systems using our secure REST API.
POST https://api.pakhigst.com/v1/invoices Authorization: Bearer your_api_key { "customer_gstin": "07AABCU9603R1ZX", "invoice_date": "2026-08-27", "items": [{ "name": "Laptop", "hsn": "8471", "qty": 2, "rate": 45000, "gst_rate": 18 }] }
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/invoices | Create GST invoice with auto tax |
| GET | /v1/invoices/{id} | Fetch invoice details and PDF |
| POST | /v1/einvoice/generate | Generate IRN for e-invoice |
| POST | /v1/ewaybill/create | Create e-way bill |
| GET | /v1/reports/gstr1 | Export GSTR-1 data as JSON |
Get your free API key and start integrating PakhiGST in minutes.
Request API Key →