List billing invoices
Returns a list of Stripe invoices for the authenticated user’s Stripe customer. Includes all credit purchase invoices.
Authorizations
JWT authentication token
Query Parameters
Maximum number of invoices to return (default 25, max 100)
1 <= x <= 100Cursor for pagination - Stripe invoice ID to start after
Response
List of invoices with credit context and lifetime totals
Currency code aggregated across credit purchases (defaults to "usd").
Whether more invoices exist beyond this page.
All Stripe invoices for the authenticated user's Stripe customer, enriched per-row with credit context when a matching local credit_purchase event exists.
Lifetime total spent in cents across credit purchases.
Formatted lifetime total (e.g. "$1,250.00").
Lifetime count of credit_purchase events for this resource.

