Skip to main content
Didit Raises $7.5M to Build the Infrastructure for Identity and Fraud
Didit
Insurance Claim Fraud

Catch claim fraud with five fraud signals. One workflow at first notice of loss.

Verify the claimant is the policyholder, block deepfake video evidence, detect forged documents, screen against sanctions lists, find organised injury rings, in one /v3/ session. $0.53 per claim, 500 free every month.

Backed by
Y CombinatorRobinhood Ventures
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

Trusted by 2,000+ organizations worldwide.

A dark abstract claim-fraud stack, four floating translucent dark-glass panels in 3D perspective on pure black, threaded by a luminous Didit Blue vertical line and framed by glowing scanner brackets. Each panel carries one tiny pale-white abstract motif (claim form, deepfake face overlay, tampered photo with magnifying glass, ascending bar chart with the high-risk score isolated).

What gets paid that shouldn't

Ghost claimants. Templated reports. Deepfake video evidence.

The Coalition Against Insurance Fraud estimates US carriers lose around $308 billion a year. Most of it walks in through claims with no identity check on the claimant and no forensics on the evidence. Didit shuts both gaps in one workflow, $0.53 per claim, 500 free every month.

How it works

From sign-up to verified user in four steps.

  1. Step 01

    Create the workflow

    Pick the checks you want, ID, liveness, face match, sanctions, address, age, phone, email, custom questions. Drag them into a flow in the dashboard, or post the same flow to our API. Branch on conditions, run A/B tests, no code required.

  2. Step 02

    Integrate

    Embed natively with our Web, iOS, Android, React Native, or Flutter SDK. Redirect to a hosted page. Or just send your user a link, by email, SMS, WhatsApp, anywhere. Pick what fits your stack.

  3. Step 03

    User goes through the flow

    Didit hosts the camera, the lighting cues, the mobile hand-off, and accessibility. While the user is in the flow, we score 200+ fraud signals in real time and verify every field against authoritative data sources. Result in under two seconds.

  4. Step 04

    You receive the results

    Real-time signed webhooks keep your database in sync the moment a user is approved, declined, or sent to review. Poll the API on demand. Or open the console to inspect every session, every signal, and manage cases your way.

Built for claims · Priced like infrastructure

Five fraud signals. One workflow. $0.53 per claim.

Claim fraud is a composition, claimant identity, document forensics, deepfake defence, sanctions screen, cross-claim search. Toggle each module per line of business in the Workflow Builder.
01 · Claim shapes

The patterns a fraud team sees daily.

Motor staged-loss claims where damage predates the policy. Ghost claims where the claimant isn't the policyholder. Deepfake video evidence. Reused template police reports with edited fields. Inflated Business Interruption (BI) invoices. Organised injury rings filing the same loss across carriers. Same Workflow Builder workflow surfaces every variant.
Workflow Orchestrator module
02 · Claimant KYC

The claimant is the policyholder.

One /v3/session/ call captures ID Verification ($0.15), Passive Liveness ($0.10), and Face Match 1:1 against the policyholder portrait on file ($0.05). Bundle priced at $0.33. iBeta Level 1 PAD certified, sub-two-second verdict on entry-level Android. Catches every ghost-claim attempt where the claimant is not the policyholder.
User Verification module
03 · Document forensics

Tamper. Template. Metadata. All checked.

Document Optical Character Recognition (OCR) extracts every field from supporting evidence, police reports, repair quotes, medical invoices, photos of loss. Pixel-level tamper detection flags edited regions, template matching catches reused PDF skeletons, EXIF metadata checks catch dates that don't match the loss event. High tamper score = flip to In Review automatically.
ID Verification module
04 · Deepfake defence

Deepfakes don't pass Passive Liveness.

iBeta Level 1 Presentation Attack Detection (PAD) certified against the full ISO/IEC 30107-3 catalogue. Blocks AI-generated deepfakes of the policyholder, silicone or latex masks, screen replays of a prior selfie, and printed photos. The model is re-tested at iBeta every year as new attack vectors appear.
Liveness module
05 · Sanctions + cross-claim search

Sanctions hits + organised-ring detection.

AML Screening ($0.20 per check) hits every claimant against 1,300+ sanctions, Politically Exposed Persons (PEP), and adverse-media lists in 14 languages, refreshed daily. Face Search 1:N (free per search) compares the claimant's selfie against your gallery of prior claimants, organised injury rings surface as clusters of high-similarity matches across the portfolio.
AML Screening module
06 · Webhook decision + audit pack

