Hi!
I am using Stripe’s integration and, since I am in EU, I need to charge VAT from all users in the EU (and UK until Dec 31st).
The plugin sends a tax_info metadata like this:
tax_info {"trial_tax":"1.47","trial_tax_per":"21%","tax":"1.26","tax_per":"21%"}
But stripe says it’s deprecated:
https://stripe.com/docs/billing/migration/taxes#moving-from-taxinfo-to-customer-tax-ids
My users are being charged the total amount with tax included, but they’re being charged without showing that part of the amount is tax (which means many will think I am overcharging them and give up subscribing) and all tax reports are also broken on Stripe, showing zero tax, meaning I’ll have issues when paying VAT here.
It also seems they’re processing tax rates differently now, I did set up the tax rates for each country on their end, but s2Member needs to send them the right metadata, sadly:
https://stripe.com/docs/billing/taxes/tax-rates
Since many of you likely need to charge VAT or other taxes, and some of you are likely using Stripe, how did you fix it? I’d love to know, since I can’t find any other topic anywhere else on the matter.
Thanks