#JDPT-VAT-calculation
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Juggling between a few threads at the moment
Give me a few to catch up please ๐
Sure no problem!
Yeah, I'm trying to figure out whether it's to do with calculating VAT from each line item and adding then rounding rather than using the subtotal, which would make sense
in_1Kah6XIAJYtOguPzdk3T0bUB
Thanks
Is there anywhere that documents exactly the process Stripe uses to calculate the VAT?
Seems like we calculate tax rate per line item
https://stripe.com/docs/billing/taxes/tax-rates#rounding
still, I've reached out to a colleague of mine who is better at taxes than me ๐
Great, thanks for the help! Would make sense since the Stripe API accepts a tax rate per line item, problem is our platform doesn't calculate VAT this way, so there's a discrepancy between stripe and our platform
There's no way to explicitly declare a tax amount anymore is there? That got deprecated if I remember correctly
Hi ๐ @sharp badger had to step away. But I believe that is correct due to the greater accuracy of taxing per item.
No problem, guess that'll require a rework our side to have more accurate tax calculations, thanks for the info
Yeah and just be aware of the rounding up like 41.13 *.2 = 8.226 -> rounds to 8.23