Kount Fraud Management

Kount Fraud Management

CyoGate integrates with Kount, an AI-powered fraud detection platform, providing real-time risk scoring for online transactions.

How It Works

  1. Kount's JavaScript collects device fingerprint data at checkout
  2. The fingerprint is submitted with the transaction
  3. Kount scores transaction risk in real time (0–100, higher = riskier)
  4. Rules you configure determine approve / review / decline actions

Frontend Setup

<script src="https://secure.cyogate.net/gateway/Kount.js"
        data-merchant-id="YOUR_KOUNT_MERCHANT_ID"></script>
<script>
var kount = new CyoGateKount({
  sessionID: generateUniqueSessionID(),
  collect: true,
});
// Pass kount.sessionID with your transaction
</script>

Transaction API with Kount

$post = array(
    'security_key'     => YOUR_PRIVATE_KEY,
    'type'             => 'sale',
    'amount'           => '99.99',
    'payment_token'    => $payment_token,
    'kount_session_id' => $session_id,
    'email'            => $customer_email,
    'ipaddress'        => $_SERVER['REMOTE_ADDR'],
);
Kount requires a separate merchant account. Contact your CyoGate representative to enable Kount on your account.

Take Your Business to the Next Level

Find out how our innovative payment solutions can benefit your business. Reach out to us for more information or to get started!

Let's Get Started