#venkateshjsoft
1 messages ยท Page 1 of 1 (latest)
How can I help?
I was trying to setup payment page using the link https://stripe.com/docs/payments/quickstart
however when I developed this page, I see 2 text box for email
and ideal payment option is shown twice
im doing this for a POC to demo my business
What's the paymentIntent ID?
pi_3NfHvTDEdWHgNJda0ISwCPNs
OK, are you also using LinkAuthenticationElement in your integration?
Can you share with me your frontend code here?
Or is there a public URL that i can visit and reproduce the problem?
OK, so you are using LinkAuthenticationElement, that explains the extra email field.
is it possible to eliminate this?
i dont want customer to fill the same field 2 times
also ideal option shown twice
if continuing to use the LinkAuthenticationElement, you'd eliminate it by using the LAE on a page before the one that has the PaymentElement, and then prefilling the PaymentElement with the email address the LAE collected https://stripe.com/docs/payments/elements/link-authentication-element#prefill-customer-data
as for iDEAL showing twice, it's meant to show like in the list , but disabled. It looks a bit strange in the theme your page/PC is using, but that's the idea.