#autum-ashes_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1418171220167229500
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I think you could Use Stripe PaymentElement with Address Element and Link Authenticator Element:
Hi there also when I tried using the following web components
Email with link authentication
Shipping address
Billing address
Payment via Card components
I observed something odd for a known buyer email, stripe Auto fill payment and billing details but not shipping address.
Can you please check this and share how this can be autofilled?
THe billing details are autofilled from Link
Yes but not shipping
but The shipping address should be re-entered by the customer or you prefill them with default values:
https://docs.stripe.com/js/elements_object/create_address_element#address_element_create-options-defaultValues
~Shipping isn't stored in Link~
You need to store it in your integration/database if you want
Link stores just the billing
Seems like there is no trigger when billing details are autofilled. If we could read billing autofill event we can update shipping to.
We are looking for a seamless experience for our clients with less friction
Ah wait, sorry Link should fill Shipping adress too:
https://docs.stripe.com/elements/address-element#autofill-with-link
Let me recheck on these links and try some code
Yes sure! Happy to help!
Thank you, will reach out if any other query