무료
월 $0. 신용카드 정보가 필요 없습니다.
- 무료 KYC 번들 (신분증 확인 + 패시브 라이브니스 + 얼굴 매칭 + 기기 및 IP 분석), 매월 500건 제공
- 차단된 사용자
- 중복 감지
- 모든 세션에서 200개 이상의 사기 신호 감지
- Didit 네트워크 전반에 걸쳐 재사용 가능한 KYC
- 사례 관리 플랫폼
- 워크플로 빌더
- 공개 문서, 샌드박스, SDK, MCP(Model Context Protocol) 서버
- 커뮤니티 지원


전 세계 2,000개 이상의 기관에서 신뢰합니다.

리셀러가 부담하는 비용
스타일 에디터에서 색상, 서체, 사각형 + 직사각형 로고, 그리고 귀사의 맞춤 도메인을 설정하세요. 각 워크플로우에서 맞춤 스타일 포함을 토글할 수 있습니다. 최종 사용자는 귀사의 브랜드, 도메인, 플로우를 보게 되며, 귀사는 Didit으로부터 iBeta 레벨 1 PAD(Presentation Attack Detection), 스페인 Tesoro / SEPBLAC 인증, SOC 2 Type 1, ISO/IEC 27001을 상속받습니다. 매월 500회 무료 인증을 제공합니다.
원하는 검사 항목을 선택하세요, 신분증, 라이브니스, 얼굴 매칭, 제재, 주소, 연령, 전화, 이메일, 맞춤 질문. 대시보드에서 플로우로 드래그하거나, 동일한 플로우를 API에 게시하세요. 조건에 따라 분기하고 A/B 테스트를 실행할 수 있으며, 코드가 필요 없습니다.
저희의 Web, iOS, Android, React Native, 또는 Flutter SDK를 사용하여 네이티브로 임베드하세요. 호스팅된 페이지로 리디렉션하거나, 이메일, SMS, WhatsApp 등 어디든 사용자에게 링크를 보내세요. 귀사의 스택에 맞는 방식을 선택하세요.
Didit은 카메라, 조명 안내, 모바일 핸드오프, 접근성을 호스팅합니다. 사용자가 플로우를 진행하는 동안, 저희는 200개 이상의 사기 신호를 실시간으로 분석하고 모든 필드를 신뢰할 수 있는 데이터 소스와 대조하여 확인합니다. 2초 이내에 결과가 나옵니다.
실시간 서명된 웹훅은 사용자가 승인, 거부 또는 검토로 보내지는 즉시 데이터베이스를 동기화합니다. 필요에 따라 API를 폴링하거나, 콘솔을 열어 모든 세션, 모든 신호를 검사하고 케이스를 직접 관리할 수 있습니다.
Didit · 스타일 에디터
내 브랜드
본인 확인
Didit · 커스텀 도메인
DNS 레코드
TLS · 자동
Didit · SDK
Didit · 워크플로우 빌더
Didit · 리셀러 마진
Didit · 감사 기록 보존
$ curl -X POST https://verification.didit.me/v3/session/ \
-H "x-api-key: $DIDIT_API_KEY" \
-d '{
"workflow_id": "wf_signup_branded",
"vendor_data": "end-user-42",
"metadata": { "tenant_id": "brand-b" }
}'{ 사용자 지정 도메인에서 호스팅 URL을 반환합니다. }$ curl https://verification.didit.me/v3/session/$SID/decision/ \
-H "x-api-key: $DIDIT_API_KEY"
# Returns:
{
"status": "Approved",
"aml": { "status": "Approved" }
}{ 상태: 승인됨 · 거부됨 · 검토 중 · 재제출됨 · 만료됨 }You are integrating Didit white-label KYC. You're either reselling identity verification to your own customers under your brand, or embedding KYC inside your SaaS product so the end-user never sees Didit. Either way, the verification stack is Didit's; the visible brand is yours.
Three pillars:
1. Configure your brand once in the Style Editor — colours, typography, square + rectangular logos, optional custom domain.
2. Toggle Include custom style ON for every workflow that should ship under your brand. Leave it OFF for internal admin flows.
3. Open POST /v3/session/ as usual. The hosted UI returns under your brand on your domain.
Cost:
- Didit KYC bundle: $0.33 per check (Sessions API floor)
- White-label fee: $0.20 per check (adds branding + custom domain + per-workflow style toggle)
- Reseller cost in: $0.53 per check
- Mark up to your buyer as you choose — published rate at scale, custom contracts above 100k/month
- First 500 verifications free every month, forever
PRE-REQUISITES
- Production API key from https://business.didit.me (sandbox key in 60s, no card).
- White-label add-on enabled on your account (talk to sales to switch it on).
- 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 the modules you ship (typically ID Verification + Passive Liveness + Face Match 1:1 + AML Screening) with Include custom style ENABLED.
- Optional: custom domain (e.g. verify.yourbrand.com) configured in the Business Console — Didit handles the CNAME target + TLS cert via Let's Encrypt.
STEP 1 — Configure brand in the Style Editor (no code)
Console → White Label → Style Editor:
Colors: buttons, text, panels, backgrounds
Typography: fonts that match your brand
Logos: square + rectangular uploads
Layout: border radius for panels and buttons
Login: show or skip the Didit login screen
Domain: add verify.yourbrand.com (CNAME target = verify.didit.me; TLS auto-provisioned)
STEP 2 — Enable custom style on the workflow
Console → Workflows → <your workflow> → Settings → Options:
Toggle Include custom style ON. Without this, the workflow ships with default Didit branding.
Repeat per workflow. You can mix branded + unbranded workflows on the same account — useful for an internal admin flow that doesn't need the customer brand.
STEP 3 — Open a session as usual
POST https://verification.didit.me/v3/session/
Headers:
x-api-key: <your api key>
Content-Type: application/json
Body:
{
"workflow_id": "<wf id with Include custom style ON>",
"vendor_data": "<your end-user id, max 256 chars>",
"callback": "https://<your-app>/kyc/callback",
"metadata": {
"purpose": "white_label_onboarding",
"tenant_id": "<your reseller tenant id if multi-brand>"
}
}
Response: 201 Created with the hosted session URL — under YOUR domain if you set one. Sub-2-second median verdict on completion.
STEP 4 — Read the signed webhook on completion
Didit POSTs to your callback. Session statuses are Title Case With Spaces:
Body (excerpted):
{
"session_id": "<uuid>",
"vendor_data": "<your end-user id>",
"status": "Approved",
"id_verification": { "status": "Approved" },
"liveness": { "status": "Approved" },
"face": { "status": "Approved", "similarity_score": 0.94 },
"aml": { "status": "Approved", "hits": [] }
}
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.
On Approved → onboard the end-user. On Declined → reject. On In Review or Resubmitted → hold + route to your compliance team.
STEP 5 — Multi-brand on one account (reseller pattern)
When you serve multiple end-customer brands from a single Didit account:
- Create one workflow per end-customer brand
- Configure each workflow with the customer's brand style (or use the Style Editor presets per workflow if your account supports it)
- On POST /v3/session/, pick the workflow_id that matches the end-customer's brand
The end-customer sees their own brand; you see one consolidated invoice per month. Didit's MCP (Model Context Protocol) server is included free for programmatic per-tenant workflow management.
STEP 6 — Audit + compliance retained
Swapping the brand does not change the underlying compliance bar. Every session is still:
- iBeta Level 1 PAD (Presentation Attack Detection) certified on liveness
- Backed by Spain's Tesoro / SEPBLAC attestation (only EU member-state government attestation of safer-than-in-person verification)
- Aligned with SOC 2 Type 1 + ISO/IEC 27001 + GDPR (General Data Protection Regulation)
- Logged with X-Signature-V2 webhook signing on every event
- Retained 5 years post-relationship by default per the EU Anti-Money-Laundering package; configurable upward per your supervisor's guidance
Sub-processor disclosure available on request for your DPA (Data Processing Agreement).
WEBHOOK EVENT NAMES
- Sessions: status changes flow through the standard session webhook.
- Verify X-Signature-V2 on every payload.
CONSTRAINTS
- Session statuses use Title Case With Spaces (Approved, In Review). Don't transform them.
- The white-label add-on is a per-account feature — talk to sales to enable it. Once enabled, the Style Editor + custom-domain pipeline is no-code.
- Custom domain TLS auto-renews 30 days before expiry. Monitor the cert status in the Console.
- Some end-user browsers (mobile in-app webviews) constrain custom domains — keep verify.didit.me as a fallback for these edge cases.
Read the docs:
- https://docs.didit.me/console/white-label
- https://docs.didit.me/console/workflows
- https://docs.didit.me/sessions-api/create-session
- 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.월 $0. 신용카드 정보가 필요 없습니다.
사용한 만큼만 지불하세요. 25개 이상의 모듈. 모듈별 공개 가격, 월 최소 요금 없음.
맞춤형 MSA 및 SLA. 대규모 볼륨 및 규제 프로그램에 적합합니다.
무료로 시작 → 확인 실행 시에만 지불 → 맞춤형 계약, SLA 또는 데이터 상주를 위해 엔터프라이즈 잠금 해제.
Didit은 신원 및 사기 방지 인프라입니다. 우리가 직접 제품을 만들 때 있었으면 좋겠다고 생각했던 플랫폼이죠. 개방적이고 유연하며 개발자 친화적이어서, 통합하기 어려운 블랙박스가 아니라 스택의 실제 구성 요소처럼 작동합니다.
하나의 API로 개인 확인(KYC, 고객 알기), 기업 확인(KYB, 기업 알기), 암호화폐 지갑 스크리닝(KYT, 거래 알기), 그리고 실시간 거래 모니터링을 처리합니다. 이 모든 것은 다음을 위해 구축된 스택에서 이루어집니다.
기반 기술: 14,000개 이상의 문서 유형을 48개 이상의 언어로 지원하며, 1,000개 이상의 데이터 소스와 모든 세션에서 200개 이상의 사기 신호를 분석합니다. Didit 인프라는 모든 세션에서 동적으로 학습하며 매일 발전합니다.
화이트 라벨 KYC는 귀사의 브랜드(귀사의 색상, 로고, 도메인)로 운영되지만, 다른 회사의 인증 스택을 내부적으로 사용하는 신원 확인 제품입니다. 최종 사용자는 기본 공급업체를 전혀 알 수 없습니다.
두 가지 방식으로 제공할 수 있습니다.
Didit 방식은 Style Editor + 워크플로우별 토글을 통해 두 가지 모두를 동일하게 처리합니다.
비즈니스 콘솔 Style Editor를 통해 코딩 없이 6가지 카테고리를 커스터마이징할 수 있습니다.
verify.didit.me 대신 verify.yourbrand.com에서 호스팅할 수 있습니다. CNAME + TLS는 콘솔 내에서 처리됩니다.Style Editor는 토큰을 변경할 때 실시간으로 미리보기를 제공합니다. 저장한 후, 브랜딩을 적용하려는 워크플로우에서 사용자 지정 스타일 포함을 토글하면 활성화됩니다.
전체 플로우는 일반적으로 처음부터 끝까지 30초 이내에 완료됩니다., 신분증을 들고, 문서를 촬영하고, 셀카를 찍으면 끝입니다. 이는 시장에서 가장 빠른 속도입니다. 기존 KYC 공급업체는 동일한 플로우에 90초 이상이 소요되는 경우가 많습니다.
백엔드에서는 사용자가 셀카를 완료한 시점부터 웹훅이 실행되는 시점까지 p99 기준 2초 이내에 Didit이 결과를 반환합니다. 모바일 캡처는 느린 휴대폰과 느린 네트워크에 최적화되어 있습니다. 점진적 이미지 압축, 지연 소프트웨어 개발 키트 로드, 그리고 사용자가 웹에서 시작하는 경우 QR 코드를 통해 데스크톱에서 휴대폰으로 한 번의 탭으로 전환하는 기능을 제공합니다.
네, 그렇습니다. 동일한 Style Editor 구성이 5가지 Didit SDK(웹(React, Vue, 바닐라 JS), iOS(Swift), Android(Kotlin), React Native(TurboModules), Flutter(Dart)) 모두에 적용됩니다. SDK는 무료이며, 화이트 라벨 수수료는 모든 인터페이스에 걸친 브랜딩을 포함합니다.
실제로, 색상, 글꼴, 로고, 반경을 한 번만 설정하면 됩니다. SDK는 귀사 계정에서 동일한 브랜드 구성을 읽고, 호스팅된 플로우도 동일한 구성을 읽으므로, 최종 사용자는 모바일 앱, 웹뷰 또는 데스크톱 브라우저에서 일관된 브랜드 경험을 얻게 됩니다.
모든 세션은 7가지 명확한 상태 중 하나로 분류되므로, 개발자 코드는 항상 다음 단계를 알 수 있습니다.
Approved, 모든 검사를 통과했습니다. 사용자를 다음 단계로 진행하세요.Declined, 하나 이상의 검사에 실패했습니다. 전체 플로우를 다시 실행할 필요 없이, 사용자가 특정 실패 단계(예: 셀카 재촬영)를 재시도하도록 허용할 수 있습니다.In Review, 규정 준수 검토를 위해 플래그가 지정되었습니다. 콘솔에서 케이스를 열어 모든 신호를 확인하고 승인 또는 거부를 결정하세요.In Progress, 사용자가 플로우를 진행 중입니다.Not Started, 링크가 전송되었지만, 사용자가 아직 열지 않았습니다. 너무 오래 방치되면 알림을 보내세요.Abandoned, 사용자가 링크를 열었지만, 시간 내에 완료하지 못했습니다. 다시 참여를 유도하거나 만료 처리하세요.Expired, 세션 링크가 만료되었습니다. 새 세션을 생성하세요.모든 상태 변경 시 서명된 웹훅이 실행되므로, 데이터베이스는 항상 동기화 상태를 유지합니다. 중단되거나 거부된 세션은 무료입니다.
프로덕션 데이터는 기본적으로 Amazon Web Services를 통해 유럽 연합에서 처리 및 저장됩니다. 엔터프라이즈 계약의 경우, 규제 기관의 요구 사항에 따라 다른 지역을 요청할 수 있습니다.
모든 곳에서 암호화됩니다. 모든 데이터베이스, 객체 스토어, 백업에 AES-256 암호화가 적용됩니다. 모든 API 호출, 웹훅, 비즈니스 콘솔 세션에서 전송 중인 데이터는 Transport Layer Security 1.3으로 보호됩니다. 생체 인식 데이터는 별도의 고객 마스터 키(Customer Master Key)로 암호화됩니다.
데이터 보존 기간은 직접 제어할 수 있습니다. 기본 보존 기간은 무기한(무제한)이며, 필요에 따라 애플리케이션당 30일에서 10년 사이로 단축할 수 있습니다. 또한, 대시보드 또는 API를 통해 언제든지 개별 세션을 삭제할 수 있습니다.
인증: SOC 2 Type 1 (Type 2 감사 진행 중), ISO/IEC 27001:2022, iBeta Level 1 PAD, 그리고 Didit의 원격 신원 확인이 대면 확인보다 안전하다는 스페인 Tesoro / SEPBLAC / CNMV의 공식 인증을 받았습니다. 전체 보고서는 /security-compliance에서 확인하실 수 있습니다.
Didit은 신원 확인 인프라에 중요한 규제 기관의 규정을 기본적으로 준수합니다.
자세한 메모, 모든 인증서, 모든 규제 기관 서한은 /security-compliance에서 확인하세요.
세 가지 통합 경로 중 스택에 맞는 것을 선택하세요.
세 가지 모두 동일한 대시보드, 동일한 청구, 동일한 성공당 지불 가격이 적용됩니다. 단계별 가이드는 docs.didit.me/integration/integration-prompt에서 확인하세요.
네, 그렇습니다. 브랜드를 변경해도 기본 규정 준수 상태는 변하지 않습니다.
화이트 라벨을 통해 이 모든 것이 고객에게 전달됩니다. Didit은 DPA (데이터 처리 계약) 요청 시 하위 처리자 공개를 제공합니다.
둘 다 무료이며, 화이트 라벨 애드온과 함께 작동합니다.
결론적으로, 화이트 라벨 KYC 제품을 출시하기 위해 대규모 엔지니어링 팀이 필요하지 않습니다. 스타일 에디터는 브랜드를, 워크플로 빌더는 모듈을, MCP 서버는 자동화를, /v3/ API는 인증 자체를 처리합니다.
4단계, 한나절이면 수직 슬라이스 완성, 일주일이면 프로덕션 준비 완료:
business.didit.me를 열고 60초 안에 샌드박스 키를 받으세요. 신용카드 정보는 필요 없습니다.POST /v3/session/ + 서명된 웹훅 (X-Signature-V2 HMAC SHA-256)을 온보딩 흐름에 연결하세요.다중 테넌트 리셀러의 경우: 최종 고객 브랜드당 하나의 워크플로, 테넌트별 스타일 에디터 구성, 인바운드 요청당 올바른 workflow_id를 선택하는 라우팅 계층을 추가하세요. MCP 서버는 이러한 모든 작업을 스크립트로 자동화합니다.