Signed verdict. Per-module signals. Audit pack.

A signed webhook lands with Approved, In Review, or Declined plus per-module signals, face similarity, AML hit list, face-search match list. Verify X-Signature-V2 with Hash-based Message Authentication Code (HMAC) SHA-256. The decision payload is the audit pack, pull the full version any time via GET /v3/session/[id]/decision/.
Webhook reference
Integrate

One session. One signed verdict. Five fraud signals.

Open the claim session against the bundle workflow. Read the signed verdict. The per-module signals + match list are right there in the payload.
POST /v3/session/Claim
$ curl -X POST https://verification.didit.me/v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_id": "wf_claim_verify",
    "vendor_data": "claim-8821",
    "metadata": { "policy_id": "POL-44120" }
  }'
201Created{ "session_url": "verify.didit.me/..." }
Hold the payout until the webhook lands status: Approved.docs →
POST /webhooks/diditVerdict
// X-Signature-V2 verified upstream
if (payload.status === "Approved") {
  releasePayout(payload.vendor_data);
} else if (payload.status === "In Review") {
  routeToSiu(payload.face_search.matches);
}
200OKstatus Approved · Declined · In Review · Not Finished
Verify X-Signature-V2 before reading the payload.docs →
Agent-ready integration

Ship claim-fraud defence in one prompt.

Paste into Claude Code, Cursor, Codex, Devin, Aider, or Replit Agent. Fill in your stack. The agent wires the workflow, opens the session, reads per-module signals, routes In Review claims to your Special Investigations Unit.
didit-integration-prompt.md
You are integrating Didit into an insurance carrier's claim workflow at first notice of loss (motor, health, property, travel, business interruption). Goal: catch ghost claims, deepfake video evidence, forged supporting documents, sanctions hits on the claimant, and organised-injury rings before the payout enters the queue. One API call. One signed webhook. Five fraud signals.

WHY THIS SHAPE
  - The Coalition Against Insurance Fraud estimates fraud costs the US industry around $308 billion / year (2022 figures). Most of that walks in through claims with no identity check on the claimant and no document forensics on the evidence.
  - Five signals settle the question on most claims: (1) the claimant is the policyholder, (2) the claimant is alive and present (not a deepfake), (3) the supporting documents are not tampered or templated, (4) the claimant is not on a sanctions list, (5) the claimant has not already filed N near-identical claims across your portfolio.
  - One Didit /v3/session/ call bundles all five. $0.33 KYC + $0.20 AML = $0.53 per claim. Face Search 1:N is free per search. 500 verifications free every month.

PRE-REQUISITES
  - Production API key from https://business.didit.me (sandbox key in 60 seconds, no credit card).
  - A webhook endpoint with HMAC SHA-256 verification of the X-Signature-V2 header using your webhook secret.
  - A Workflow Builder workflow bundling ID Verification + Passive Liveness + Face Match 1:1 (with the policyholder portrait as comparison target) + AML Screening + Face Search 1:N (gallery scoped to prior claimants on your account).
  - Reference to the policy ID and policyholder portrait on file from your Policy Administration System (PAS) — passed as metadata on the session.

STEP 1 — Open the claim-verification session
  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: <your api key>
    Content-Type: application/json
  Body:
    {
      "workflow_id": "<wf id bundling ID + Liveness + Face Match + AML + Face Search 1:N>",
      "vendor_data": "<your claim id, max 256 chars>",
      "callback": "https://<your-app>/claims/verify/callback",
      "metadata": {
        "policy_id": "<your policy id>",
        "line_of_business": "motor",
        "loss_date": "2026-04-12"
      }
    }

  Response: 201 Created with a hosted session URL. Send it to the claimant by email / Short Message Service (SMS) / inside the claims app. The claim stays in HOLD on your side until the signed webhook lands.

STEP 2 — Read the signed webhook
  Didit POSTs the verdict. Verify X-Signature-V2 (HMAC SHA-256 of the raw body) BEFORE reading the JSON.

  Payload (excerpted):
    {
      "session_id": "<uuid>",
      "vendor_data": "<your claim id>",
      "status": "In Review",
      "id_verification": { "status": "Approved" },
      "liveness": { "status": "Approved" },
      "face":     { "status": "Approved", "similarity_score": 0.92 },
      "aml":      { "status": "In Review", "hits": [{ "list": "PEP" }] },
      "face_search": {
        "matches": [
          { "session_id": "claim-7710", "similarity": 0.94, "vendor_data": "claim-7710" }
        ]
      }
    }

  Session status enum (exact case, Title Case With Spaces): Approved | Declined | In Review | Resubmitted | Expired | Not Finished | Kyc Expired | Abandoned.

