跳到主要内容
Didit 融资200万美元并加入 Y Combinator (W26)
Didit
员工入职

入职新员工。通过一个入职链接

Didit 会话可在入职前收集身份、工作权文件、AML 和 HR 表格。每位员工约 $0.50。每月免费验证 500 次。

支持者
Y Combinator
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

全球2,000多家组织信赖。

电影般的黑暗抽象员工入职堆栈插图——在纯黑色背景上,四个浮动的半透明玻璃面板以 3D 透视呈现,由一条发光的 Didit 蓝色线条串联,并由四个发光的扫描器支架框住。每个面板都带有一个小的浅白色抽象图案(员工徽章轮廓、清单、指纹、钥匙)。

HR 部门的职责

验证新员工。收集表格。在第一天之前。

每位新员工都需要身份、工作权文件、AML 检查以及一堆 HR 表格。Didit 在提供工作机会阶段将所有这四项捆绑到一个链接中——$0.33 KYC + $0.20 AML + $0.10 问卷 ≈ 每位员工 $0.50。验证结果通过签名 webhook 反馈到您的 ATS。每月免费验证 500 次。

工作原理

从注册到验证用户,仅需四步。

  1. 步骤 01

    创建工作流程

    选择您想要的检查项 — 身份、活体、人脸匹配、制裁、地址、年龄、电话、电子邮件、自定义问题。将它们拖放到仪表板中的流程中,或将相同的流程发布到我们的API。根据条件进行分支,运行A/B测试,无需代码。

  2. 步骤 02

    集成

    使用我们的Web、iOS、Android、React Native或Flutter SDK进行原生嵌入。重定向到托管页面。或者只需通过电子邮件、短信、WhatsApp等方式向您的用户发送链接。选择适合您技术栈的方式。

  3. 步骤 03

    用户完成流程

    Didit托管摄像头、灯光提示、移动设备切换和辅助功能。当用户处于流程中时,我们实时评估200多个欺诈信号,并根据权威数据源验证每个字段。两秒内即可获得结果。

  4. 步骤 04

    您收到结果

    实时签名网络钩子可在用户被批准、拒绝或发送审核时立即同步您的数据库。按需轮询API。或者打开控制台检查每个会话、每个信号,并以您的方式管理案例。

专为HR打造 · 基础设施定价

六项检查。一个链接。每次招聘约$0.50

新员工入职包并非单一检查 — 它是一个流程。根据职位级别切换每个模块,将所有文件保留在一个策略下,并将结果发送到您的人力资源管理系统(ATS)。
01 · 招聘捆绑包

一次调用即可完成身份验证。

身份、活体、人脸匹配、设备+IP — 每位员工捆绑价$0.33。iBeta一级反欺诈认证,两秒内出结果,支持220多个国家/地区的14,000多种证件。
用户验证模块
02 · 工作权

护照、居留许可、共享代码。

证件类型由签发国家自动检测。每页进行光学字符识别(OCR)+机器可读区(MRZ)解析+防篡改检查。保留期限可根据司法管辖区配置 — 英国2年,美国3年,欧盟5年。
身份验证模块
03 · 背景AML

针对1,300多个列表筛选每位员工。

制裁、政治公众人物(PEP)和负面媒体,14种语言,每日更新。命中会自动开启人事运营案例 — 在入职前进行权限配置。
AML筛选模块
04 · HR问卷

保密协议、行为准则、税务表格 — 同一链接。

自定义问卷允许您在身份捕获的同一会话中收集任何已签名的HR文件。每堆栈$0.10。一个审计包,一个保留规则,一个签名工作流。
问卷模块
05 · ATS / HRIS集成

结果返回您的技术栈。

签名网络钩子将结果发送到Greenhouse、Workday、Lever、Rippling、BambooHR、HiBob — 或您的身份提供商(Okta、Google Workspace、Microsoft Entra)。根据职位级别分支工作流。
工作流编排器
集成

一个会话。一个网络钩子。一个审计包。

