Continuous retraining
Every confirmed dispute outcome — won or lost — retrains the pre-transaction model. No manual retraining schedule. The feedback loop from chargeback outcomes to fraud detection is automatic and continuous.
SENTR · PLATFORM · AI RISK ENGINE
EU AI Act Article 13 compliant — by architecture, not by retrofit
Gradient-boosted trees, sequence models, and graph neural networks — ensemble architecture trained on EU payment data, explainable at the feature level for every automated decision.
Three model types. One ensemble. Every transaction scored in under 100ms.
| Model Type | Purpose | EU AI Act Status |
|---|---|---|
| Gradient-Boosted Trees | Pattern detection — identifies known fraud typologies across transaction features | Explainable at feature level |
| Sequence Models | Behavioural timeline analysis — surfaces velocity abuse, account takeover patterns | Sequence attribution output |
| Graph Neural Networks | Entity relationship analysis — maps synthetic identity clusters, multi-account rings | Graph path explanation |
Gradient-boosted models score individual transactions — velocity, device mismatch, IP flags, payment history. Every account in a fraud ring looks clean at that level. SENTR's graph neural network layer operates on the cross-account relationship graph: shared device fingerprints, overlapping IP ranges, and coordinated transaction timing reveal fraud rings and synthetic identity clusters that the individual transaction view was never built to see.
All three run in ensemble on every transaction. Score returned in under 100ms. Every score includes the top contributing signals from each model layer — returned in the API response, not generated post-hoc.
Every score returned by the API includes the top contributing signals that produced it. This is not a SHAP value layer bolted onto a black-box model — the models are built with explainability as an architectural constraint, not an add-on.
EU AI Act Article 13 requires transparency for high-risk automated decision systems. SENTR satisfies this at the decision level, not the aggregate model level — every individual transaction decision has a structured, human-readable rationale available on demand.
{
"score": 0.87,
"confidence": "high",
"top_signals": {
"velocity_7d_cross_merchant": 0.34,
"device_fingerprint_mismatch": 0.28,
"ip_country_card_country_delta": 0.19
},
"decision_ref": "txn_ae4b91c2",
"eu_ai_act_exportable": true
} Every confirmed dispute outcome — won or lost — retrains the pre-transaction model. No manual retraining schedule. The feedback loop from chargeback outcomes to fraud detection is automatic and continuous.
Every model version is logged with training date, data window, and performance delta vs. prior version. Version history is available on request for audit submissions and regulatory reviews.
Score distribution is monitored continuously against baseline. Drift alerts trigger before model performance degrades — not after chargebacks signal it. No silent model decay.
SENTR's explainability architecture produces the Article 13 compliance documentation as a byproduct of normal operation — there is no separate compliance workflow. The audit log for every automated decision is exportable on demand, structured for regulatory submission, and maps to the SENTR decision reference ID returned in the API response.
Architecture Sessions are technical calls with SENTR engineers. Bring your stack, your integration questions, and your EU AI Act documentation requirements. We'll walk through the model architecture, the API spec, and the integration timeline. See the full 8-day integration timeline →
Book an Architecture Session →