v1
credits

List Stripe invoices

Recent Stripe invoices for the caller's active org, for billing managers.

The invoices belong to the org the request resolves to (the caller's personal org when no X-Org-Id is supplied), so this is restricted to org roles holding MANAGE_BILLING.

Each item includes hosted_invoice_url (Stripe-hosted view) and invoice_pdf_url (direct PDF download). Returns an empty list when the credit system is disabled or the org has no Stripe customer yet.

get/api/credits/invoices

Query parameters

limitinteger

Response

Successful Response

idstring required
numberstring nullable
created_atstring date-time required
total_centsinteger required
amount_paid_centsinteger required
currencystring
statusstring required
descriptionstring nullable
hosted_invoice_urlstring nullable
invoice_pdf_urlstring nullable

Changes