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


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

트래블룰이 제공하는 것
모든 규제 대상 VASP는 모든 전송에 대해 두 가지를 모두 처리해야 합니다. 즉, 상대방 VASP를 위한 IVMS-101 패킷과 자체적인 온체인 위험 심사입니다. Didit은 이를 단일 Transactions API 호출로 제공합니다. 관리형은 $0.17, 지갑 제공업체에 Bring Your Own Key 사용 시 $0.04입니다. 매월 500건의 인증이 무료로 제공됩니다.
원하는 검사를 선택하세요. 신분증, 라이브니스, 얼굴 매칭, 제재, 주소, 연령, 전화번호, 이메일, 맞춤 질문 등. 대시보드에서 플로우로 드래그하거나, 동일한 플로우를 API에 게시하세요. 조건에 따라 분기하고 A/B 테스트를 실행할 수 있으며, 코드가 필요 없습니다.
웹, iOS, Android, React Native 또는 Flutter SDK를 사용하여 네이티브로 임베드하세요. 호스팅된 페이지로 리디렉션하거나, 이메일, SMS, WhatsApp 등 어디든 사용자에게 링크를 보내세요. 스택에 맞는 것을 선택하세요.
Didit은 카메라, 조명 신호, 모바일 핸드오프 및 접근성을 호스팅합니다. 사용자가 플로우를 진행하는 동안 200개 이상의 사기 신호를 실시간으로 점수화하고 모든 필드를 신뢰할 수 있는 데이터 소스와 대조하여 확인합니다. 2초 이내에 결과를 제공합니다.
실시간 서명된 웹훅은 사용자가 승인, 거부 또는 검토로 전송되는 즉시 데이터베이스를 동기화합니다. 필요에 따라 API를 폴링하거나, 콘솔을 열어 모든 세션, 모든 신호를 검사하고 케이스를 직접 관리할 수 있습니다.
Didit · IVMS-101
발신자
수신자
Didit · 지역별 규정
Didit · TR 상호운용성
Didit · 비수탁형 지갑
Didit · 트랜잭션 API
Didit · 증거 자료 팩
$ curl -X POST https://verification.didit.me/v3/session/ \
-H "x-api-key: $DIDIT_API_KEY" \
-d '{
"workflow_id": "wf_casp_onboard",
"vendor_data": "user-42"
}'{ 상태 승인됨 · 검토 중 · 거부됨 }$ curl -X POST https://verification.didit.me/v3/transactions/ \
-H "x-api-key: $DIDIT_API_KEY" \
-d '{
"transaction_id": "tx-9001",
"transaction_details": { "방향": "아웃바운드", "통화_종류": "암호화폐" },
"주체": { "전체_이름": "J. Pérez" },
"상대방": { "전체_이름": "R. Beneficiary", "결제_수단": { "계정_ID": "bc1qa3…hk22" }}
}'{ 상태 승인됨 · 검토 중 · 거부됨 · 사용자 대기 중 }You are integrating Didit into a Virtual Asset Service Provider (VASP) / Crypto-Asset Service Provider (CASP) to satisfy the Travel Rule on every crypto transfer. Two obligations:
1. Verify the user (KYC) — identity, liveness, face match, device + IP, AML. The originator data on every outbound transfer comes from this verified profile.
2. Submit each transfer with originator + beneficiary fields (IVMS-101) AND screen the counterparty wallet — one /v3/transactions/ call.
Bundle pricing (verified live 2026-05-16):
- User Verification (KYC) bundle: $0.33 per user (Sessions API)
- Transactions API call: $0.02 base + $0.15 managed wallet screen = $0.17 per managed transfer
- With Bring Your Own Key (BYOK) on the wallet provider: $0.04 per transfer ($0.02 + $0.02)
- First 500 verifications free every month, forever
PRE-REQUISITES
- Production API key from https://business.didit.me (sandbox key in 60 seconds, no credit card).
- Webhook endpoint with HMAC SHA-256 verification of the X-Signature-V2 header.
HMAC-SHA256 verification MUST run against the raw body bytes (the raw payload as Didit sent it) BEFORE any JSON parsing — re-serialising the parsed body changes whitespace and key order, which invalidates the signature. - A workflow_id from the no-code Workflow Builder with ID Verification + Passive Liveness + Face Match 1:1 + Device & IP Analysis + AML Screening.
- Transaction Monitoring + Wallet Screening enabled in the Business Console (Transactions > Settings).
STEP 1 — Verify the user with the Sessions API (one-time onboarding)
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 modules>",
"vendor_data": "<your user id>",
"callback": "https://<your-app>/casp/onboard/callback",
"metadata": {
"purpose": "casp_onboarding"
}
}
Response: 201 Created with the hosted session URL. Sub-2-second median verdict on completion.
STEP 2 — Read the signed webhook on KYC completion
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.
Capture the user's full name, date of birth, address, and any registered identity-document number from the decision payload. These fields populate the IVMS-101 originator block on every subsequent transfer.
STEP 3 — Submit every transfer with IVMS-101 + wallet screen in one call
POST https://verification.didit.me/v3/transactions/
Headers:
x-api-key: <your api key>
Content-Type: application/json
Body (required fields verified live 2026-05-16):
{
"transaction_id": "<your internal transfer reference>",
"transaction_category": "finance",
"include_crypto_screening": true,
"transaction_details": {
"direction": "OUTBOUND",
"amount": "0.45",
"currency": "ETH",
"currency_kind": "crypto",
"action_type": "transfer"
},
"subject": {
"entity_type": "individual",
"vendor_data": "<your user id>",
"full_name": "<originator name from KYC>",
"address": "<originator address from KYC>",
"dob": "<originator dob from KYC, YYYY-MM-DD>"
},
"counterparty": {
"entity_type": "individual",
"full_name": "<beneficiary name>",
"address": "<beneficiary address if known>",
"payment_method": {
"method_type": "crypto_wallet",
"account_id": "<counterparty wallet address>"
}
}
}
REQUIRED fields the API rejects if missing:
- subject.vendor_data + subject.full_name
- counterparty.full_name
- transaction_details.direction + currency + currency_kind + amount
- counterparty.payment_method.account_id (the wallet address)
Didit packages the subject + counterparty fields into an IVMS-101 payload, hands them off to the connected Travel Rule protocol (TRP / Sumsub TR / Notabene / Veriscope), runs Wallet Screening on the counterparty address server-side, and returns one verdict.
Response shape (excerpted from a real successful 201):
{
"uuid": "<server transaction uuid>",
"txn_id": "<your transaction_id echoed back>",
"status": "APPROVED",
"score": 0,
"severity": null,
"travel_rule": { "status": "EXCHANGED", "protocol": "<network>", "ivms_packet_id": "<id>" },
"props": {
"wallet_risk_score": 0,
"sanctions_hit": false,
"aml_provider": "<provider slug>",
"aml_screening_type": "WALLET_SCREENING",
"aml_screening_status": "COMPLETED"
},
"cost_breakdown": {
"total_price": 0.17,
"items": [
{ "usage_type": "transaction_aml_monitoring", "price": 0.15 },
{ "usage_type": "transaction_monitoring", "price": 0.02 }
]
}
}
Transaction status enum (exact case, UPPER_SNAKE_CASE): APPROVED | IN_REVIEW | DECLINED | AWAITING_USER.
Wallet-screen severity (UPPER): LOW | MEDIUM | HIGH | CRITICAL | UNKNOWN.
Branch logic:
APPROVED → release the crypto.
IN_REVIEW → hold the transfer, route to analyst queue.
DECLINED → refuse the transfer, log the IVMS attempt for the audit.
AWAITING_USER → redirect the user to the remediation URL on the response.
STEP 4 — Inbound transfers: ingest the counterparty's IVMS packet
When you RECEIVE a transfer from another VASP:
- The connected Travel Rule protocol delivers the originator IVMS data to you BEFORE the on-chain transfer settles.
- Submit it via the same POST /v3/transactions/ with direction: "INBOUND" and the originator fields on subject and your own beneficiary on counterparty.
- Wallet Screening runs on the originator wallet (subject.payment_method.account_id).
- Verdict drives whether to credit the user.
STEP 5 — Self-hosted (unhosted) wallet transfers
For transfers TO a self-hosted wallet (no counterparty VASP to exchange with):
- Collect the beneficiary identity from the user via a custom questionnaire ($0.10).
- Above local enhanced-due-diligence thresholds, prompt the user to sign a short message with the beneficiary wallet's private key as proof of control.
- Submit the transaction with the captured beneficiary fields + wallet address.
- Didit still runs Wallet Screening on the destination and stores the IVMS-format record for the audit.
STEP 6 — Continuous AML on the user is automatic
Every approved user is re-screened daily against 1,300+ sanctions, PEP, and adverse-media lists. There is NO separate endpoint to call. When a previously-clean user crosses an AML threshold, the session status updates and a signed webhook fires.
WEBHOOK EVENT NAMES
- Sessions: status changes flow through the standard session webhook.
- Transactions: transaction.created · transaction.updated · transaction.status.changed · transaction.alert.generated.
Verify X-Signature-V2 on every payload.
CONSTRAINTS
- Session statuses Title Case With Spaces; transaction statuses UPPER_SNAKE_CASE. Don't mix.
- EU Transfer of Funds Regulation has NO de minimis threshold for crypto — every transfer carries originator + beneficiary data.
- US Travel Rule kicks in at $3,000; UK at £1,000; Singapore at SGD 1,500; Switzerland at CHF 1,000. Apply per-workflow.
- Default record retention is 5 years post-transfer per most AML regimes; extensible per supervisor guidance.
- Wallet Screening MUST run BEFORE the crypto leaves — a post-transfer screen is useful for audit but useless for blocking.
Read the docs:
- https://docs.didit.me/transaction-monitoring/overview
- https://docs.didit.me/transaction-monitoring/transactions
- https://docs.didit.me/transaction-monitoring/aml-screening
- 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, 거래 알기), 그리고 실시간 거래 모니터링을 처리하며, 다음과 같은 스택을 기반으로 구축되었습니다:
기반 기술로는 48개 이상의 언어로 14,000개 이상의 문서 유형, 1,000개 이상의 데이터 소스, 그리고 모든 세션에서 200개 이상의 사기 신호를 처리합니다. Didit 인프라는 모든 세션에서 동적으로 학습하며 매일 발전합니다.
트래블 룰(Travel Rule)은 두 규제 대상 사업자 간에 자산이 이동할 때, 고객 정보(이름, 계좌 번호, 주소 등)가 자산과 함께 전송되어야 한다는 규정입니다.
이 규정은 전통 금융(1970년 미국 은행 비밀 보호법)에서 시작되어 2019년 FATF(자금세탁방지기구)에 의해 전 세계적으로 확대되었으며, 현재는 모든 암호화폐 거래에 적용됩니다. 표준 페이로드 형식은 InterVASP Messaging Standard 101 (IVMS-101)이며, 이는 모든 주요 트래블 룰 프로토콜이 사용하는 JSON 스키마입니다.
규제 당국의 목표는 간단합니다. 신원 데이터가 모든 단계에서 자산 이동을 추적하도록 하여, 악의적인 행위자들이 여러 사업자를 통해 익명으로 자금을 세탁하는 것을 막는 것입니다.
모든 규제 대상 가상자산 서비스 제공업체(VASP) 또는 암호자산 서비스 제공업체(CASP), 즉 거래소, 온/오프램프, 수탁형 지갑, 브로커, OTC 데스크, 암호화폐 결제 관련 금융기관 등이 해당됩니다.
현재 적용 중인 관할 구역:
FATF는 각국의 이행 상황에 대한 상호 평가를 진행합니다. 규정을 준수하지 않는 관할 구역은 그레이리스트(grey-list)에 지정될 위험이 있습니다.
전체 과정은 일반적으로 30초 이내에 완료됩니다. 신분증을 들고, 서류를 촬영하고, 셀카를 찍으면 끝입니다. 이는 시장에서 가장 빠른 속도입니다. 기존 KYC 제공업체는 동일한 과정에 90초 이상이 소요되는 경우가 많습니다.
백엔드에서는 사용자가 셀카 촬영을 마친 시점부터 웹훅이 실행되는 시점까지, Didit은 p99 기준 2초 이내에 결과를 반환합니다. 모바일 캡처는 느린 휴대폰과 느린 네트워크 환경에 최적화되어 있습니다. 점진적 이미지 압축, 지연 로딩되는 SDK, 그리고 사용자가 웹에서 시작할 경우 QR 코드를 통해 휴대폰으로 한 번의 탭으로 전환하는 기능을 제공합니다.
FATF의 최소 데이터셋은 다음과 같습니다.
데이터는 두 사업자 간의 트래블 룰 프로토콜을 통해 이동하며, 온체인이나 거래 메모에 기록되지 않습니다. 오늘날 시장은 파편화되어 있습니다. 사업자들은 TRP, Sumsub Travel Rule, Notabene, Veriscope, OpenVASP, Shyft 중 하나 이상을 선택합니다. 공통 언어는 모든 프로토콜이 읽고 쓰는 IVMS-101입니다.
이체 수신자는 수취인의 계좌에 자산을 입금하기 전에 데이터를 확인합니다.
모든 세션은 7가지 명확한 상태 중 하나로 귀결되므로, 코드는 항상 무엇을 해야 할지 알 수 있습니다.
Approved, 모든 확인 절차를 통과했습니다. 사용자를 다음 단계로 진행하세요.Declined, 하나 이상의 확인 절차에 실패했습니다. 전체 과정을 다시 실행하지 않고도 사용자가 특정 실패 단계를 재제출하도록 허용할 수 있습니다 (예: 셀카 재촬영).In Review, 규정 준수 검토를 위해 플래그가 지정되었습니다. 콘솔에서 케이스를 열고 모든 신호를 확인한 후 승인 또는 거부를 결정하세요.In Progress, 사용자가 현재 진행 중인 단계에 있습니다.Not Started, 링크가 전송되었지만, 사용자가 아직 열어보지 않았습니다. 너무 오래 방치되면 알림을 보내세요.Abandoned, 사용자가 링크를 열었지만, 시간 내에 완료하지 못했습니다. 다시 참여를 유도하거나 만료시키세요.Expired, 세션 링크가 만료되었습니다. 새 세션을 생성하세요.모든 상태 변경 시 서명된 웹훅이 실행되므로, 데이터베이스는 항상 동기화 상태를 유지합니다. 중단되거나 거부된 세션은 무료입니다.
프로덕션 데이터는 기본적으로 유럽 연합의 Amazon Web Services에 저장 및 처리됩니다. 엔터프라이즈 계약의 경우, 규제 당국이 요구하는 관할 구역에 따라 다른 지역을 요청할 수 있습니다.
모든 곳에서 암호화됩니다. 모든 데이터베이스, 객체 저장소 및 백업에서 AES-256 암호화가 적용됩니다. 모든 API 호출, 웹훅 및 비즈니스 콘솔 세션에서 전송 중인 데이터는 Transport Layer Security 1.3으로 보호됩니다. 생체 인식 데이터는 별도의 고객 마스터 키로 암호화됩니다.
데이터 보존 기간은 고객이 직접 제어할 수 있습니다. 기본 보존 기간은 무기한(무제한)이지만, 애플리케이션당 30일에서 10년 사이로 더 짧게 구성할 수 있으며, 대시보드 또는 API를 통해 언제든지 개별 세션을 삭제할 수 있습니다.
인증: SOC 2 Type 1 (Type 2 감사 진행 중), ISO/IEC 27001:2022, iBeta Level 1 PAD, 그리고 스페인 재무부 / SEPBLAC / CNMV의 공식 인증에 따르면 Didit의 원격 신원 확인은 대면 확인보다 안전합니다. 전체 보고서는 /security-compliance에서 확인할 수 있습니다.
Didit은 신원 인프라에 중요한 규제 기관에 대해 기본적으로 규정을 준수합니다.
자세한 메모, 모든 인증서, 모든 규제 기관 서신은 /security-compliance에서 확인할 수 있습니다.
세 가지 통합 경로 중 스택에 맞는 것을 선택하세요:
세 가지 모두 동일한 대시보드, 동일한 청구, 성공당 동일한 가격이 적용됩니다. 단계별 가이드는 docs.didit.me/integration/integration-prompt에서 확인할 수 있습니다.
실제 상황에서는 깔끔한 트래블 룰 패킷이 드뭅니다. 상대방이 부분적인 데이터를 보내거나, 필드가 KYC 이름과 일치하지 않거나, 주소 형식이 다를 수 있습니다. 두 가지 경로가 있습니다.
DECLINED로 반환되며 사용자에게 재제출을 요청합니다.IN_REVIEW로 반환되며 비즈니스 콘솔에 차이점이 강조된 케이스가 열립니다.AWAITING_USER로 반환되며 Didit이 자동으로 복구 세션을 생성하고 응답으로 확인 URL을 반환합니다.귀사의 컴플라이언스 팀은 케이스를 분류하고, 필요한 경우 추가 데이터를 요청하며, 콘솔 내에서 승인 또는 거부합니다. 검토자 메모, 결정 및 타임스탬프는 감사 기록을 위해 기록됩니다.
트래블 룰 데이터는 관계별이 아닌 이체별로 수집됩니다. 트래블 룰 패킷의 "새로고침"은 없습니다. 그러나 EU AML 패키지 및 동등한 규제 체제에 따라 이체 뒤에 있는 사용자는 지속적으로 모니터링되어야 합니다.
Didit은 다음을 실행합니다.
이 세 가지 모두 동일한 케이스 관리 화면에 피드되어, 한 명의 검토자가 사용자별 전체 상황을 파악할 수 있습니다.
대부분의 규제 기관은 모든 트래블 룰 이체 및 기본 사용자 신원에 대한 기록을 최소 5년 동안 보관하도록 요구하며, 감독 기관의 요청이 있을 경우 더 길어질 수 있습니다.
Didit의 보존 모델:
Didit은 스페인 재무부, 스페인 중앙은행, SEPBLAC이 공동으로 대면 확인보다 안전하다고 공식적으로 인증한 유일한 KYC 플랫폼입니다. 이 보고서는 귀사의 CASP 승인 패키지에 직접 제출됩니다.