Billing
Download Invoices
One zip with the PDFs of exactly the invoices the panel lists for month.
Stripe's invoice_pdf links are signed and public, so the api just pulls them (a few at a time) and zips them in memory — a month of invoices is a handful of ~50 KB files, nothing to stream. One dead link does not sink the batch: that invoice is skipped and logged; only an all-dead batch is an error.
get/api/billing/invoices/download
Query parameters
monthstring nullable
Cookies
ex_accessstring nullable
ex_orgstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/billing/invoices/download:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○