STEP 3 — Branch on the verdict
  Approved      → release the claim into the standard payout queue.
  In Review     → route to the Special Investigations Unit (SIU) with the per-module signals + face-search match list as the case file.
  Declined      → decline + open file. Block the payout. The decision payload is the audit pack.
  Not Finished  → resend the session link.

STEP 4 — Document forensics on supporting evidence (separate sub-flow)
  For each supporting PDF / image uploaded (police report, repair quote, medical invoice, photo of loss), run Didit Document Optical Character Recognition (OCR). The OCR response surfaces:
    - Field-level extracted text (claim amount, names, dates)
    - Tamper score per region (pixel-level edits)
    - Template match against prior submissions (reused PDF skeleton)
    - EXIF / metadata mismatch (date in photo vs date of loss)

  A high tamper score or a template match against a prior claim flips the case status to In Review.

STEP 5 — Pull the full decision for the case file
  GET https://verification.didit.me/v3/session/{session_id}/decision/
  Headers:
    x-api-key: <your api key>

  Returns the full decision payload — per-module signals, raw face-similarity scores, AML hit list with source list per match, face-search candidate list with scores. Use this as the audit pack for any dispute.

WEBHOOK EVENT NAMES
  - Sessions: standard session webhook. One endpoint, status field tells you the lifecycle.
  - Verify X-Signature-V2 (HMAC SHA-256) on every payload.

CONSTRAINTS
  - Session statuses use Title Case With Spaces. Never UPPER_SNAKE_CASE — that's the Transactions API.
  - The Face Match comparison target is the policyholder portrait from your Policy Administration System (PAS). A deepfake of the policyholder cannot pass when Passive Liveness is also in the workflow.
  - Face Search 1:N gallery is scoped to YOUR account — Didit does not search across carriers. To collaborate across an industry pool, use a shared workflow_id pointing at a multi-carrier gallery you own.
  - 200+ fraud signals are surfaced on every session at no extra cost — read them off the decision payload, don't re-query.
  - Default retention is the standard 5-year insurance horizon; adjust per workflow if your jurisdiction differs.

Read the docs:
  - https://docs.didit.me/sessions-api/create-session
  - https://docs.didit.me/core-technology/face-match/overview
  - https://docs.didit.me/core-technology/aml-screening/overview
  - https://docs.didit.me/core-technology/face-search/overview
  - https://docs.didit.me/integration/webhooks

Start free at https://business.didit.me — sandbox key in 60 seconds, 500 verifications free every month, no credit card.
Need more context? See the full module docs.docs.didit.me →
Compliant by design

Open a new country in one click. We do the hard work.

We open the local subsidiaries, secure the licenses, run the penetration tests, earn the certifications, and align with every new regulation. To ship verifications in a new country, flip a toggle. 220+ countries live, audited and pen-tested every quarter, the only identity provider an EU member-state government has formally called safer than in-person verification.
Read the security & compliance dossier
EU financial sandbox
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
Information security · 2026
SOC 2 · Type I
AICPA · 2026
iBeta Level 1 PAD
NIST / NIAP · 2026
GDPR
EU 2016/679
DORA
EU 2022/2554
MiCA
EU 2023/1114
AMLD6 · eIDAS 2.0
EU-aligned by design

Proof numbers

Proof numbers
  • $0.00
    Per fully-screened claim, $0.33 KYC bundle + $0.20 AML. Face Search is free per search.
  • 0+
    Sanctions, Politically Exposed Persons (PEP), and adverse-media lists, refreshed daily.
  • iBeta L1
    Passive Liveness against deepfakes, masks, replays. Re-tested every year.
  • 0
    Free verifications every month, on every account.
Three tiers, one price list

Start free. Pay per usage. Scale to Enterprise.

500 free verifications every month, forever. Pay-as-you-go for production. Custom contracts, data residency, and SLAs (Service Level Agreements) on Enterprise.
Free

Free

$0 / month. No credit card required.

  • Free KYC bundle (ID Verification + Passive Liveness + Face Match + Device & IP Analysis), 500 / month, every month
  • Blocklisted Users
  • Duplicate Detection
  • 200+ fraud signals on every session
  • Reusable KYC across the Didit network
  • Case Management Platform
  • Workflow Builder
  • Public docs, sandbox, SDKs, MCP (Model Context Protocol) server
  • Community support
