#Adam_Kimbo-checkout-vat
1 messages · Page 1 of 1 (latest)
We are using dynamic tax rates: we're passing in a list of tax Ids we've created in the Stripe portal to the function which generates the Checkout session.
You can collect tax IDs in Checkout, yep: https://stripe.com/docs/tax/checkout/tax-ids#create-session
But I'm not sure if that will actually prevent tax calculation
Ah, sorry for not spotting that in the docs myself. I'll take a look at whether it prevents tax collection. Thanks.
There's some details on tax exemption here: https://stripe.com/docs/tax/zero-tax#exempt-customers
Not sure if that pertains just to Stripe Tax (product) tho
Thanks for the info. My understanding of the tax requirements is a little hazy - but from what I've been told, customers who have VAT Numbers use them to justify tax free purchases. Our current checkout (not using Stripe) automatically voids the tax when a customer enters a valid tax number. We're just trying to replicate that functionality here. Looks like I've got plenty of information to go on now to determine if this is possible in Stripe Checkout. Cheers.
np!