List Stripe invoices for the authenticated customer.
Use this endpoint for billing history pages and invoice tables.
Pagination:
limit controls page size (1-100).startingAfter continues from a previous page token.hasMore and nextStartingAfter for pagination UX.Behavior:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of invoices to return.
1 <= x <= 100Stripe invoice ID to start after. Use the value from nextStartingAfter of the previous response.
Paginated Stripe invoices for the authenticated user.