#waleedumer - checkout & phone number
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
Where are you looking in the data?
I believe this will be in the customer_details hash
https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer_details-phone
I am looking the data in webhook events
I am using Payment Links,
My users are paying using Payment Links,
No registraion or signin
Which data specifically? Can you share the event id so i can look too?
evt_1234
That event is a charge.succeeded event. The phone number is part of the Checkout Session instead. Look for the checkout.session.completed event and that will have the phone number
and what about metadata that I am adding while creating payment link, ???
that will come in checkout.session.completed evernt as well?
yes, which you can confirm quickly by looking at that event!