Invoices
List Invoices
Use when listing or searching invoices (e.g. admin view or customer history). Returns a paginated list; supports filtering by customer, status, date range.
GET
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter invoices by customer ID
Filter invoices by subscription ID
Filter by invoice statusValues:
DRAFT, FINALIZED, VOIDED, UNCOLLECTIBLEFilter by payment statusValues:
PENDING, PAID, UNPAID, PARTIALLY_PAID, OVERPAID, FAILEDFilter by invoice typeValues:
SUBSCRIPTION, ONE_TIME, CREDIT, PRORATIONFilter invoices with due date on or after this date (ISO 8601 format)
Filter invoices with due date on or before this date (ISO 8601 format)
Filter invoices with billing period starting on or after this date (ISO 8601 format)
Filter invoices with billing period starting on or before this date (ISO 8601 format)
Number of invoices to return per page (max 100)
Number of invoices to skip for pagination
Field to sort byValues:
created_at, updated_at, due_date, period_start, totalSort orderValues:
asc, descResponse
Array of invoice objects
Total number of invoices matching the filter criteria
Number of invoices returned per page
Number of invoices skipped