#nirmal
1 messages · Page 1 of 1 (latest)
Hi there!
If you want to capture the address of the customer, you could use the Address Element: https://stripe.com/docs/elements/address-element
I have added the address element
In UI the address element is mounted to the same form
But while capturing the details only the above card details are saved to stripe. In Docs it is said Stripe will auto capture the address if its a single page UI
Did you follow this guide? https://stripe.com/docs/elements/address-element/collect-addresses?platform=web
Yes , in this page it is written -> "In a single-page checkout flow with the Payment Element, the Address Element automatically passes the shipping or billing information when you confirm the PaymentIntent or SetupIntent."
But here the address is not getting saved to stripe against the customer
Can you share a PaymentIntent ID that you completed with the Address element?
Hi @tranquil saddle , this is the setupIntentId
seti_1MJEmmSBE9feZCbos4xAq7B6
Also this is in test mode
Here is the customer Id cus_N3LTVznyqTulYx
Thanks! Give me a few minutes to look into this.
I see a billing address on the PaymentMethod object that was created by that SetupIntent.
Is that what you are looking for?
Yes, in the stripe UI dashboard no address was present
Where do we see the address in UI?