#Mael CHEMLA
1 messages ยท Page 1 of 1 (latest)
No prob
what behavior are you seeing currently when you apply a default tax rate on the invoice? Can you share examples/screenshots?
My price is 300โฌ and it add 20% of taxes. I want the 20% to be include in the 300โฌ
Ah gotcha
Have you had a chance to take a look at inclusive vs exclusive tax doc yet?
https://stripe.com/docs/billing/taxes/tax-rates#inclusive-vs-exclusive-tax
What you want here is inclusive tax behavior
yes, but I don't find where I should put this param. In node.js code
at the creation of the tax ?
Yes, you specify it while creating a tax rate
The dashboard lets you choose using the dropdown
the API has an option called inclusive
https://stripe.com/docs/billing/taxes/tax-rates#creating-tax-rates-through-the-api
you can set it as true or false
but its in the tax object not in the invoice one, thats why ! Thanks a lot
NP! ๐ Happy to help