Retrieves a paginated list of invoices for a specific customer, with flexible filtering options to narrow results by status, date range, credit type, and more. This endpoint provides a comprehensive view of a customer’s billing history and current charges, supporting both real-time billing dashboards and historical reporting needs.
Array of invoice objects containing:
next_page
cursorBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Max number of results that should be returned
1 <= x <= 100
Cursor that indicates where the next page of results should start.
Invoice status, e.g. DRAFT, FINALIZED, or VOID
If set, all zero quantity line items will be filtered out of the response
Invoice sort order by issued_at, e.g. date_asc or date_desc. Defaults to date_asc.
date_asc
, date_desc
Only return invoices for the specified credit type
RFC 3339 timestamp (inclusive). Invoices will only be returned for billing periods that start at or after this time.
RFC 3339 timestamp (exclusive). Invoices will only be returned for billing periods that end before this time.
Success
The response is of type object
.