#Adam_Kimbo-checkout-vat

1 messages · Page 1 of 1 (latest)

proper night
#

Hey, how are you integrating Checkout and tax currently?

meager lynx
#

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.

proper night
#

But I'm not sure if that will actually prevent tax calculation

meager lynx
#

Ah, sorry for not spotting that in the docs myself. I'll take a look at whether it prevents tax collection. Thanks.

proper night
#

Not sure if that pertains just to Stripe Tax (product) tho

meager lynx
#

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.

proper night
#

np!