Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In those work scenarios that require the generation of a hidden HTML iFrame, at step 7 in the threedsdata unit, the merchant will receive the necessary threeDSMethodData and threeDSMethodURL parameters for generating a POST request (unit 9). The result of sending the request can be positive (HTTP code 200), negative (any other HTTP code), or the request sending timeout value will be exceeded (set to 10 seconds). After receiving the HTTP code or the timeout has expired, a request must be sent to the get3dsecver2 service (unit 10) to continue the authentication process.

get3dserver2 – web service of the 3D-Secure authentication continuation

After sending a request to threeDSMethodURL in order to continue the authentication process, the enterprise need to send a request for a new get3dsecver2 web service (unit 9).

The result of sending a request to threeDSMethodURL can be positive (HTTP code 200), negative (any other HTTP code), or request sending timeout (set to 10 seconds).

Service request URL:

https://<SERVER-NAME>/get3dsec/get3dsecver2.cfm

...