globalpayments / globalpayments-3ds-js

Helper library for leveraging 3DSecure 2 for Strong Customer Authentication (SCA)
https://www.npmjs.com/package/globalpayments-3ds
GNU General Public License v2.0
5 stars 10 forks source link

Issuer challenge page "redirect" displayMode -- plans to implement? #21

Open gribunin opened 3 years ago

gribunin commented 3 years ago

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?

securesubmit-buildmaster commented 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.