Versions Compared

Key

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

Use this gateway to process 3DSecure 2.0. Use the PayXpert gateway to process 3DSecure 1.0.

Info

Steps 3-5 are necessary only if hosting your own checkout. Skip these steps if your checkout page is hosted by Checkout Champ.

...

STEP 1

Obtain originatorId and APIKey from PayXpert.

...

Code Block
Script to get browserData:
<script type="text/javascript">
    const navigator = window.navigator;
    const browserData = {
        acceptHeader: 'application/json',
        colorDepth: screen.colorDepth,
        javaEnabled: navigator.javaEnabled(),
        javaScriptEnabled: true,
        language: navigator.language,
        screenHeight: screen.height,
        screenWidth: screen.width,
        timeZoneOffset: (new Date()).getTimezoneOffset().toString(),
        userAgent: navigator.userAgent
    };
    document.getElementById('browserData').value = JSON.stringify(browserData);
</script>

STEP 5

Enable 3DS instructions on the checkout page

Basic 3DS Instructions