Skip to main content
Didit lève 7,5 M$ pour bâtir l'infrastructure pour l'identité et la fraude
Didit
Onboarding des employés

Intègre une recrue. En un seul lien.

Une session Didit collecte l'identité, les documents de droit au travail, l'AML et les formulaires RH avant le premier jour. Environ 0,50 $ par embauche. 500 vérifications gratuites chaque mois.

Soutenu par
Y CombinatorRobinhood Ventures
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

Approuvé par plus de 2 000 organisations dans le monde entier.

Une illustration abstraite et sombre de l'onboarding des employés, de style cinématographique, quatre panneaux de verre translucides flottants en perspective 3D sur fond noir pur, traversés par une ligne lumineuse Didit Blue et encadrés par quatre supports de scanner lumineux. Chaque panneau porte un petit motif abstrait blanc pâle (silhouette de badge d'employé, liste de contrôle, empreinte digitale, clé).

Ce que les RH doivent

Vérifie la recrue. Collecte les formulaires. Avant le premier jour.

Chaque nouvelle recrue a besoin d'une vérification d'identité, de documents de droit au travail, d'un contrôle AML et d'une pile de formulaires RH. Didit regroupe les quatre en un seul lien dès l'offre d'emploi, 0,33 $ KYC + 0,20 $ AML + 0,10 $ questionnaire ≈ 0,50 $ par embauche. Le verdict est renvoyé à ton ATS via webhook signé. 500 vérifications gratuites chaque mois.

Comment ça marche

De l'inscription à l'utilisateur vérifié en quatre étapes.

  1. Étape 01

    Crée le workflow

    Choisis les vérifications que tu souhaites, identité, vivacité, correspondance faciale, sanctions, adresse, âge, téléphone, e-mail, questions personnalisées. Glisse-les dans un flux sur le tableau de bord, ou publie le même flux via notre API. Crée des branches conditionnelles, exécute des tests A/B, aucun code requis.

  2. Étape 02

    Intègre

    Intègre nativement avec nos SDK Web, iOS, Android, React Native ou Flutter. Redirige vers une page hébergée. Ou envoie simplement un lien à ton utilisateur, par e-mail, SMS, WhatsApp, n'importe où. Choisis ce qui convient à ta stack.

  3. Étape 03

    L'utilisateur suit le parcours

    Didit gère la caméra, les indications lumineuses, le transfert mobile et l'accessibilité. Pendant que l'utilisateur est dans le flux, nous évaluons plus de 200 signaux de fraude en temps réel et vérifions chaque champ par rapport à des sources de données fiables. Résultat en moins de deux secondes.

  4. Étape 04

    Tu reçois les résultats

    Les webhooks signés en temps réel maintiennent ta base de données synchronisée dès qu'un utilisateur est approuvé, refusé ou envoyé en révision. Interroge l'API à la demande. Ou ouvre la console pour inspecter chaque session, chaque signal et gérer les cas à ta manière.

Conçu pour les RH · Prix d'infrastructure

Six vérifications. Un lien. ~0,50 $ par embauche.

Un dossier de nouvelle recrue n'est pas une simple vérification, c'est une recette. Active chaque module par niveau de poste, conserve les artefacts sous une seule politique, et envoie le verdict à ton ATS.
01 · Pack d'embauche

L'identité en un seul appel.

ID, vivacité, correspondance faciale, appareil + IP, regroupés pour 0,33 $ par embauche. Certifié anti-usurpation iBeta Niveau 1, verdict en moins de deux secondes, prend en charge plus de 14 000 documents dans plus de 220 pays.
Module de vérification utilisateur
02 · Droit au travail

Passeport, titre de séjour, code de partage.

Type de document détecté automatiquement par pays émetteur. OCR + analyse de la Zone de Lecture Automatique (MRZ) + vérification d'altération sur chaque page. La rétention est configurable par juridiction, Royaume-Uni 2 ans, États-Unis 3 ans, UE 5 ans.
Module de vérification d'identité
03 · AML en arrière-plan

Vérifie chaque embauche contre plus de 1 300 listes.

Sanctions, Personnes Politiquement Exposées (PPE) et médias défavorables en 14 langues, mis à jour quotidiennement. Les correspondances ouvrent automatiquement un dossier People Ops, bloque la provision avant le premier jour.
Module de screening AML
04 · Questionnaire RH

NDA, code de conduite, formulaires fiscaux, même lien.

