#kano_api

1 messages ยท Page 1 of 1 (latest)

unborn knotBOT
#

๐Ÿ‘‹ 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/1268699931724615753

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

storm chasm
#

Hello
What field are you referring to? Can you share a screenshot?

ivory sail
storm chasm
#

Hmm I don't think that's a Stripe input field

#

This might be something your code is adding separately

#

I'd recommend double checking your code

ivory sail
#

oh i see, it appears to be the link-authentication-element

    ...
    const paymentElement = elements.create('payment')
    paymentElement.mount('#payment-element')
    const linkAuthenticationElement = elements.create('linkAuthentication')
    linkAuthenticationElement.mount('#link-authentication-element')

HTML:

      <div id="payment-element"></div>
      <div id="link-authentication-element"></div>

do i need link-authentication-element ? what does it do exactly? i got this from your example code in VueJS integration. (https://github.com/stripe-samples/accept-a-payment/blob/main/payment-element/client/vue-cva/src/components/SrCheckoutForm.vue)

storm chasm
#

Use the Link Authentication Element to create a single email input field for both email address collection and Link authentication.

ivory sail
#

got it. thank you for clarifying!

storm chasm
#

Happy to help! ๐Ÿ™‚ Is there anything else I can help with?