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.
Example response
{
"success": true
}