#ninjaparade-tax-rates
1 messages · Page 1 of 1 (latest)
Yeah, you can do that using tax rates: https://stripe.com/docs/billing/taxes/tax-rates
Have you looked into that already?
I have but the rate is not something that is being used, as an example one govermet entity would pay a percentage of the tax value. Lets say the tax is 10% and you owe $100, in one case the tax owning would be 5% of $10 (tax owing) and another would be some other percentage of the tax amount owing
another example you owe $100 and GST and PST would be a combined 7% and 7.5 % meaning you owe $14.50, one customer would be a percentage of this another wouldn't pay anything (which would mean no tax rate on the invoice) the issue is for the ones that are paying a percentage of one tax or both, it's so weird and confusing
Ahhhhh, okay I see. So you would need Stripe to calculate the normal tax and you would then calculate additional tax on top of that?