Most popular
Pay per usage

Usage Based

Pay only for what you use. 25+ modules. Public per-module pricing, no monthly minimum fee.

  • Full KYC at $0.33 (ID + Biometric + IP / Device)
  • 10,000+ AML datasets, sanctions, PEPs, adverse media
  • 1,000+ government data sources for Database Validation
  • Transaction Monitoring at $0.02 per transaction
  • Live KYB at $2.00 per business
  • Wallet Screening at $0.15 per check
  • Whitelabel verification flow, your brand, our infrastructure
Enterprise

Enterprise

Custom MSA & SLA. For large volumes and regulated programs.

  • Annual contracts
  • Custom MSA, DPA, and SLA
  • Dedicated Slack and WhatsApp channel
  • Manual reviewers on demand
  • Reseller and white-label terms
  • Exclusive features and partner integrations
  • Named CSM, security review, compliance support

Start free → pay only when a check runs → unlock Enterprise for a custom contract, SLA, or data residency.

FAQ

Common questions

What is Didit?

Didit is infrastructure for identity and fraud, the platform we wished existed when we were building products ourselves: open, flexible, and developer-friendly, so it works as a real part of your stack instead of a black box you integrate around.

One API covers verifying people (KYC, know your customer), verifying businesses (KYB, know your business), screening crypto wallets (KYT, know your transaction), and monitoring transactions in real time, on a stack built to be:

  • Fast, sub-2-second p99 on every session
  • Reliable, in production with 1,500+ companies across 220+ countries
  • Secure, SOC 2 Type 1, ISO 27001, GDPR-native, and formally attested by Spain's financial regulator as safer than verifying someone in person

The footprint underneath: 14,000+ document types in 48+ languages, 1,000+ data sources, and 200+ fraud signals on every session. The Didit infrastructure dynamically learns from every session and gets better every day.

How big is insurance claim fraud?

The Coalition Against Insurance Fraud estimated US insurers lose around \$308.6 billion a year to fraud across all lines (2022 study). The European insurance body Insurance Europe reports similar share-of-premium loss across the EU.

Most of it is opportunistic, small inflated amounts on otherwise legitimate claims. A smaller share is professional rings filing the same loss across carriers. Both shapes share one weakness: nobody checks who the claimant is at first notice of loss.

What is a ghost claim?

A ghost claim is when the person filing the claim is not the policyholder. Typical pattern: an attacker buys leaked customer data from a breach, calls the carrier impersonating the policyholder, files a small loss claim, and asks for the payout to a new bank account.

The attack succeeds when there is no biometric check tying the caller to the person on the policy. Face Match 1:1 against the policyholder portrait closes this gap in two seconds.

How fast is the verification for my end user?

The full flow normally takes under 30 seconds end-to-end, pick up the ID, snap the document, snap the selfie, done. That is the fastest in the market. Legacy KYC providers usually take more than 90 seconds for the same flow.

On the back end, Didit returns the result in under two seconds at p99, measured from the moment the user finishes the selfie to the moment your webhook fires. Mobile capture is tuned for slow phones and slow networks: progressive image compression, lazy software development kit load, and a one-tap hand-off from desktop to phone via QR code if the user starts on web.

What does document forensics actually check?

On every supporting document the claimant uploads, police report, repair quote, medical invoice, photo of the loss, Didit runs:

  • Field-level Optical Character Recognition (OCR), extracts amounts, names, dates, reference numbers
  • Pixel-level tamper detection, flags edited regions (covered scratches, swapped totals)
  • Template matching, catches reused PDF skeletons across prior claims
  • EXIF / metadata check, flags photos whose timestamp doesn't match the loss date

A high tamper score or a template match flips the claim from Approved to In Review automatically.

What happens if a user fails, abandons, or expires?

Every session lands on one of seven clear statuses, so your code always knows what to do:

  • Approved, every check passed. Move the user forward.
  • Declined, one or more checks failed. You can allow the user to resubmit the specific failed step (for example, re-take the selfie) without re-running the whole flow.
  • In Review, flagged for compliance review. Open the case in the console, see every signal, decide approve or decline.
  • In Progress, user is mid-flow.
  • Not Started, link sent, user has not opened it yet. Send a reminder if it sits too long.
  • Abandoned, user opened the link but did not finish in time. Re-engage or expire.
  • Expired, the session link aged out. Create a new session.

