#lpares12_best-practices

1 messages ¡ Page 1 of 1 (latest)

rotund breachBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1382685620245102653

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fallen viper
#

hi there!

cloud field
#

Basically I'd like a way to decide if the user pays 21% or not of tax according to if they have a valid EU VAT or not.

#

Hey!

fallen viper
#

how are you accepting payments? Checkout Session, Payment Element, something else?

cloud field
#

Checkout session

#

I wonder if Tax Basic would work for this scenario. Couldn't really understand it in the documentation.

fallen viper
#

got it. then the simplest option woulc be to enable Automatic Tax, so that Stripe handles all of this for you.

cloud field
fallen viper
#

no, that's something else

cloud field
fallen viper
#

once you configured Tax Registrations in your Dashboard, and set automatic_tax when creating the Checkout Session, then Stripe will automatically compute the Tax for you. but then it's up to you to send the Tax amount to the relevant countries, unless you also use the paid feature mentioned in the link you shared.

cloud field
#

then Stripe will automatically compute the Tax for you
In this scenario, the Invoice will have the added tax according if the buyer is a normal person or business, right?
And then I'll have to pay this collected VAT to each country.

unless you also use the paid feature mentioned in the link you shared
In this scenario I get a payout from stripe, and I don't have to pay any tax on it, correct?

fallen viper
#

that's my understanding yes

cloud field
#

Thanks, will do so!

rotund breachBOT