#aymanfound_code

1 messages ¡ Page 1 of 1 (latest)

swift anvilBOT
#

👋 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. Thank you for your patience!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

🔗 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/1215052793929539664

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

lost laurelBOT
haughty wren
#

Correction, to

We also tried allowing
https://%2A.stripe.com/*, which did not work

What I meant is

We also tried allowing https://*.stripe.com/*, which did not work

Correction, to

Allowing all sources (*) , but due to security reason cannot ship that

What I mean is

Allowing all sources (*) worked, but due to security reasons cannot ship that

gentle rain
#

Hi, can you share exactly what you mean by 'it does not work'? At which step are things broken exctly and how?

haughty wren
#

The promise from stripe.confirmCardPayment(client_secret, ...) does not resolve, and the screen dims (assuming from Stripe SDK preparing to show an iframe) with nothing else happening

#

I can post a video repro if desired, however I have only seen this issue from testing in production with a real card

gentle rain
#

I see, thank you for sharing the added details.

I have not worked with Cordova but it looks like it has some additional things that are blocking it. Stripe owns the test 3DS flow so it works in test mode. However, in live mode we don't own the pages that 3DS is performed so there is not a canonical list that you can add. For this reason, we recommend that you use Stripe natively instead of using Cordova.

haughty wren
#

That makes sense, I'll look into using Stripe's native SDK. Appreciate the help