#abrado_tax-postalcode
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.
- abradolflincler_api, 2 days ago, 18 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/1276227876265529478
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@karmic spade can you share a concrete example where you are collecting only postal code and it's not working so I can look at it?
abrado_tax-postalcode
in_1PnSJrA05yHBHBKEciTRSO3u
Hi ๐
I'm stepping in for my colleague who has to go soon. Give me a sec to get caught up and investigate this
Okay so it looks like you set up almost everything correct. Your price and registrations are good but you did not specify automatic tax calculation when you created the Checkout Session
https://dashboard.stripe.com/logs/req_zBAJsBmJoiqH0f
You need to specify this parameter when you want automatic tax to be calculated/applied
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-automatic_tax
Ok so I have to do this at the code level? I can't do it no-code?
you're already writing code somewhere since you have code creating that Checkout Session. And yes it requires a code change, there's no button to make Stripe Tax on by default on those APIs
Ok yeah that makes sense, for EVERY checkout call though? Is there any way to universally default that?
This is a product request at this point more than an ask for a fix
You need to add this parameter to your code for this to work currently. I can make the feature request that we allow this to be set using a Dashboard setting
Awesome thanks!