Billing

Billing and invoices operations

Get Stripe invoices for the authenticated client

get

Resolves the authenticated token to the client's email and returns matching Stripe invoices.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of invoices

application/json
invoiceidstringOptionalExample: in_1ABCDEFgHIJKLMN
invoice_urlstring ยท nullableOptionalExample: https://pay.stripe.com/invoice/acct_12345/live_abc/pdf?s=ap
receipt_urlstring ยท nullableOptionalExample: https://pay.stripe.com/receipts/invoices/abc
datestring ยท date-timeOptionalExample: 2026-03-03T10:20:30.000Z
get
/billing/invoices

Last updated