#jess_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/1276254519969189918
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm working on pull up my test site that uses that combination of elements. While I do, can you tell me a bit more about the validation error you're running into? Is it only for certain payment method types?
The validation error has the code incomplete_email
I run into this when I am processing a card payment as that is the only payment method that shows the link authentication element
Oh I see. Let me poke at this a little more and see if that validation can be suppressed.
I'm not readily spotting a way to do that, but will be sure to file feedback to the appropriate team that this is something you'd be interested in seeing added in the future. Looking to see if I can find a workaround for now.
What seems to be working for me, is to destroy the Link Authentication Element before submitting:
https://docs.stripe.com/js/element/other_methods/destroy
though it's maybe not the smoothest UI transition.
I did try this but destroying the element seem to prompt link in the payment element. I do have Link switched off but in my local environment, I am still seeing it
Yeah, you may want to try disabling that Link prompts customers to use it by default. The setting in the Save customer payment information on Link setting on this page:
https://dashboard.stripe.com/settings/link
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I see, thank you! So destroying the element is the only workaround atm?
Yes, or not using it to begin with.