Les questionnaires personnalisés te permettent de collecter tout document RH signé dans la même session que la capture d'identité. 0,10 $ par pile. Un pack d'audit, une règle de rétention, un workflow de signature.
Module de questionnaires
05 · Intégration ATS / SIRH

Le verdict de retour dans ta stack.

Le webhook signé envoie le verdict à Greenhouse, Workday, Lever, Rippling, BambooHR, HiBob, ou à ton fournisseur d'identité (Okta, Google Workspace, Microsoft Entra). Adapte le workflow par niveau de poste.
Orchestrateur de workflow
Intègre

Une session. Un webhook. Un pack d'audit.

Ouvre la session d'embauche au stade de l'offre. Lis le verdict signé du webhook. Intègre-le à ton ATS.
POST /v3/session/Embauche
$ 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_hire_offer_stage",
    "vendor_data": "hire-9241",
    "metadata": { "ats_application_id": "greenhouse-A-12" }
  }'
201Créé{ "session_url": "verify.didit.me/..." }
Suspends le provisionnement du premier jour jusqu'à ce que le webhook indique status: Approved.docs →
POST /webhooks/diditVerdict
// X-Signature-V2 verified upstream
if (payload.status === "Approuvé") {
  ats.markBackgroundClear(payload.vendor_data);
  provisionAccounts(payload.vendor_data);
} else if (payload.status === "En révision") {
  peopleOps.openCase(payload);
}
200OKstatut Approuvé · Refusé · En cours d'examen · KYC Expiré
Vérifie X-Signature-V2 avant de lire le payload.docs →
Intégration prête pour agent

Déploie l'onboarding employé en un seul prompt.

Colle ça dans Claude Code, Cursor, Codex, Devin, Aider ou Replit Agent. Renseigne ta stack. L'agent construit le workflow, envoie le lien de l'offre, lit le verdict, le transmet à l'ATS et active la surveillance continue.
didit-integration-prompt.md
You are integrating Didit into a HR / People Ops stack to onboard every new hire. ONE obligation, ONE Didit session:

  Verify the hire's identity (Know Your Customer (KYC)) — ID document, liveness, face match, AML against 1,300+ sanctions / Politically Exposed Person (PEP) / adverse-media lists — AND collect any HR-specific document (NDA, code of conduct, tax form, work-visa share code) in the same flow.

Bundle pricing (verified live, 2026-05-16):
  - Full KYC bundle: $0.33 per hire (ID + Liveness + Face Match + Device & IP)
  - AML Screening: $0.20 per hire
  - HR Questionnaire: $0.10 per hire (per stack of HR forms)
  - Total: ~$0.50 per fully-onboarded hire — public price, no minimums
  - First 500 verifications free every month, forever
  - Ongoing AML on the active workforce: $0.07 per user per year, automatic

PRE-REQUISITES
  - Production API key from https://business.didit.me (sandbox key in 60s, no card).
  - Webhook endpoint with HMAC SHA-256 verification using the X-Signature-V2 header and your webhook secret.
  - A workflow_id from the Workflow Builder that bundles ID Verification + Passive Liveness + Face Match 1:1 + AML Screening + the HR Questionnaire of choice.
  - (Optional) ATS or HRIS — Greenhouse, Workday, Lever, Rippling, BambooHR, HiBob — to receive the verdict.

STEP 1 — Open the hire session at offer-stage

  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: <your api key>
    Content-Type: application/json
  Body:
    {
      "workflow_id": "<wf id with KYC + AML + HR Questionnaire>",
      "vendor_data": "<your applicant id, max 256 chars>",
      "callback": "https://<your-app>/hire/kyc/callback",
      "metadata": {
        "purpose": "employee_onboarding",
        "role_band": "engineering_ic",
        "country_of_work": "ES",
        "ats_application_id": "<your ATS reference>"
      }
    }

  Response: 201 Created with a hosted session URL. Email or text the URL to the candidate when the offer letter goes out. Sub-2-second median verdict on completion.

STEP 2 — Read the signed webhook when the candidate finishes

  Didit POSTs to your callback. Session statuses are Title Case With Spaces:

  Body (excerpted):
    {
      "session_id": "<uuid>",
      "vendor_data": "<your applicant id>",
      "status": "Approved",
      "id_verification": { "status": "Approved", "document_type": "Passport" },
      "liveness": { "status": "Approved" },
      "face": { "status": "Approved", "similarity_score": 0.94 },
      "aml": { "status": "Approved", "hits": [] },
      "questionnaire": { "status": "Approved", "answers": { ... } }
    }

  Status enum (exact case): Approved | Declined | In Review | Resubmitted | Expired | Not Finished | Kyc Expired | Abandoned.

  Verify the X-Signature-V2 header BEFORE reading the body — HMAC SHA-256 of the raw bytes with your webhook secret.

