#wackjeston_code
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/1414597334079246377
đ 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.
- wackjeston_code, 2 days ago, 19 messages
Hi, can you share the request where you passed the phone number collection, https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-phoneNumberRequired ?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
You can also share the payment intent id if it's easier
With the way test enviroments work now, I cannot enter a custom address in with a phone number. But I have tried using the live stripe credentials and entering my own address with a phone number & I get the same thing returned, a very limited address with no phone number
Can you share the above information so I can further debug this please?
do you need this request?
Payment intent ID: pi_3S54gFC6USng5fpa0hBDT1UT
I believe there should be a variable someone called payer_phone?
It does not look like any payment method data was presented, the payment intent was created but to payment method data was collected.
You need to in test mode go through the entire flow, and the data should be under payment_method_data.billing_details.phone
pm_1S557GC6USng5fpa1S06gsoR
Sorry, I had not authorised that one
this one has been authorised & is now awaiting to capture
I can confirm that the billing details is under billing_details.phone as I mentioned above. It ends with 5555
Is this returned in any of the JS events?
You can retrieve the payment method, https://docs.stripe.com/api/payment_methods/retrieve?api-version=2025-06-30.basil and look there
The payment method is an expandable string, https://docs.stripe.com/api/payment_intents/object?api-version=2025-06-30.basil#payment_intent_object-payment_method
We document how Expanding objects wotk here, https://docs.stripe.com/api/expanding_objects?api-version=2025-06-30.basil
Awesome I will have a go with this, thank you