ThreatMetrix Integration

Alloy's SDK supports LexisNexis ThreatMetrix product.

Set Up

First, install the web SDK npm package version 2.2.5: (if you already have the SDK downloaded, make sure to upgrade to version 2.2.5)

yarn add @alloyidentity/web-sdk

or 

npm install @alloyidentity/web-sdk

Journey Integration

  1. Set up your ThreatMetrix credentials in your Alloy Dashboard in the Settings > Services page
  2. Navigate to Settings > SDK page on your Alloy Dashboard
  3. Enable ThreatMetrix via toggle
  4. Run alloy.init() to initialize the SDK on each page you’d like ThreatMetrix to run on.
  5. Capture the Session ID from the threatmetrixSessionId field in the alloy.init() callback response. When you're ready to submit your Journey Application, include the Session ID in your POST /applications request in the threatmetrix_session_id entity payload field.

Workflow Integration

  1. Set up your Threatmetrix credentials in your Alloy Dashboard in the Settings > Services page
  2. Navigate to Settings > SDK page on your Alloy Dashboard
  3. Enable Threatmetrix via toggle
  4. Run alloy.init() to initialize the SDK you’d like ThreatMetrix to run on.
  5. Capture the Session ID from the threatmetrixSessionId field in the alloy.init() callback response. When you're ready to submit your Evaluation, include the Session ID in your POST /evaluations request in the threatmetrix_session_id payload field.