#Loterak
1 messages · Page 1 of 1 (latest)
If the fields are available in our API, you could build your own script that polls our API and builds the CSV based on returned fields
Are you a developer?
yep
so I would need to hit the invoices api and join that with the other elements we are missing I would assume.
main problem is accounting having problem trying to associate an invoice to a specific price inside a product
Are these subscription invoices?
yes
The price id would be on the line item: https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But yeah you might have to retrieve a few different API objects depending on what you want to add to the CSV