#mactavish_unexpected
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/1342392015199146057
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Here's SS of checkout where I am being forced to present Tax number
Worth noting that it's checkout session triggered from Pricing table
Can you share your account id so that I can take a closer look at how your integration works? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll look like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hey Alex,
Here's Account ID: acct_1Qp0FaGbnOcDG4tJ
in your pricing table settings, did you enable Require tax ID collection for customers in supported countries? If you enable that, a tax ID will be required if collection is supported for the selected billing address country. (docs)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Am I supposed to just check OFF Require tax ID collection for customers in supported countries to make it optional ?
yep, that should work. try it out and see
Thanks. I've done that. I'll get back to you to confirm after testing.
It's still required. Does it need something to be changed in integration?
can you share the link of the payment page? When you click on the pricing table, you're likely being redirected to the checkout page, can you share that browser url?
Ouch.. Sorry, I've been busy in IDE.. Let me get back to you with a url
Have you regenerate another pricing table ?
No. I've edited the existing one!
Nevermind. It's my eyes. Sorry
Ok I see
The setting is for each product. I was under the impression that it was table wide.
The UI is correct as well. It's my cognitive bias that didn't let me realize it
That is the solution.
Yes but I'm suspecting other settings here, let me double check...
Did you previously add vat for the customer you are testing with ? I see there is a preset email
You know better. Although it has resolved for me. Just to be explicit, I had two plans. I had turned OFF the setting on 1st plan (Pro Plan $5), but I was checking the fix on the 2nd plan (Ultimate Plan $9). After I turned OFF the setting on 2nd plan and rechecked and the option is not mandatory.
Honestly I can't remember for sure. But I dont think I've added a tax number as I dont know/have one.
Yes!
And I was thinking you know some edge case in Stripe 🤣
We're good now, Issue is resolved.
Thank you Alex, os4m37