#stealth-customer-tax

1 messages ยท Page 1 of 1 (latest)

fading tideBOT
fathom tapir
#

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

pearl orbit
#

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.

fathom tapir
#

stealth-customer-tax

#

Is this your own expectations or are you saying that's what our docs say?

pearl orbit
#

My expectations. That is, that's how it should be according to the law

#

Invalid VAT = tax is always applied

glass wraith
#

๐Ÿ‘‹ hopping in here - give me a mi nute to catch up

pearl orbit
#

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.

glass wraith
#

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

pearl orbit
#

I see. Is there a switch/setting to turn such behavior off? It makes no sense to apply VAT if it's invalid.

glass wraith
#

There's no setting to turn this behavior off

pearl orbit
#

Are there plans to add it in the future?

glass wraith
#

As far as I know of there aren't any plans

pearl orbit
#

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

glass wraith
#

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

pearl orbit
#

Thanks for help. Have a good day.

glass wraith
#

you too!

pearl orbit
#

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.

glass wraith
#

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

pearl orbit
#

Yes, tax fees. 0.50c per calculation.

glass wraith
#

๐Ÿ‘ yup, then what I said is accurate