#yolixus_link-questions
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/1235711549981851730
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! I'm not sure I follow your question. Do you have an example Checkout Session you can share?
here it is. User can add an address or delete in this section. This provides a faster checkout experience.
but I couldn't find either where the addresses are being saved or how I can fetch them.
I see, thanks for the screenshot
Give me a few minutes to test
Okay, you should be able to access the addresses from the Checkout Session's PaymentIntent
Looking into the deletion piece
yes I can do it but I want to access all of them not the checkout's address
all of the saved addresses
If user deletes an address in pay with Link section on checkout, I want to delete it from my website either
Not sure I follow the use case exactly. If a user deletes a saved Link address while they're in a Checkout Session, this change shouldn't necessarily matter to you since the customer will provide a new address in order to pay
I have a page in my website which lists addresses. if user deletes one of them, how can it be deleted from my website
if there is an api which fetchs all of the saved addresses then I can achieve it but there is no
they are not stored in customer object iirc
It's impossible for you to delete the address inside of Link, if that's your question