Search Documentation
Search for a documentation page...
Invoices API
REST API endpoints for reading invoices.
Invoices are issued by the platform as orders are paid — this resource is read-only. To configure whether invoices are issued, or to set the footer note printed on them, use the invoiceSettings group on PATCH /api/v1/settings.
Scope: orders:read.
List Invoices
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
offset | number | 0 | Number of invoices to skip |
limit | number | 20 | Invoices per page (1-100) |
query | string | — | Match an invoice number or the order's lookup reference |
environment | string | — | live or test; omit for both |
Response
Get Invoice
Returns a single invoice by UUID. Returns 404 if the invoice does not exist in this store.
Returns the same shape as a single item from the list response.