Experian FraudNet Integration
Set Up
First, install the web SDK npm package:
yarn add @alloyidentity/web-sdk
or
npm install @alloyidentity/web-sdkJourney Integration
- Set up your Experian Fraud Net credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard.
- Enable Experian CrossCore FraudNet via toggle.
- Run
alloy.init()to initialize the SDK on each page you’d like Experian CrossCore FraudNet to run on. - Capture the JSC and HDIM from the
experianCrossCoreFraudNetJscandexperianCrossCoreFraudNetHdimfields in thealloy.init()callback response. When you're ready to submit your Journey Application, include the JSC and HDIM values in your POST /applications request using theexperian_crosscore_fraudnet_jscandexperian_crosscore_fraudnet_hdimAPI payload fields.
Workflow Integration
- Set up your Experian CrossCore FraudNet credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard.
- Enable Experian CrossCore FraudNet via toggle.
- Run
alloy.init()to initialize the SDK on each page you’d like Experian CrossCore FraudNet to run on. - Capture the JSC and HDIM from the
experianCrossCoreFraudNetJscandexperianCrossCoreFraudNetHdimfields in thealloy.init()callback response. When you're ready to submit your Evaluation, include the JSC and HDIM values in your POST /evaluations request using theexperian_crosscore_fraudnet_jscandexperian_crosscore_fraudnet_hdimAPI payload fields.
Updated 15 days ago