#vinicius_link-duplicate

1 messages ¡ Page 1 of 1 (latest)

mint estuaryBOT
#

👋 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.

honest bridge
#

@limpid flame If you use Link it will always create a new separate PaymentMethod

limpid flame
#

So if the same customer keeps buying with Link it is expected to see something like this?

honest bridge
#

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

limpid flame
#

Is there a way to use Elements but turn off link authentication?

honest bridge
#

I'm not following what that means. Are you aiming to disable Link as a payment method? Or something else?

limpid flame
#

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

honest bridge
#

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.

limpid flame
#

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?