ThreatMetrix Integration

Alloy's SDK supports LexisNexis ThreatMetrix product.

Set Up

Set up the Alloy SDK by following the installation instructions here.

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 upon page load for 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 upon page load for the pages 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.

Events 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 upon page load for the pages 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 /events request in the threatmetrix_session_id payload field under the supplemental_data section.



Did this page help you?