List invoices
Invoices
List invoices
List Stripe invoices for the authenticated customer.
Use this endpoint for billing history pages and invoice tables.
Pagination:
limitcontrols page size (1-100).startingAftercontinues from a previous page token.- Response includes
hasMoreandnextStartingAfterfor pagination UX.
Behavior:
- If the user has no Stripe customer link yet, returns an empty list rather than an error.
GET
List invoices
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of invoices to return.
Required range:
1 <= x <= 100Stripe invoice ID to start after. Use the value from nextStartingAfter of the previous response.
Response
200 - application/json
Paginated Stripe invoices for the authenticated user.