#madhav_checkout-tax
1 messages ¡ Page 1 of 1 (latest)
đ 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/1263166611368706204
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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-sharma_api, 30 minutes ago, 4 messages
@bitter knot just to be clear you want to see the tax calculation at the end after the payment on Checkout? If so you want this section of the doc https://docs.stripe.com/payments/checkout/taxes?tax-calculation=stripe-tax#check-the-response
Hi @true abyss
I do want to see the tax calculation but not after the payment
I want to see the calculation on the stripe payment page
Hi @true abyss
In this tax is there but We can see that the price is 0
Gotcha, so that's the tax. The tax is calculated based on information you fill out on the page such as your address
madhav_checkout-tax
I tried this but still the tax is zero
Then you need to make sure you have configured the right tax code on your Product/Price, that you have the right Tax Registrations on your Stripe account, etc. I'd recommend carefully reading through https://docs.stripe.com/tax/set-up
I have setup the origin address, and preset tax code along with tax behaviour set to auto to check behaviour by currency
Your Price has tax_behavior: 'unspecified' right now though so you definitely didn;'t follow the steps in those two docs I think
Try creating a new Product and Price with the correct tax information
I replicated with a new product and while creating I set the tax behaviour to inclusive
the request id is req_gLjK1mnGeMgOKV
but the response remains the same
Are you sure that specific tax code has tax on it though?
sorry I'm looking in parallel but I always struggle to make this work too in Test mode since it applies real life rules to tax calculation. But your code is correct, the missing tax is really due to the configuration of your account or the Product/Price