#Greg-checkout-phone
1 messages · Page 1 of 1 (latest)
Sorry I meant the Checkout Session object ID
Or the Payment Intent/Charge works too
"object": {
"id": "cs_test_b1lidLPGpuZbHafJB64qUPJKGkz4tCQA6i0Uut8Y1KbE7OBRpubDrrFx0B"
Thanks taking a look!
Yep, as per the docs the phone number is not carried forward to the underlying PI/Charge. The data is persisted on the related Checkout Session and Customer objects: https://stripe.com/docs/payments/checkout/phone-numbers#after-session
Thank you for confirming this! Much appreciated^^