#madhav-sharma_api
1 messages ¡ Page 1 of 1 (latest)
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.
- madhav_checkout-tax, 1 day ago, 17 messages
- madhav-sharma_api, 1 day ago, 4 messages
đ 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.
So tax is not being calculated?
What is the behaviour you're expecting but not seeing?
Yep
Its always showing zero
in case of automatic tax calculation
We are expecting stripe to calculate tax in checkout
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
But does that means for other countries which are not listed in the tax registration you won't collect tax?
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
But that makes it limited to only few countries/states
Because i can see only a few countries in the registration list
You can provide a shipping address to force the location: https://docs.stripe.com/tax/customer-locations
Like India is not in the list
Yep, we only support some countries: https://docs.stripe.com/tax/supported-countries
We are collecting this from the user on checkout page
so in case we want to collect tax from the countries then how can we do that
Then provide a Maryland, US address and it'll calculate tax because right now that is the only active registration on your account
because tax rates works when automatic tax collection is not not in the picture
I will try that once
You'd use Tax Rates manually: https://docs.stripe.com/billing/taxes/tax-rates
SO is there a way by which we can decide on the go which to use tax_rates or automatic_tax_calculation
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
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
I don't understand the question
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
What does 'have no effect' mean?
i mean to say what would be different if we use tax_rates then using automatic_tax_calculation
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