#madhav-sharma_api

1 messages ¡ Page 1 of 1 (latest)

red lynxBOT
frigid wyvernBOT
#

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.

red lynxBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1263819074899673170

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

toxic jetty
#

So tax is not being calculated?

#

What is the behaviour you're expecting but not seeing?

lofty salmon
#

Its always showing zero

#

in case of automatic tax calculation

#

We are expecting stripe to calculate tax in checkout

toxic jetty
#

Do you have any valid tax registrations?

#

All I can see is one for state of Maryland in US, so unless your customer is from there we won't calculate any tax

lofty salmon
toxic jetty
#

Correct yes

#

That's how this works, you tell us where you need to collect tax and whenever a customer from that location makes a purchase we will calculate and charge the tax

lofty salmon
#

But that makes it limited to only few countries/states

#

Because i can see only a few countries in the registration list

toxic jetty
lofty salmon
#

Like India is not in the list

toxic jetty
lofty salmon
lofty salmon
toxic jetty
lofty salmon
#

because tax rates works when automatic tax collection is not not in the picture

toxic jetty
lofty salmon
toxic jetty
#

I guess you'd need to determine customer location before creating the Checkout Session and if they're in an unsupported location then pass Tax Rates

lofty salmon
#

Ok got it

#

Another thing

#

Even if we use tax_rates or automatic_tax_calculation the end result will be the same while calculating tax

toxic jetty
#

I don't understand the question

lofty salmon
#

I mean even if we are using tax_rates or automatic_tax_calculation, the tax collection would have no effect

#

its just the rate that is being changed right

toxic jetty
#

What does 'have no effect' mean?

lofty salmon
#

i mean to say what would be different if we use tax_rates then using automatic_tax_calculation

toxic jetty
#

Well using tax rates means you manually need to apply the relevant rates for the session according to customer location and products, etc. The the underlying calculation is the same yes

lofty salmon
#

ok great that solves my query

#

Thank you