You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to implement the Stripe Tax feature to my subscriptions so that it automatically calculates the Tax rate based on the users location and where I'm registered. See https://dashboard.stripe.com/test/settings/tax
The Stripe Docs say that all that is needed for this feature to function is to the add the following line of code in the checkout session:
But I can't see a way to turn this on in the plugin. As the tax section in the plugin only seems to be able to create manual taxes, unless I'm mistaken?
If so, can a simple lightswitch option be added to turn it on please. As it is essential for the website build I'm working on.
We just released Stripe Payments v3.4.1 with support for Automatic taxes (only on subscriptions). On your payment form, go to the Tax tab and enable "Automatic Taxes" please make sure that on your Plan product you add the tax_behavior.
Description
I'm attempting to implement the Stripe Tax feature to my subscriptions so that it automatically calculates the Tax rate based on the users location and where I'm registered. See https://dashboard.stripe.com/test/settings/tax
The Stripe Docs say that all that is needed for this feature to function is to the add the following line of code in the checkout session:
Reference: https://stripe.com/docs/payments/checkout/taxes#new-customers
But I can't see a way to turn this on in the plugin. As the tax section in the plugin only seems to be able to create manual taxes, unless I'm mistaken?
If so, can a simple lightswitch option be added to turn it on please. As it is essential for the website build I'm working on.
Additional info
The text was updated successfully, but these errors were encountered: