#ll0071-cors-error
1 messages · Page 1 of 1 (latest)
That's not a Stripe error. Which 3rd party plugin are you using?
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)
You can't have an i-frame embedded within an i-frame when using 3DS unfortunately.
ahh. That's ok. Will have the figure a way to trigger this outside of the iframe then.. I guess
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
I see. Thank you for quick response!