Versions Compared

Key

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

...

Obtain a user, password, merchantId, and reportId reportGroup from Vantiv.

STEP 2

Activate the Vantiv gateway and enter the values from Step 1.

...

If using Secure 3DS be sure the checkout page supports challenge requests

Basic 3DS Instructions

Signifyd Fraud Session

The integration includes support for Signifyd fraud screening

STEP 5 (Optional)

Vantiv (Worldpay) supports both Signifyd and FraudSight fraud screening. Follow the detailed instructions for each.

Signifyd (Guaranteed Payments)

 For Direct API:

1. Install the javascript snippet

Place the following script just before the closing </head> tag on the checkout page. The script loads asynchronously and does not affect page load time.

js
Code Block
language
<script
defer
type="text/javascript"
id="sig-api"
data-order-session-id="YOUR-SESSION-ID-HERE"
src="https://cdn-scripts.signifyd.com/api/script-tag.js"></script>

 

2. Provide a unique session id

Replace YOUR-SESSION-ID-HERE with a unique session id for the current user's checkout.

The session id must be formatted as followed:

  • Less than 100 characters long

  • Upper and lowercase English letters (a-z, A-Z)

  • Digits (0-9)

  • Underscore (_)

  • Hyphen (-)

 

3. Send the session id to Import Order API

Send the session id to Import Order API using the fraudSessionId parameter

 

FraudSight

For Direct API:

1. Install the javascript snippet

Place the following script just before the closing </head> tag on the checkout page. The script loads asynchronously and does not affect page load time.

Code Block
<script type="text/javascript"
src="https://h.online-metrix.net/fp/tags.js?org_id=e0j3u9ji&session_id=YOUR-SESSION-ID-HERE"></script>

 

2. Provide a unique session id

...

  • Less than 100 characters long

  • Upper and lowercase English letters (a-z, A-Z)

  • Digits (0-9)

  • Underscore (_)

  • Hyphen (-)

 

3. Send the session id to Import Order API

...