在提供阶段开启招聘会话。从网络钩子读取签名结果。将其导入您的人力资源管理系统(ATS)。
POST /v3/session/招聘
$ 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",
    "元数据": { "ats_application_id": "greenhouse-A-12" }
  }'
201已创建{ "session_url": "verify.didit.me/..." }
在webhook返回status: Approved之前暂停第一天的配置。文档 →
POST /webhooks/didit裁决
// X-Signature-V2 verified upstream
if (有效载荷。status === "已批准") {
  ats.markBackgroundClear(payload。vendor_data);
  provisionAccounts(payload。vendor_data);
} 否则如果 (有效载荷。status === "审核中") {
  peopleOps.openCase(payload);
}
200OK状态 已批准 · 已拒绝 · 审核中 · KYC 已过期
在读取有效载荷之前验证X-Signature-V2文档 →
代理就绪集成

一键实现员工入职。

粘贴到 Claude Code、Cursor、Codex、Devin、Aider 或 Replit Agent 中。填写您的技术栈。代理会构建工作流,发送录用阶段链接,读取裁决,将其传输到 ATS,并注册持续监控。
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.
需要更多上下文?请参阅完整的模块文档。docs.didit.me →
合规设计

一键开辟新国家市场。 我们承担繁重的工作。

我们设立当地子公司,获得许可证,进行渗透测试,取得认证,并与每一项新法规保持一致。要在新国家/地区发布验证,只需切换一个开关。220多个国家/地区已上线,每个季度都经过审计和渗透测试——唯一一家被欧盟成员国政府正式认定比面对面验证更安全的身份提供商。
阅读安全与合规档案
欧盟金融沙盒
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
信息安全 · 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
按欧盟标准设计

证明数字

证明数字
  • ~$0.50
    每位完全入职的员工 — KYC 捆绑包 + AML + HR 问卷。
  • 0+
    对每位员工进行制裁、政治公众人物 (PEP) 和负面媒体名单筛选。
  • <0s
    入门级 Android 上每个会话的端到端裁决。
  • 0
    每个账户每月免费验证。
三个层级,一个价目表

免费开始。按使用量付费。扩展到企业版。

每月永久免费500次验证。生产环境按使用量付费。企业版提供定制合同、数据驻留和SLA(服务水平协议)。
免费

免费

每月$0。无需信用卡。

  • 免费KYC捆绑包(身份验证 + 被动活体检测 + 人脸匹配 + 设备和IP分析)——每月500次,永久有效
  • 黑名单用户
  • 重复检测
  • 每次会话200+欺诈信号
  • Didit网络中可重复使用的KYC
  • 案例管理平台
  • 工作流程构建器
  • 公开文档、沙盒、SDK、MCP(模型上下文协议)服务器
  • 社区支持
最受欢迎
按使用量付费

按使用量付费

只为您使用的付费。25+ 模块。公开的按模块定价,无每月最低费用。

  • 全套 KYC,价格 $0.33(身份证明 + 生物识别 + IP / 设备)
  • 10,000+ AML 数据集 — 制裁、PEP、负面媒体
  • 1,000+ 政府数据源用于数据库验证
  • 交易监控,每笔交易 $0.02
  • 实时 KYB,每个企业 $2.00
  • 钱包筛选,每次检查 $0.15
  • 白标验证流程 — 您的品牌,我们的基础设施
企业版

企业版

定制 MSA 和 SLA。适用于大批量和受监管的项目。

  • 年度合同
  • 定制 MSA、DPA 和 SLA
  • 专用 Slack 和 WhatsApp 频道
  • 按需人工审核员
  • 经销商和白标条款
  • 独家功能和合作伙伴集成
  • 指定 CSM、安全审查、合规支持

免费开始 → 仅在运行检查时付费 → 解锁企业版以获取定制合同、SLA或数据驻留。

FAQ

常见问题

身份和欺诈基础设施。

一个用于 KYC、KYB、交易监控和钱包筛选的 API。5 分钟内即可集成。

让 AI 总结此页面