v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Billing

List invoices

Returns up to 20 of the most recent Stripe invoices for the caller's organization. Each item is the raw Stripe Invoice object; use the canonical Stripe reference at stripe.com/docs/api/invoices/object for field-level semantics.

Organizations that have never been charged (free-tier only) return an empty array.

get/payment/v1/invoices

Response

Up to 20 recent Stripe invoices for the caller's organization.

successboolean required
dataobject[] required

Up to 20 recent Stripe Invoice objects for the caller's organization. Fields follow the canonical Stripe shape. Keys most callers use: id, status, amount_paid, amount_due, currency, created, hosted_invoice_url, invoice_pdf, number.

Example response

{
  "success": true
}