#textualmold9830
1 messages · Page 1 of 1 (latest)
Where is that setting? Do you have the ID of a payment that you took like this (pi_123)
That setting is in my payment link. I only have 1 link.
Like this? "id": "py_3NZg6uJFxOphmelu1riheeHn",
"payment_intent": "pi_3NZg6uJFxOphmelu16zK30b4"
Thank you for the IDs, the second one is what I was looking for. I will look in to it and get back to you
I'm not sure if I inserted a phone number in that payment.
I am seeing it provided in the confirm request https://dashboard.stripe.com/test/logs/req_cxnDS9FjQ86WPO
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It may be a part of antoher object. Looking in to this
It looks like that setting will populate customer_details.phone on the Checkout Session itself https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer_details-phone
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you will want to listen to the checkout.session.completed event to see this phone number