#B33fb0n3
1 messages ยท Page 1 of 1 (latest)
Where are you providing the shipping address to?
Like in what field in a Stripe page or object?
I would provide the customer at this field: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And where are you looking for shipping address info to be populated?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you. My bad ๐คฆ I honestly forgot that payment intents have that field. I thought it was only on objects that wrapped them
Looking in to this and will get back to you
sure, no problem ๐
Unfortunately it looks like this is not populated when you have shipping info on the customer and create a payment intent for them. At the moment, you'll need to populate the details yourself either when creating the intent or after