-
Notifications
You must be signed in to change notification settings - Fork 681
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
Dynamic Tax Rates for Subscriptions #1653
Comments
I don't see a mention of |
More precisely its here : https://docs.stripe.com/billing/taxes/collect-taxes?tax-calculation=tax-rates#adding-tax-rates-to-checkout And then choose "Dynamic tax rates" tab. On the stripe API documentation it's here : |
@ybert are you sure you cannot already do what you want to do? Judging from the code this already seems possible to me. |
Ok, it seems that I have something on my side that does not work properly. Thanks for the help. |
As mentioned here : https://docs.stripe.com/billing/taxes/collect-taxes?tax-calculation=tax-rates
One strategy to calculate taxes if we don't have information about the customer location and if we don't want to use Stripe Tax and its additional cost is to use dynamic_tax_rates for each line item of the subscription.
The actual API of Cashier does not permit it :
It could be great if we can do :
We can already do this for the one time purchase checkout.
The text was updated successfully, but these errors were encountered: