Versions Compared

Key

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

Pay.On 3DS will work with Form-code and landers that connect

...

via Direct API. This will NOT work with Order Entry.

STEP 1

Konnektive setup

Go to Gateways | Gateway Integrations and select the Pay.On 3DS button. Click on +Activate.

...

  • entityId - Obtained from Pay.On

  • accessToken - Obtained from Pay.On

Additional options:

Check sendUpsellToken - If Upsell is needed

sendRebillDetails - send billing address on rebills

zeroAuth - Allow a zero amount transaction to be sent to the gateway. This is a good alternative to the Validate Card trial option.

enableCardOnFile - send standing instruction parameters

useTestServer - use the Pay.On test server. Be sure to uncheck this before running live traffic.

usePXP - enable this for PXP Financial processors

Click the green Create Gateway button to save your changes and create the gateway

STEP 12

Add the hidden input browserData inside of the same form as the card input.

<input type="hidden" name="browserData" value="" id="browserData">

STEP 23

Add this script to your page before the closing body tag.

...