STEP 3 — Branch on the verdict

  Approved          → forward to ATS / HRIS as "background-clear", trigger day-one provisioning.
  In Review         → route to People Ops queue for manual review; pause start-date confirmation.
  Declined          → escalate to compliance; halt the hire pending re-screen or rescind offer.
  Resubmitted       → applicant uploaded a second time after a soft rejection — re-read.
  Kyc Expired       → session went stale; send a new session URL.

STEP 4 — Ongoing AML on the active workforce is automatic

  Every Approved hire is re-screened DAILY by Didit's continuous monitoring at $0.07 per user per year. NO separate endpoint to call — the original session is what gets monitored.

  When a previously-clear employee crosses an AML threshold (new sanction listing, new adverse-media hit, PEP status change), the session status changes to "In Review" or "Declined" and your webhook fires the update. Pipe that event back into your HRIS for People Ops triage.

WEBHOOK EVENT NAMES
  - Sessions: status changes flow through the standard session webhook.
  - Ongoing AML updates: same session webhook fires when the verdict flips post-onboarding.

  Verify X-Signature-V2 on every payload.

CONSTRAINTS
  - Session statuses use Title Case With Spaces (Approved, In Review). Do not lowercase or snake_case them.
  - HR documents collected via Questionnaire are retained alongside the identity capture — one audit pack, one retention policy. Default retention is 5 years post-employment per the EU AML package; align with your jurisdiction.
  - 200+ fraud signals are evaluated on every KYC session at no extra cost.
  - The session URL is single-use; if a candidate abandons mid-flow, create a new session for the retry.

Read the docs:
  - https://docs.didit.me/sessions-api/create-session
  - https://docs.didit.me/core-technology/aml-screening/overview
  - https://docs.didit.me/core-technology/questionnaires/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.
Besoin de plus de contexte ? Consulte la documentation complète du module.docs.didit.me →
Conforme par nature

Ouvre un nouveau pays en un clic. On s'occupe du plus dur.

Nous ouvrons les filiales locales, obtenons les licences, effectuons les tests d'intrusion, obtenons les certifications et nous alignons sur chaque nouvelle réglementation. Pour déployer des vérifications dans un nouveau pays, il suffit d'activer un interrupteur. Plus de 220 pays en direct, audités et testés chaque trimestre, le seul fournisseur d'identité qu'un gouvernement d'un État membre de l'UE a formellement jugé plus sûr que la vérification en personne.
Lire le dossier sécurité & conformité
Bac à sable financier de l'UE
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
Sécurité de l'information · 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
Conforme UE par conception

Chiffres à l'appui

Chiffres à l'appui
  • ~$0.50
    Par embauche entièrement onboardée, pack KYC + AML + questionnaire RH.
  • 0+
    Listes de sanctions, Personnes Politiquement Exposées (PEP) et médias défavorables vérifiées pour chaque embauche.
  • <0s
    Verdict de bout en bout par session, sur Android d'entrée de gamme.
  • 0
    Vérifications gratuites chaque mois, sur chaque compte.
Trois niveaux, une seule grille tarifaire

Démarre gratuitement. Paye à l'usage. Passe à l'Enterprise.

500 vérifications gratuites chaque mois, pour toujours. Paiement à l'usage pour la production. Contrats personnalisés, résidence des données et SLAs (Service Level Agreements) pour l'Enterprise.
Gratuit

Gratuit

