Integrations

Connect Fraudhalo to your stack.

Pre-built connectors for the payment rails and enrichment providers your engineering team already works with. REST API for everything else.

Payment Rails

Payment processor connectors.

Each connector handles the event forwarding, payload normalization, and decision feedback loop automatically. Your engineering team connects the webhook — Fraudhalo handles the rest.

Stripe

Stripe Radar integration. Fraudhalo receives charge.created webhook events, scores them, and returns a fraud decision that Stripe Radar can act on. Supports both card-present and card-not-present transactions.

Data flow: charge.created → score → radar.rule

Adyen

Adyen notification handler ingests payment events from Adyen's webhook stream. Fraudhalo enriches each event with a fraud score before your authorization logic executes.

Data flow: AUTHORISATION event → score → response

Checkout.com

Checkout.com webhook connector forwards payment_approved and payment_declined events to Fraudhalo for retrospective and real-time scoring. Supports 3DS2 enrichment.

Data flow: payment.approved → score → review flag

Identity Verification

KYC and identity enrichment.

Fraudhalo augments, not replaces, your KYC stack. Identity verification signals from your existing KYC provider flow into Fraudhalo's scoring model as additional features.

Persona

Persona identity verification outcome feeds into Fraudhalo's identity consistency signals. Verification status, document type, and match scores available as model features.

Socure

Socure risk signals and identity graph data integrated as enrichment features. Particularly useful for synthetic identity detection where Socure's SSN linkage data adds signal coverage.

Device Intelligence

Device fingerprint providers.

Device signals are among the highest-value features in card testing and ATO detection. Fraudhalo accepts device fingerprint data from these providers as ingest enrichment.

LexisNexis / ThreatMetrix

ThreatMetrix device fingerprint and risk score ingested at transaction time. Device ID, device reputation score, and network signals available as Fraudhalo model features.

Sardine Device

Sardine device intelligence data integrated for mobile-native transaction flows. Particularly relevant for neobank and BNPL providers with mobile-first customer acquisition.

REST API

Any payment stack via REST API.

If your stack is not listed above, the Fraudhalo REST API integrates with any payment processor in under 2 hours. SDK support for Node.js, Python, and Ruby.

# Node.js — fraudhalo SDK
const fraudhalo = require('@fraudhalo/node');
const client = new fraudhalo.Client({
 apiKey: process.env.FRAUDHALO_API_KEY
});

const result = await client.score({
 card_hash: 'sha256:3f4a...',
 amount_cents: 12750,
 merchant_id: 'mch_8d3b',
 ip: req.ip,
 device_id: req.headers['x-device-id']
});

// { score: 82, decision: 'block', signals: [...] }
console.log(result.decision);

Roadmap

Enterprise banking core connectors — planned.

Connectors for FIS, Fiserv, and Jack Henry enterprise banking core systems are on the integration roadmap. Request a pilot to be notified when these become available.

FIS

Core banking integration for FIS Horizon and Modern Banking Platform customers.

Planned

Fiserv

Fiserv Signature and DNA core banking event integration.

Planned

Jack Henry

Jack Henry SilverLake and Symitar integration for credit union core systems.

Planned

Need a connector not listed? We build custom integrations for pilot customers.

Request a custom integration