v1

latestOpenAPI 3.0.32026-07-2488203535.0 KB
Invoicing

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

next_cursorinteger nullable

Cursor for the next page. Use this value in the cursor parameter for the next request. Null if there are no more results.

per_pageinteger

Number of invoices per page