#sumitp07
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
👋 How can I help?
I want to integrate my own customized subscription base checkout page with tax collection depend upon the location selection and ask for VAT number for specific locations? Is there any solution for to achieve this.
Do you mean you would like to understand if there is any solution that helps to calculate tax with a given address? If so, you may refer to the guide here: https://stripe.com/docs/tax/custom
No, That I know but My requirement is
- if the customer is from France then apply French Tax (20%)
- if the customer is from an EU country then apply EU Autoliquidation Tax (0%): and they provide a valid VAT number
- if the customer is outside the EU then apply Default Tax Rate (0%)
I need the solution for these cases on checkout page
From the previous thread discussion, my colleage has advised using Tax Rate. Is there anything you would like to follow up on?
I try with that, but I am troubling with this situation
if the customer is from an EU country then apply EU Autoliquidation Tax (0%): and they provide a valid VAT number
ok
If you are using Checkout Session with Automatic Tax, then this should happen automatically.
I try with that, but I am troubling with this situation
if the customer is from an EU country then apply EU Autoliquidation Tax (0%): and they provide a valid VAT number
you are saying for this situation?
I'm not sure I understand the issue. Can you give a concrete example of what is currently happening and what you want instead?
I want to apply 20% tax for France location customers but for all other locations except France in EU region I want to apply 0% tax and at the same time, ask the customer for to enter VAT number on the same checkout page.
Maybe you could try dynamic tax rates? Not sure: https://stripe.com/docs/api/checkout/sessions/create?lang=node#create_checkout_session-line_items-dynamic_tax_rates
If this does work, then you could try collecting the country first, and then create the Checkout Session with the correct tax rate.
this will not get worked, because customer can change the country on the checkout page, right?
Are you taloking about my first option (dynamic tax rates) or the second here? But yes customer can set their address in the Checkout Session.
For both cases