#bumbzor_address-element-phone
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1213091935795814430
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- bumbzor_api, 20 hours ago, 53 messages
I followed this https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-phone and turned phone to auto but still not showing
It'll only conditionally show with auto. You likely want always
bumbzor_address-element-phone
I tried that
v3/?ver=1709294306:1 Uncaught IntegrationError: Invalid value for elements.create('payment'): fields.billingDetails should be one of the following strings: never, auto or fields.billingDetails.phone should be one of the following strings: never, auto. You specified fields.billingDetails as [object Object] and fields.billingDetails.phone as always.
Ah, yes always is only supported on Address Element
so no way toalways show it right? how does the auto work?
Only if it's required for the selected payment method