#DizzyDizz-invoice-data
1 messages · Page 1 of 1 (latest)
Hello there. Dashboard exports depend on the filtering parameters applied there, and don't think you can do that in the Dashboard
Is the API an option?
I already looked into all the export options and as you are saying, i can display and filter it by meta data but not exporting
In the api i found a way to retrieve all invoices in a given time, but not filtered by metadata
but also only as objects and not as csv
Yeah you can't get CSV direct from the API that way so you'd need to do JSON -> CSV (which is pretty common)
There's also a Search API in beta which will let you filter objects by metadata: https://stripe.com/docs/search-api
thanks i will look into this