#plark_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1254738175667208245
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi
The billing address is provided by the wallet payment method, when you monitor the confirm event:
https://docs.stripe.com/js/elements_object/express_checkout_element_confirm_event
Have you had the chance to make some tests and montiro the billingDetails and shippingAddress ?
Hey @mellow leaf. Does this not collect the shipping address from the shipping element (mounted separately)?
Not out of the box, no. Generally if you're using Express Checkout Element addresses would be collected from the selected willet
including shipping address? If so, how do we retrieve that information?
(after requesting it)
It'll be included in the payload of respective events: https://docs.stripe.com/elements/express-checkout-element/accept-a-payment#collect-shipping
where are you requesting shipping address?