The complete risk & onboarding platform for fintechs, lenders, telcos, and banks. eKYC, AML screening, configurable risk scoring, and case management — one API.
Operations Dashboard
Total Subjects
2,847
Pending Review
14
Active Alerts
3
Sessions Today
128
Ahmed Al-Rashidi
Onboarding
Priya Sharma
Screening
Liu Wei
Document
<60s
Median onboarding time
99.9%
API uptime SLA
18+
Data models
100%
Decision explainability
Replace four separate vendor contracts with a single integration. Everything talks to everything.
Verify individuals digitally with document capture, liveness detection, biometric face match, and authoritative source validation.
Screen subjects against global sanctions, PEP lists, adverse media, and your internal allow/deny lists — with fuzzy matching and hit disposition.
Build your own risk model in the console — no code. Define factors, weights, bands, and decision thresholds. Every decision is fully explainable.
Fully parameterizable credit scorecards with bureau, bank-statement, and alternative data. Adverse-action reason codes built in.
Your engineers integrate once. Your compliance team configures everything else — no redeploy needed.
Drop in the Web SDK or make a single API call. Receive webhooks for every lifecycle event. Sandbox parity with deterministic test fixtures.
Build onboarding flows, risk models, and scorecards in the console. Publish versioned configs. In-flight sessions are unaffected.
Flagged cases flow to your compliance team's unified workspace — documents, biometrics, screening hits, and scores in one screen.
// 1. Create an onboarding session
const session = await riskguard.onboarding.sessions.create({
flow_id: "standard-kyc",
channel: "web",
subject: { pii: { name: "Jane Smith", dob: "1990-05-15" } }
});
// 2. Get back a client token + session URL
// { session_id, client_token, status: "in_progress" }
// 3. Listen for the result via webhook
app.post("/webhooks/riskguard", (req) => {
const { event, data } = req.body;
if (event === "session.decision") {
// data.decision: "approve" | "review" | "reject"
}
});Full eKYC + AML + risk scoring for account opening. Best-in-class applicant UX.
Regulated CDD/EDD, KYB for corporate accounts, periodic review, and full audit packs.
Tiered SIM & wallet registration, high-volume, low-end devices, national ID integration.
KYC + credit scoring + affordability. Configurable scorecards with bureau & alt-data.
KYC + Travel Rule + transaction risk screening. Strong sanctions monitoring.
Lightweight identity verification and fraud checks for gig platforms and marketplaces.
Start free. Scale as you grow.
Starter
Free
No credit card required
Growth
$1,000
per month
Enterprise
Contact us
Custom contract
White-label the entire platform. Your customers see your logo, your colors, your domain. Configure it all from the back office — no code, no redeploy.