How it works
No weekend integration project. No consultant. Connect your store, pick your thresholds, and start making money safely.
One-click Shopify install or drop-in the WooCommerce plugin. Auto-provisioning wires your API key, HMAC secret, and webhooks — no copy-paste setup, no .env editing.
Choose a starter pack — Base, Medium, Advanced, or Expert — calibrated for typical fraud rates at your volume. Tune rules, weights, and score thresholds anytime from the dashboard.
Each order is evaluated against rule packs, behavioural signals, customer history, and — on Pro — AI reasoning. You get a 0–100 risk score, reason codes, and a recommended action.
Auto-approve low-risk, route reviews to your inbox, and hold the critical ones before capture. Re-scoring runs automatically when chargebacks or refunds come back from your gateway.
Four stages, weighted explicitly, blended into a single 0–100 score. Tune the weights per store, or override the auto-action thresholds for high-risk categories.
Your store-defined conditions evaluate first. Velocity rules, geo blocklists, BIN rules, basket-shape patterns. Each match contributes its score impact and a reason code.
Deterministic signals: AVS / CVV outcomes, address completeness, ship-vs-bill mismatch, IP / email anomalies, coupon stacking. No black-box anywhere — every signal is named.
Past orders, prior chargebacks, refund ratio, repeat-customer signals — all rolled up over a 90-day window per email + per IP. Cached per request for sub-10 ms lookups.
On Pro, an AI model evaluates the full order context and returns a calibrated risk band plus a natural-language explanation that gets stored alongside the order.
{
"transaction_id": "txn_3b9f...",
"risk_score": 91,
"risk_level": "critical",
"recommended_action": "hold",
"confidence": 0.94,
"reason_codes": [
{ "code": "AVS_MISMATCH", "weight": 30 },
{ "code": "SHIP_BILL_COUNTRY", "weight": 15 },
{ "code": "AMOUNT_OVER_1000", "weight": 15 },
{ "code": "EMAIL_NEW_DOMAIN", "weight": 10 }
],
"ai_explanation": "Address mismatch combined with a high-value first order from a freshly registered email...",
"scored_in_ms": 247
}Stored alongside the order in your dashboard, surfaced in your gateway's order risk panel, and auditable forever.
Start a 14-day free trial. Connect your store. See your first risk scores before lunch.