Returns a paginated list of invoices associated with the given subscription. Use this to show invoice history and billing status per subscription, display a timeline of past/current invoices, and let users download or inspect previous and current charges.
API key for authentication
Maximum number of invoices to return (default: 100, max: 1000)
Number of records to skip (default: 0)
Order results by field (prefix with '-' for descending order)
-amount
, -created_at
, -due_at
, amount
, created_at
, due_at
Filter invoices based on status (past, current, all)
all
, current
, past
The response is of type object
.