#Daniel Moereels-tax
1 messages · Page 1 of 1 (latest)
Hi there 👋 you have a couple options that are available.
You could look into using Stripe Tax, which handles the tax calculation for you and integrates with Checkout:
https://stripe.com/tax
https://stripe.com/docs/tax/checkout
Or you can create Tax Rate objects representing the tax amount that you need to collect and apply those to your payments:
https://stripe.com/docs/billing/taxes/tax-rates
So our best option would be the first link? We want to follow standard EU vat rules. We only have an tax ID in Belgium So if we follow the rules we need to make invoices to B2B clients with 0% rate tax but only if they have valid tax ID
if its a B2C client they always need to pay Belgian tax that is 21%
So it looks like you can specify that a customer should be tax exempt, but you'll still need to confirm the provided information is valid.
https://stripe.com/docs/tax/zero-tax#exempt-customers
Perfect I have shared everything with our developer. I asked him to also subscribe to this channel can he continue in this chat with us?
Absolutely! Helping developers through issues while their building integrations is our primary focus here.