#icesukhatouch_unexpected

1 messages ¡ Page 1 of 1 (latest)

sour fieldBOT
#

👋 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/1436394491954069628

📝 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.

meager yarrow
#

Hi, the phone collection should be on the UI. Are you asking if you can collect a separate phone number for the shipping details as well?

charred ether
#

Yes. previously I use Payment Intent API with AddressElement and the phone field will be displayed in the element. I want to collect phone number in the ShippingAddressElement in the same way.

meager yarrow
#

I do not see an option to specify a separate phone number collection on the shipping address. I suspect your business use case is that the phone number of the customer maybe different from the shipping phone number.

#

Still looking to confirm on my end though

charred ether
#

So there's no phone field coming with any elements? I have to create a phone input to collect right?

meager yarrow
#

hang tight

sour fieldBOT
meager yarrow
#

It does not look like we support collecting a phone number directly on that integration path at the moment. It is something we're looking to support in the future. Instead, you'd have your own UI element and collect this. Then you can use the updatePhoneNumber() method, https://docs.stripe.com/js/custom_checkout/update_phone_number to pass this information to the Checkout Session.

charred ether
#

Thank you. This clarify my confusion.