Kount - Fraud detection - FE implementation
Kount requires all these 3 steps to be implemented on the FE pages in order to receive the anti-Fraud information and validate it.
1 - Perform a GET request to get data for device fingerprint:
https://emanage-prod-antifraud-api.azurewebsites.net/api/risk/kount/collectorConfig
{
"merchantId": "888887",
"sessionId": "ea2ab80644ff4e11b1a9e07f7a9cc48c"
}
2 - Insert the following snippet inside the page where the user input credit card data (using the data retrieved in the previous step).
<iframe width=1 height=1 frameborder=0 scrolling=no src='https://additional.tryemanagecrm.com/Home/NewOffer?m=<merchantId>&s=<sessionId>'>
<img width=1 height=1 src='https://additional.tryemanagecrm.com/Home/NewOffer?m=<merchantId>&s=<sessionId>'>
</iframe>
3 - At last, in our place order, you will have to send it back within the node "antiFraud".
"antiFraud": { "sessionId": "ea2ab80644ff4e11b1a9e07f7a9cc48c" }