#danilabagroff
1 messages ยท Page 1 of 1 (latest)
Hi there
Hi
Don't think so but let me check
Thank you
btw: I do not see any report where all taxes are grouped by region(just for paid invoices)
Ah actually I'm wrong. This should be in lines.data
brilliant!
Yeah we don't have a prebuilt report for that
You would have to calculate that yourself
lines.data are line_items which has a tax_rates hash with the info you want: https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you @rare mango, going to try right now
Sounds good