Invoice API
The Invoice API is a RESTful web service that allows users to create and send invoices for their business. It provides endpoints for creating new invoices with details such as customer information, items/services sold, and payment terms.
Invoice API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Invoice /createInvoice |
Create and send an invoice via email |
| GET |
Get All Invoices /getAllInvoices |
Get All Invoices |
| GET |
Get Invoice by Id /getInvoice/{invoice_id} |
Get Invoice by Id |
Invoice API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 1 / second |
|
| ULTRA | $40 / month | 2 / second |
|