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

3ds2 initiate authentication does not display challenge popup to the end user #29

Open aregier opened 2 years ago

aregier commented 2 years ago

When an initiate authentication response (IInitiateAuthenticationResponseData) is received with the following data, the user is not prompted for a challenge response and the 3ds2 process fails, which blocks payments from moving forward:

challenge_mandated: false status: "CHALLENGE_REQUIRED"

thanks, Andrew