Versions Compared

Key

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

...

The 3DSWebSDK is a lightweight JavaScript that allows merchants to easily invoke 3DS Method and Challenge Request messages for browser-based transactions.

Table of Contents

Installing the Web SDK

To install 3DSWebSDK, you need to import the ready-made JavaScript into your enterprise's HTML page.

Code Block
languagexml
titleInstallation
<!DOCTYPE html>
<html>
    <head>
        ...
        <script src="nca-3ds-web-sdk.js" type="text/javascript" />
        ...
    </head>
    <body>
    ...
    </body>
</html>

...