v1
latestOpenAPI 3.0.32026-07-2488203535.0 KBInvoicing
List Invoices
Retrieve a list of all invoices for the merchant with optional filtering and pagination.
get/v5/invoices
Query parameters
status'open' | 'closed' | 'paid' | 'overdue' | 'draft'
Filter invoices by status (open, closed, paid, etc.)
customer_idstring
Filter invoices by customer ID
date_fromstring date
Filter invoices created from this date (YYYY-MM-DD)
date_tostring date
Filter invoices created until this date (YYYY-MM-DD)
cursorinteger
Cursor for pagination (invoice ID to start after). Omit for first page.
per_pageinteger
Number of invoices to return per page (default: 10, max: 100)
Response
Success