I am try to implement 3d secure V2, but when I try to call the method
Secure3dService.CheckEnrollment(cardData).Execute(Secure3dVersion.Two)
I am getting error for "Secure 3d is not configured for version Two." Any one has idea about the error?
I am try to implement 3d secure V2, but when I try to call the method
Secure3dService.CheckEnrollment(cardData).Execute(Secure3dVersion.Two)
I am getting error for "Secure 3d is not configured for version Two." Any one has idea about the error?
Found the solution for the above error. While configuring the 3d secure V2 in ServiceContainer do not select Secure3dVersion = Secure3dVersion.Two. I dont know but global payment api not support the Secure3dVersion.Two in the configuiration.
Below is my configuration settings