#sumitp07

1 messages · Page 1 of 1 (latest)

rich micaBOT
#

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.

umbral comet
#

👋 How can I help?

lofty lake
#

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.

umbral comet
#

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

Learn how to use the Stripe Tax API to calculate sales tax, GST, and VAT in your custom payment flow, and record tax collected for reporting.

lofty lake
#

No, That I know but My requirement is

  1. if the customer is from France then apply French Tax (20%)
  2. if the customer is from an EU country then apply EU Autoliquidation Tax (0%): and they provide a valid VAT number
  3. if the customer is outside the EU then apply Default Tax Rate (0%)
#

I need the solution for these cases on checkout page

umbral comet
#

From the previous thread discussion, my colleage has advised using Tax Rate. Is there anything you would like to follow up on?

lofty lake
#

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

rich micaBOT
dreamy gulch
#

Hi! I'm taking over this thread.

#

Give me a few miniutes to look into this.

lofty lake
#

ok

dreamy gulch
#

If you are using Checkout Session with Automatic Tax, then this should happen automatically.

lofty lake
#

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?

dreamy gulch
#

I'm not sure I understand the issue. Can you give a concrete example of what is currently happening and what you want instead?

lofty lake
#

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.

dreamy gulch
lofty lake
#

this will not get worked, because customer can change the country on the checkout page, right?

dreamy gulch
#

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.

lofty lake
#

For both cases