#beneordio_checkout-tax-customers
1 messages ยท Page 1 of 1 (latest)
๐ 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/1357374154856468520
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
cs_live_a14pfE6Qr8DGiVmgEk3IJsMbPrUw8ba32j4mAxYNcGIe8Hp1lL4RMOPlEi
Thanks looking
Okay so doesn't look like that Customer has a set tax ID which is required here (see: https://docs.stripe.com/tax/zero-tax#reverse-charges) or the Customer needs to be set to tax_exempt: "reverse" if you don't collect Tax ID.
So stripe does not factor in the address of the customer to determine the tax?
Yes it does, but reverse charges are only for B2B which is indicated via the presence of a Tax ID, otherwise you have to specify that the Customer should be reverse charged if it applies.
I understand. All of our checkouts are B2B but we dont ask for Tax id because we have that at a different point in our product.
If 100% is B2B is there an easy way to let stripe determine the tax in the checkout session?
Yes you create your Customer with tax_exempt: 'reverse': https://docs.stripe.com/api/customers/create#create_customer-tax_exempt
But that is not dynamic then going forward, is it? Not all customers are tax exempt
You just said all your customers are B2B?
So you would set that for all EU Customers that are not in your country, right?
That is how reverse VAT works I believe (I'm not a tax expert)
Yes thats correct, but if i tax exempt every customers this would apply to customers in my country to, wouldnt it?
Hi ๐
I'm stepping in as my colleague needs to go soon
Hi Snufkin, thanks! lmk if u need further info
Well based on what you said above, it's not clear to me which of your customers are or are not tax exempt. I thought you said all your customers are B2B so wouldn't the same rules apply to all of them?
100% is B2B but tax exempt are only those who are within the EU and not from germany. For these, reverse charge applies and thus there should be no tax
ideally the checkout sesion would recognize that based on the customers address
But my colleague already told you that, for reverse tax, we need either a Tax ID from the customer or you to have specified if they should be exempt.