Introduction
Riskified is a popular service for fraud detection. This article will talk about integrating riskified on your website. An example integration is available on the B2C Samplestore website.
Integration
The integration with the Nemesis platform is pretty straight-forward. Upon adding the module in the classpath,
<dependency>
<groupId>io.nemesis.platform.module.fraud</groupId>
<artifactId>nemesis-module-riskified</artifactId>
</dependency>
you will have access to several new properties you can use to customize its behaviour.
All of them are located under the nemesis.fraud.riskified
domain. Please consult the Riskified documentation
on what they mean and how to use them. The riskified module provides implementation of the OrderInterceptor
to hook to the order process and invoke the riskified service before the order is placed.