#bicoamar - Stripe API spreadsheet
1 messages · Page 1 of 1 (latest)
I believe you can do this with our reports but let me double check that
You can definitely run and retrieve a report from the API https://stripe.com/docs/api/reporting/report_run/create
So if one of these reports has the info that you are looking for, it should meet your needs https://stripe.com/docs/reports/report-types
Alternatively if you can write a simple script for this, you can list all invoices via the API and export that yourself to a CSV
Thank you