#Sadness ;'(

1 messages ยท Page 1 of 1 (latest)

proven loomBOT
dire night
#

Hi there!

tawny bronze
dire night
#

Is it possible to check when the 3DS flow ended, if i will decide to use it in iframe?
I'm not sure I understand the question. Can you clarify?

tawny bronze
# dire night > Is it possible to check when the 3DS flow ended, if i will decide to use it i...

If you want to control how to display 3D Secure, provide a return_url, which is where the 3D Secure <iframe> is redirected when authentication is complete. If your site uses a content security policy, check that iframes from https://js.stripe.com, https://hooks.stripe.com, and the origin of the URL you passed to return_url are allowed.
I want to know when the 3DS authentication is complete, but i don't know how to check it (or listen for it).

dire night
#

It's covered here: https://stripe.com/docs/payments/3d-secure#handle-redirect

After the customer completes 3D Secure, the iframe redirects to the return_url you provided when confirming the PaymentIntent. That page should postMessage to your top-level page to inform it that 3D Secure authentication is complete. Your top-level page should then determine whether the payment succeeded or requires further action from your customer.

tawny bronze
#

To clarify, the 3DS is performed for example for iDEAL payment?

dire night
#

I think 3DS is specifically for card payments.

tawny bronze
sleek hound
#

๐Ÿ‘‹ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

tawny bronze
sleek hound
#

sorry my bad, will be with you in a second

tawny bronze
sleek hound
tawny bronze
#

As it was shown on the stripe's website regarding 3DS.

sleek hound
#

are you using PaymentElements?

tawny bronze
sleek hound
#

you don't need to do it manually