#jack11sparrow
1 messages ยท Page 1 of 1 (latest)
Hi ๐ sorry, but I'm not sure I'm graspoing the question. Address information, if it's been populated, is stored on the Customer object in either the address hash or the shipping.address hash, depending on which address you're looking for.
https://stripe.com/docs/api/customers/object?lang=go#customer_object-address
https://stripe.com/docs/api/customers/object?lang=go#customer_object-shipping-address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you elaborate on what that means? Can you share the ID of a Customer object where you previously provided address information, but aren't seeing it when you retrieve the Customer?
Thank you for that example, let me take a closer look at that.
Oh, you're talking about the address information collected by a Checkout Session. By default those details are not put on the Customer object, is that what you'd like to happen? If so, I would recommend testing the options available within customer_update when creating the Checkout Session:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_update