#.rayn
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- .rayn, 3 minutes ago, 5 messages
Hi there
No, you would update the Customer separately: https://stripe.com/docs/api/customers/update#update_customer-shipping
Not sure what you mean by that?
You update a Customer server-side.
You don't use Elements/Stripe.JS for that.
Are you asking about collecting the Shipping Address?
Yes, collecting it. Thanks!
Ah okay, in that case you want to use the Address Element: https://stripe.com/docs/elements/address-element/collect-addresses?platform=web and you would pass the details to your server to update your Customer if you are uisng a SetupIntent.