#stealth-customer-tax
1 messages ยท Page 1 of 1 (latest)
Hey @pearl orbit! What's your exact question? Please note that this Discord server is focused on helping developers with their own code and we can't help with account support questions
So... I am testing new automatic tax feature and it does not work correctly.
Here is my invoice: in_1NG3IwGpJlO3RAQZrhlpxYuc, and here is a customer: cus_O278WAFglkUcq1
Customer has invalid VAT number, and yet invoice was created with "Tax to be paid on reverse charge basis".
That should not happen. If VAT is invalid, tax should be always applied. There is no valid case where tax can be voided without having a correct VAT number.
stealth-customer-tax
Is this your own expectations or are you saying that's what our docs say?
My expectations. That is, that's how it should be according to the law
Invalid VAT = tax is always applied
๐ hopping in here - give me a mi nute to catch up
To add some details. I created customer with valid VAT at first. And then I changed it manually to invalid in Stripe dashboard. However, Stripe ignores new change to VAT and keeps invoicing as if a customer has a valid vat.
gotcha - give me a few minmutes to dig in
So I did some digging - apparently categorizing something as reverse charge doesn't actually require the presence of a valid Tax ID. It just checks for prescense, not validity
https://stripe.com/docs/tax/zero-tax#reverse-charge
Stripe Tax automatically applies the right logic depending on the presence of a tax ID and the jurisdictions involved in the transaction.
I see. Is there a switch/setting to turn such behavior off? It makes no sense to apply VAT if it's invalid.
There's no setting to turn this behavior off
Are there plans to add it in the future?
As far as I know of there aren't any plans
I see. Well, that makes automatic tax service quite useless, if we have to do manual checks just like we used to do until now.
At least for EU. I can't speak for other regions
Yeah that's fair - I expect others in the EU who are using Stripe Tax are making sure the Tax ID is valid before continuing on with subscription or invoice creation, but if that's not something you want to account for then Stripe Tax isn't as helpful
Thanks for help. Have a good day.
you too!
One more question. Are fees charged on subscriptions where automatic_tax[enabled]=false? Taxes are enabled in settings, but I would like to avoid using this feature for domestic transactions and thus avoid fees.
You're talking about tax fees specifically, right? If you're specifically setting automatic_tax[enabled]=false then no, there shouldn't be any tax-related fees
Yes, tax fees. 0.50c per calculation.
๐ yup, then what I said is accurate