#LimaPer
1 messages · Page 1 of 1 (latest)
Hi
AFAIK, no. But when using multiple tax rates, you can get all the applied taxes:
https://stripe.com/docs/api/invoices/object#invoice_object-total_tax_amounts
https://stripe.com/docs/billing/taxes/tax-rates#using-multiple-tax-rates
But this is manual taxing not like using Stripe Tax
Thanks, then it was as i suspected since we didnt find anything in the documentation. Feels strange to have a tax service that gives the total calculated tax but not possible to get it in parts since that is what is needed to be reported later on.
Checking if there is further details in the report API...
https://stripe.com/docs/reports/api
it seems not too
Ok, thanks! Then we have to see how we solve it