#stellarloony-popup
1 messages · Page 1 of 1 (latest)
Hi! can you clarify your question? What Stripe integration are you using, and what exactly is the issue?
i'm using Stripe Elements to setup intents
i get the clientSecret from backend, open a Modal on frontend for user to enter their card details
when confirmingIntent authentication popup opens
but u can't click on that popup
neither can u scroll it
Thanks for the clarification! Do you have a link where I could reproduce this?
That would be perfect!
hi, i couldn't reproduce the issue online, but this https://codesandbox.io/live/5e13b125fe5 code is similar to my project's
I'd suggest writing to https://support.stripe.com/?contact=true with a reproduction link and we can look into it. Really this completely depends on how the modal or popup on your actual site is actually implemented but if we can see a live example we can definitely find a solution of some kind.
if you want a workaround you could present the authentication in different ways(https://stripe.com/docs/payments/3d-secure#custom-iframe) but I think the better solution is to report to us a reproducible problem with the popup and we can probably find a solution