A three-layer hybrid system, deterministic rules, unsupervised anomaly detection, and LLM reasoning, with signals calibrated for Pakistan's unique payment landscape.
Each layer is independently inspectable. No black box. We explicitly document what is currently live in our engine versus what is on the engineering roadmap.
Generic fraud tools are calibrated for Western payment behaviour. We designed Sentinel around Pakistani realities, from JazzCash SIM prefixes to Raast velocity patterns.
Every risk decision includes the raw signal inputs, triggered rules, and anomaly score. No hidden black box.
{
"transaction_id": "txn_01J3...",
"risk_score": 82,
"decision": "REVIEW",
"signals": {
"rules_triggered": [
"card_velocity_exceeded",
"disposable_email",
"geo_currency_mismatch"
],
"anomaly_score": null,
"anomaly_status": "cold_start_pending"
},
"latency_ms": 0.34,
"created_at": "2024-01-15T14:32:00Z"
}
Use our test cards and wallets to intentionally trigger velocity and geo rules to see Sentinel in action.