#daydream
1 messages · Page 1 of 1 (latest)
Hi there! Can you share the PaymentIntent ID?
pi_3M5cIXL9Ic1VObqd1VxBKjtM
Hi there, stepping in as roadrunner is away.
Thanks. ❤️
Can you share the event id where you're seeing null on the phone?
evt_3M5cIXL9Ic1VObqd1KNiMU0l
Adding shipping address and billing address still comes up null.
I was able to confirm that it's an expected behavior and that detail is stored under the customers object. To attain this data, you'd need retrieve the customer: https://stripe.com/docs/api/customers/retrieve. This behavior is flagged here, https://stripe.com/docs/payments/checkout/phone-numbers#after-session.
It's under customer: "cus_MpGqmspxLHMOQN" on that event you shared
Let me look again.
I am not seeing it.
What does your response look like from your end?
Are you looking at the correct event? https://dashboard.stripe.com/test/events/evt_3M5cIXL9Ic1VObqd1KNiMU0l
Hmm I see it on that response actually.
But why wouldnt show the id for the others payments?
bcos its the same phone number? or card number?
Or is email only unique to customer?
Can you share an example where the customer is null, I think I might know what is going on but I'd like to compare the two to confirm.
evt_3M5dCCL9Ic1VObqd18BtnqlG
evt_3M5cr8L9Ic1VObqd0043waeP
Both null. only customer is the one I sent to you earlier.
These are two different Payment Links with two different configuration, on this Link, plink_1M5E5xL9Ic1VObqdgyr5gFKj, https://dashboard.stripe.com/test/logs/req_rdL6G6B6m1govi you're always creating a customer. But on this link, plink_1M5cjXL9Ic1VObqdNMCQRdY9, https://dashboard.stripe.com/test/logs/req_ESWVUfI0SiXNJl it's not.
That is correct, you'd need to specify this in the configuration.
In here?
Yes
What setting is it? lulz sorry.
Ahh ok perf.
If you look at your payment_link.created event, you should see "customer_creation": "always",
OK cool. I see it now. I will query the customer and get the number from there.
Thanks for your help.
Sure!