Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stripe Tax #249

Closed
mentiondev opened this issue Feb 15, 2022 · 1 comment
Closed

Stripe Tax #249

mentiondev opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mentiondev
Copy link

mentiondev commented Feb 15, 2022

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:

automatic_tax: {
    enabled: true,
  }

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

  • Craft version: Craft Pro 3.7.28
  • PHP version: 7.4.21
  • Database driver & version: MySQL 5.7.34
  • Plugin version: 3.3.11
  • Is SCA and Stripe Checkout enabled?: Yes
@andrelopez andrelopez self-assigned this Feb 16, 2022
@andrelopez andrelopez added the enhancement New feature or request label Feb 16, 2022
andrelopez added a commit that referenced this issue Feb 16, 2022
@andrelopez
Copy link
Member

andrelopez commented Feb 16, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants