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](https://stripe.com/docs/api/invoices/object)
for field-level semantics.
Organizations that have never been charged (free-tier only) return
an empty array.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Response
Up to 20 recent Stripe invoices for the caller's organization.
success
data
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.
Errors
401
Unauthorized Error

