#jesper_best-practices
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/1473414779090505813
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
For the record, one method I could find was to force a fixed tax rate by setting tax_rates on each line item on an invoice.
However, if I do this, transactions no longer show up in the stripe tax overview, so I'm a little worried they won't show up in tax exports either.
So basically what I'm asking is, is there a way to disable auto tax (automatic_tax: {enabled: false}) while still being able to export transactions with computed VAT totals at the end of the quarter?
Hello! You can use tax customizations to apply a fixed VAT rate regardless of the customer address: https://docs.stripe.com/tax/tax-customizations
Have you tried this?
Ooh let me check
Hmm it seems like this requires us to create a customization for every single country/region? Or am I missing something?
Correct. If that's not ideal, you'll have to manually apply tax rates: https://docs.stripe.com/billing/taxes/tax-rates
While this no longer shows up in the Stripe tax overview, you should be able to export tax transactions from your dashboard which includes manually applied tax rates. https://dashboard.stripe.com/tax/overview