#shahin_code
1 messages ยท Page 1 of 1 (latest)
๐ 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/1306003500383338580
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ that information isn't exposed with a Payment Element integration. You would need to use the Express Checkout Element, which can be configured to collect shipping address details, and listen to the shippingaddresschange events that it emits:
https://docs.stripe.com/elements/express-checkout-element/accept-a-payment#collect-shipping
https://docs.stripe.com/js/elements_object/express_checkout_element_shippingaddresschange_event
Hi. Thanks for the help, I want to ask one more clarifying question to make sure we are on the same page, I need this data from the Apple Pay
Shipping address & email
Yup, that isn't exposed via Payment Element integrations.
got you, thanks!