List invoices

View as Markdown
Returns a paginated list of invoices. Supports filtering by customer, status, and subscription.

Authentication

AuthorizationBearer

Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.

Query parameters

limitintegerOptional1-100Defaults to 20

Maximum number of items to return (1-100).

offsetintegerOptional>=0Defaults to 0
Number of items to skip before returning results.
customer_idstringOptionalformat: "uuid"
Filter by customer UUID.
statusenumOptional
Filter by invoice status.
subscription_idstringOptionalformat: "uuid"
Filter by subscription UUID.

Response

A paginated list of invoices
datalist of objects
paginationobject

Errors

401
Unauthorized Error