List Invoices
List invoices for an account with pagination.
Works for both User and API Key authentication.
Account access is automatically validated via endpoint dependency.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
limit
Number of items per page
offset
Number of items to skip
filter
Filter conditions as a JSON string or object. All fields are optional.
- `customer_id` (string)
- `subscription_id` (string)
- `payment_intent_id` (string)
- `status` (string)
- `currency` (string)
- `billing_reason` (string)
- `total_amount_atom` (integer | number | object)
- `created_at` (string | object)
- `collection_method` (string)
- `customer` (string)
sortBy
Field to sort by
sortOrder
Sort order: 1 for ascending, -1 for descending
search
Keyword-based search across multiple fields
expand
Fields to expand (e.g. custom_fields)
Response
Successful Response
items
total
has_more
Errors
422
Unprocessable Entity Error