#lhdi_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/1275039904950390835
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! do you have a cs_test_xxx ID of an active CheckoutSession you can create just now that replicates this issue?
maybe I'm missing something but we say in the docs United States is not supported (it's not in the list you linked) so it seems expected for the option to not show up when the billing address is in that country
I don't beleive it's supported today, it's something you'd have to collect manually outside of Checkout today
But what we want to show the collected info in the invoice.
I feel like there's no clear direction to that, which is really frausterating
it's not a perfect solution but you can collect the ID in your own UI, create a Customer, add the ID to them(https://docs.stripe.com/billing/customer/tax-ids?dashboard-or-api=api#managing) , then create the CheckoutSession passing that customer ID
I see, is there a way to validate the tax ID through Stripe's API?
I believe the API validates the format against the ID type. Not necessairly that it exists/is correct for the company
Some notes on this here actually: https://docs.stripe.com/billing/customer/tax-ids?dashboard-or-api=api#validation
Alright. It's really sad that the US is not supported by Stripe's checkout.
I think that's all, thanks @brazen cave , @jaunty scarab for the help ๐
Understood. I can file that as product feedback with the team