Experian FraudNet Integration

Set Up

First, install the web SDK npm package:

yarn add @alloyidentity/web-sdk

or 

npm install @alloyidentity/web-sdk

Journey Integration

  1. Set up your Experian Fraud Net credentials in your Alloy Dashboard in the Settings > Services page.
  2. Navigate to Settings > SDK page on your Alloy Dashboard.
  3. Enable Experian CrossCore FraudNet via toggle.
  4. Run alloy.init() to initialize the SDK on each page you’d like Experian CrossCore FraudNet to run on.
  5. Capture the JSC and HDIM from the experianCrossCoreFraudNetJsc and experianCrossCoreFraudNetHdim fields in the alloy.init() callback response. When you're ready to submit your Journey Application, include the JSC and HDIM values in your POST /applications request using the experian_crosscore_fraudnet_jsc and experian_crosscore_fraudnet_hdim API payload fields.

Workflow Integration

  1. Set up your Experian CrossCore FraudNet credentials in your Alloy Dashboard in the Settings > Services page.
  2. Navigate to Settings > SDK page on your Alloy Dashboard.
  3. Enable Experian CrossCore FraudNet via toggle.
  4. Run alloy.init() to initialize the SDK on each page you’d like Experian CrossCore FraudNet to run on.
  5. Capture the JSC and HDIM from the experianCrossCoreFraudNetJsc and experianCrossCoreFraudNetHdim fields in the alloy.init() callback response. When you're ready to submit your Evaluation, include the JSC and HDIM values in your POST /evaluations request using the experian_crosscore_fraudnet_jsc and experian_crosscore_fraudnet_hdim API payload fields.