Open gribunin opened 3 years ago
You are most likely experiencing issues related to this recent change in Chrome: https://www.chromestatus.com/feature/5148698084376576.
We have redirect support on our roadmap, but we do not currently have a timeline for this feature.
I am testing 3d secure payments with the bank (Russian Alfabank) who calls Javascript "confirm" function on their challenge page when a customer clicks "Cancel payment". But because the challenge page is shown in iframe (lightbox or embedded display mode) the "confirm" function called from within the iframe always returns false and does nothing. As the result a customer can't click "Cancel payment" link.
It seems that the only way to make it working is to redirect to the bank's challenge page. Are there any plans to implement this display mode? Or may be there some workarounds?