#wackjeston_code

1 messages ¡ Page 1 of 1 (latest)

feral fossilBOT
#

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

tepid flame
#

Here is the event object from shippingaddresschange event

#

All test data

dire goblet
#

You can also share the payment intent id if it's easier

tepid flame
#

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

dire goblet
#

Can you share the above information so I can further debug this please?

tepid flame
#

do you need this request?

#

Payment intent ID: pi_3S54gFC6USng5fpa0hBDT1UT

#

I believe there should be a variable someone called payer_phone?

dire goblet
#

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

tepid flame
#

pm_1S557GC6USng5fpa1S06gsoR

#

Sorry, I had not authorised that one

#

this one has been authorised & is now awaiting to capture

dire goblet
#

I can confirm that the billing details is under billing_details.phone as I mentioned above. It ends with 5555

tepid flame
#

Is this returned in any of the JS events?

tepid flame
#

Awesome I will have a go with this, thank you