FraudId is a security code used by Koin to identify the customer in our analysis processes, with this information we guarantee greater security to the customer and the merchant.
Each request must contain a different FraudId and to generate it, just follow the example below:
ATTENTION
Never import JS into your application. Koin frequently makes improvements to the JS and any deviation from the FraudId will cause orders to be disapproved.
var settings = {
"url": "https://resources.koin.com.br/scripts/koin.min.js",
"method": "GET",
"timeout": 0,
};
$.ajax(settings).done(function (response) {
console.log(response);
});