A signed webhook fires on every status change, so your database always stays in sync. Abandoned and declined sessions are free.

Where does my customer data live and how is it protected?

Production data is processed and stored in the European Union by default, on Amazon Web Services. Enterprise contracts can request alternative regions for jurisdictions whose regulators require it.

Encryption everywhere. AES-256 at rest across every database, object store, and backup. Transport Layer Security 1.3 in transit on every API call, webhook, and Business Console session. Biometric data is encrypted under a separate Customer Master Key.

Retention is yours to control. Default retention is indefinite (unlimited) unless you configure shorter, between 30 days and 10 years per application, and you can delete any individual session at any time from the dashboard or the API.

Certifications: SOC 2 Type 1 (Type 2 audit in progress), ISO/IEC 27001:2022, iBeta Level 1 PAD, and a public attestation from Spain''s Tesoro / SEPBLAC / CNMV that Didit''s remote identity verification is safer than verifying someone in person. Full report at /security-compliance.

Is Didit compliant for my industry?

Didit ships compliant by default for the regulators that matter to identity infrastructure:

  • GDPR + UK GDPR, controller / processor split, full Data Processing Agreement published, lead supervisory authority named (Spain''s AEPD).
  • AMLD6 + EU AML Single Rulebook, 1,300+ sanctions, politically exposed person, and adverse-media lists screened in real time.
  • eIDAS 2.0, EU Digital Identity Wallet aligned; reusable-identity ready.
  • MiCA (Markets in Crypto-Assets), ready for crypto on-ramps, exchanges, and custodians.
  • DORA, Digital Operational Resilience Act, EU financial-services operational resilience.
  • BIPA, CUBI, Washington HB 1493, CCPA / CPRA, US biometric privacy (Illinois, Texas, Washington) and California consumer privacy.
  • UK Online Safety Act, age-gating and child-safety obligations.
  • FATF Travel Rule, originator and beneficiary data on crypto transfers, IVMS-101 interoperable.

Detailed memo, every certificate, every regulator letter: /security-compliance.

How fast can I integrate and start verifying users?
  • 60 seconds to a sandbox account at business.didit.me, no credit card.
  • 5 minutes to a working verification through Claude Code, Cursor, or any coding agent via our Model Context Protocol (MCP) server.
  • A weekend to a production-ready integration with signed-webhook verification, retries, and a remediation flow when a user is declined.

Three integration paths, pick whichever fits your stack:

  • Embed natively with our Web, iOS, Android, React Native, or Flutter SDK.
  • Redirect the user to the hosted verification page, zero SDK.
  • Send a link by email, SMS, WhatsApp, or any channel, zero front-end work.

Same dashboard, same billing, same pay-per-success price for all three. Step-by-step guide at docs.didit.me/integration/integration-prompt.

What does the recipe cost?

Per claim:

  • User Verification bundle (ID + Liveness + Face Match): \$0.33
  • AML Screening: \$0.20
  • Face Search 1:N against prior claimants: \$0.00 (free per search)
  • Document OCR on each supporting file: included in the User Verification price

Around \$0.53 per fully-screened claim. The first 500 verifications every month are free on every account, pilot the workflow inside the free tier.

No minimums, no annual commitment, no per-seat pricing.

How does it integrate with my Special Investigations Unit?

The signed webhook is the routing signal. On status: In Review, your back-end routes the case to the Special Investigations Unit (SIU) with the per-module signals + face-search match list as the opening case file.

Pull the full decision payload via GET /v3/session/[id]/decision/ for the analyst, face similarity scores, AML hit list with source list per match, face-search candidate list with scores, document forensics output. The decision payload is the audit trail for any dispute.

What about General Data Protection Regulation (GDPR) and Anti-Money-Laundering (AML) retention?

Biometric vectors are special-category data under the EU's General Data Protection Regulation (GDPR). The lawful basis is the standard claims-investigation legitimate interest plus the consent flow at session start.

Default retention is the standard 5-year insurance horizon, adjust per workflow if your jurisdiction or supervisor differs. The gallery for Face Search 1:N is scoped to your account by design, no cross-carrier search unless you join a consortium and run a shared workflow_id.

Infrastructure for identity and fraud.

One API for KYC, KYB, Transaction Monitoring, and Wallet Screening. Integrate in 5 minutes.

Ask an AI to summarise this page