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
- 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
experianCrossCoreFraudNetJsc
andexperianCrossCoreFraudNetHdim
fields 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_jsc
andexperian_crosscore_fraudnet_hdim
API 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
experianCrossCoreFraudNetJsc
andexperianCrossCoreFraudNetHdim
fields 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_jsc
andexperian_crosscore_fraudnet_hdim
API payload fields.
Updated about 16 hours ago