0 $ / mois. Aucune carte de crédit requise.

  • Pack KYC gratuit (vérification d'identité + détection de vivacité passive + correspondance faciale + analyse appareil & IP), 500 / mois, chaque mois
  • Utilisateurs bloqués
  • Détection des doublons
  • Plus de 200 signaux de fraude par session
  • KYC réutilisable sur le réseau Didit
  • Plateforme de gestion des cas
  • Workflow Builder
  • Documentation publique, sandbox, SDKs, serveur MCP (Model Context Protocol)
  • Support communautaire
Le plus populaire
Paiement à l'usage

Basé sur l'usage

Payez uniquement ce que vous utilisez. Plus de 25 modules. Tarification publique par module, sans minimum mensuel.

  • KYC complet à 0,33 $ (ID + Biométrie + IP / Appareil)
  • Plus de 10 000 bases de données AML, sanctions, PEP, médias défavorables
  • Plus de 1 000 sources de données gouvernementales pour la validation de base de données
  • Surveillance des transactions à 0,02 $ par transaction
  • KYB en direct à 2,00 $ par entreprise
  • Filtrage de portefeuille à 0,15 $ par vérification
  • Flux de vérification en marque blanche, votre marque, notre infrastructure
Entreprise

Entreprise

MSA et SLA personnalisés. Pour les gros volumes et les programmes réglementés.

  • Contrats annuels
  • MSA, DPA et SLA personnalisés
  • Canal Slack et WhatsApp dédié
  • Réviseurs manuels sur demande
  • Conditions de revendeur et de marque blanche
  • Fonctionnalités exclusives et intégrations partenaires
  • CSM dédié, audit de sécurité, support conformité

Commence gratuitement → ne paie que lorsqu'une vérification est effectuée → débloque l'Enterprise pour un contrat personnalisé, un SLA ou la résidence des données.

FAQ

Questions fréquentes

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.

What does 'employee onboarding' actually cover?

Three obligations a People Ops team has on every new hire:

  • Identity, confirm the person who signed the offer is the one starting on day one.
  • Right-to-work, collect a passport, residence permit, or work-visa share code valid in the country of employment.
  • Background screening, at minimum an anti-money-laundering (AML) check against sanctions, Politically Exposed Persons (PEP), and adverse-media lists; in regulated industries also a criminal-records or credit check.

Didit bundles the first three into one session. Background-check vendors can layer on top via webhook.

Why bundle identity, right-to-work, and AML into one link?

Because doing them separately creates four problems:

  • The candidate uploads documents to four different portals, high abandonment rate.
  • Four retention policies, four privacy notices, four data-protection-impact assessments.
  • The verdict lands in four inboxes instead of your applicant-tracking system (ATS).
  • The audit pack lives in four file shares, useless when a regulator asks for evidence.

One Didit session ships one signed audit pack to your ATS, passport scan, selfie, AML report, signed NDA, under a single retention policy.

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.

How long do you have to keep onboarding records?

It depends on the jurisdiction and the document type:

  • United Kingdom, right-to-work copies for 2 years after the employment ends.
  • United States, I-9 records for 3 years post-hire or 1 year post-termination, whichever is later.
  • European Union, under the AML package, 5 years post-employment; extendable per member-state discretion.
  • Spain · Banco de España attestation, Didit ships an EU-government-attested verification depth so the captured evidence is admissible as proof of due diligence.

Didit lets you configure retention per workflow per jurisdiction, one onboarding workflow, four different retention rules.

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.

Does Didit re-screen the workforce after onboarding?

Yes, automatically, daily, $0.07 per user per year.

Every approved hire is enrolled in Didit's continuous AML monitoring at the moment the session is created (set aml_continuous: true on the workflow). When a previously-clean employee crosses an AML threshold, a new sanction listing, a new adverse-media hit, a PEP-status change, the original session updates from Approved to In Review and the same webhook fires.

Pipe that event into your HRIS to alert the right People Ops owner. No new integration, no new endpoint to call.

What about hires in different countries, does the same workflow work?

Yes. The Workflow Builder lets you branch on country_of_work (passed in metadata) so:

  • A UK hire gets the right-to-work share code check.
  • A US hire gets the Employment Authorization Document (EAD) path.
  • A Spanish hire gets the Documento Nacional de Identidad (DNI) + Banco de España-attested verification depth.
  • A Latin-America hire gets the regional national-identity document plus the relevant country's work-permit registry lookup.

One API call, one webhook contract, the workflow handles the jurisdiction shape.

How do I start?

Three steps, under five minutes:

  • Open a sandbox at business.didit.me, sandbox API key in 60 seconds, no card.
  • Build the hire workflow in the Workflow Builder, drag ID + Liveness + Face Match + AML + your HR Questionnaire into one flow.
  • Send the session URL at offer-stage from your ATS, read the signed webhook, branch on the verdict.

500 verifications free every month means the first dozen hires cost zero. Need help? Use the integration prompt above with Claude Code or Cursor, your AI coding agent ships the integration in minutes.

Infrastructure pour l'identité et la fraude.

Une seule API pour le KYC, le KYB, la surveillance des transactions et le screening de portefeuilles. Intégration en 5 minutes.

Demande à une IA de résumer cette page