#yodagains
1 messages · Page 1 of 1 (latest)
When calling stripe.confirmSetup with this group of elements, where will the shipping address be stored? Will it be stored against the Customer object for which the SetupIntent was created? Or will it be stored in the underlying PaymentMethod which results from the confirmation of the SetupIntent?
I believe it gets saved to theshippinghash on the Payment Intent object: https://stripe.com/docs/api/payment_intents/object?event_types-payment_intent.payment_failed#payment_intent_object-shipping
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.