#ll0071-cors-error

1 messages · Page 1 of 1 (latest)

maiden canyon
#

What's the exact error you're getting?

gusty birch
#

this when a 3D auth is require.

maiden canyon
#

That's not a Stripe error. Which 3rd party plugin are you using?

gusty birch
#

The localhost is the iframe from where the payment is sent to Stripe. So we have an HTML page with an Iframe on it. The 3D auth is suppose to appear on top of the existing iframe. (Thats where the payment is sent)

maiden canyon
#

You can't have an i-frame embedded within an i-frame when using 3DS unfortunately.

gusty birch
#

ahh. That's ok. Will have the figure a way to trigger this outside of the iframe then.. I guess

maiden canyon
#

Unfortunately yes. Wish I had a better answer for you, but it ultimately comes down to banks handling 3DS auth portals in weird ways and Stripe having to do all the work to get them all to behave properly despite the inconsistency

gusty birch
#

I see. Thank you for quick response!