#vinicius_link-duplicate
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/1291436254751096975
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vinicius-zaramella_api, 1 hour ago, 22 messages
- vinicius_link-address, 5 days ago, 46 messages
- vinicius-zaramella_api, 6 days ago, 34 messages
@limpid flame If you use Link it will always create a new separate PaymentMethod
So if the same customer keeps buying with Link it is expected to see something like this?
Unfortunately yes. We don't have logic to "de-duplicate" with Link today though it's something we do want to do in the future. I'd recommend flagging your feedback to our support team: https://support.stripe.com/contact
vinicius_link-duplicate
Is there a way to use Elements but turn off link authentication?
I'm not following what that means. Are you aiming to disable Link as a payment method? Or something else?
No, I want to make the elements understand that it should use what is coming from the customer session and not from the link authentication that I have in the session.
It is possible to see that at first the payment element pull data from the customer correctly.
But then after it finds that the user is authenticated in this session it overrides with a new link payment method
If a login with this use in my system without authenticating through link it corretly retrieves the payment method so I can use it without duplicating it.
But after the user authenticate it seems like I can not force the elements to ignore it
I don't really get what you mean I'm sorry. But no it's not possible to support Link and remove the "authentication" part.
Is there any docs saying that link will always duplicate payment moethods in customers? Just so I can refer to it in my internal docs?