Выдайте подписанный Didit идентификатор после одного KYC за $0.33. Пользователь предъявляет его на всех других платформах, работающих на Didit, с выборочным раскрытием данных, бесплатно, навсегда, в соответствии с правилами EU identity wallet.
Нам доверяют более 2000 организаций по всему миру.
Что дает многоразовый идентификатор
Идентификация в кармане пользователя. Бесплатно для всех, кто ее принимает.
Каждый KYC от Didit отправляет подписанный многоразовый идентификатор в кошелек пользователя.
Каждая принимающая платформа бесплатно проверяет его с выборочным
раскрытием данных. Одна проверка, любой бизнес, который принимает Didit. 500
проверок бесплатно каждый месяц.
Как это работает
От регистрации до верифицированного пользователя за четыре шага.
Шаг 01
Создайте рабочий процесс
Выберите нужные проверки, ID, liveness, сравнение лиц, санкции, адрес, возраст, телефон, email, пользовательские вопросы. Перетащите их в рабочий процесс на дашборде или отправьте тот же процесс в наш API. Разветвляйте по условиям, проводите A/B-тесты, код не требуется.
Шаг 02
Интегрируйте
Встраивайте нативно с помощью наших SDK для Web, iOS, Android, React Native или Flutter. Перенаправляйте на размещенную страницу. Или просто отправьте пользователю ссылку, по email, SMS, WhatsApp, куда угодно. Выберите то, что подходит вашему стеку.
Шаг 03
Пользователь проходит процесс
Didit управляет камерой, подсказками по освещению, передачей данных с мобильных устройств и доступностью. Пока пользователь проходит процесс, мы оцениваем более 200 признаков мошенничества в реальном времени и проверяем каждое поле по авторитетным источникам данных. Результат менее чем за две секунды.
Шаг 04
Вы получаете результаты
Подписанные вебхуки в реальном времени синхронизируют вашу базу данных в момент одобрения, отклонения или отправки пользователя на проверку. Опрашивайте API по запросу. Или откройте консоль, чтобы просмотреть каждую сессию, каждый сигнал и управлять кейсами по-своему.
Создано для многоразовых идентификаторов · Цена как у инфраструктуры
Один KYC. Каждая последующая платформа бесплатно.
Настоящий многоразовый идентификатор, это не одна функция, а целая система. Выпуск, хранение, предъявление, выборочное раскрытие, обновление, отзыв. Все в рамках одной сессии /v3/.
Пользователь впервые проходит стандартную проверку за $0.33. После успешного завершения Didit подписывает учетные данные и отправляет их в приложение Didit или любой цифровой кошелек ЕС, поддерживающий Architecture Reference Framework.
Credential lands in the Didit app or an EUDI Wallet.
02 · Выборочное раскрытие данных
Раскрывайте только то, что нужно верификатору.
Подтвердите возраст старше 18 лет, не раскрывая дату рождения. Подтвердите страну, не раскрывая адрес. SD-JWT (Selective Disclosure JSON Web Tokens) обеспечивают криптографическую подпись каждого раскрытия данных.
Signed by the issuer; verifier validates on the disclosed fields.
03 · Совместимость кошельков
Любой кошелек, совместимый с EUDI.
Учетные данные, выпущенные Didit, работают в приложении Didit и любом национальном цифровом кошельке ЕС (Cartera Digital, IT Wallet, национальные кошельки стран-членов). Единый поток представления OpenID для верифицируемых учетных данных на всех платформах.
Same OpenID for Verifiable Credentials flow on every surface.
04 · Эмитент · Владелец · Верификатор
Три роли. Одно удостоверение.
Эмитент подписывает учетные данные после KYC. Пользователь хранит их в своем кошельке. Верификатор проверяет подпись эмитента только по раскрытым полям. Стандартный треугольник доверия верифицируемых учетных данных.
Issuer signs the credential → holder stores it in the wallet → verifier requests fields
→ holder approves disclosure → verifier validates signature on disclosed fields only.
05 · Актуальность данных
Актуальность данных автоматически.
Непрерывный AML-мониторинг ежедневно перепроверяет пользователя. Истечение срока действия документа, изменение имени, попадание в санкционные списки, все это автоматически отражается в учетных данных. Устаревшие учетные данные отклоняются при предъявлении.
Stale credentials are rejected at presentation time.
06 · Бесплатное получение
Бесплатно для каждой принимающей платформы.
Выпуск учетных данных включен в каждый KYC. Хранение в кошельке осуществляется на устройстве пользователя. Представление, выборочное раскрытие и проверка подписи бесплатны навсегда. Непрерывное обновление AML-данных стоит $0.07 за пользователя в год для аккаунтов с большим объемом операций.
201Созданохостинг-поток обнаруживает учетные данные или запускает полный KYC
GET /v3/session/{sessionId}/decision/Читать
$ curl https://verification.didit.me/v3/session/$SID/decision/ \
-H "x-api-key: $DIDIT_API_KEY"# Возвращает раскрытые поля + цепочку эмитента# когда `reusable_identity.presented` имеет значение true.# Возвращает полный пакет доказательств KYC# когда была проведена новая проверка KYC.
200OKСтатус: Одобрено · На рассмотрении · Отклонено · Истек срок
Интеграция, готовая для агентов
Запустите флоу многоразовой идентификации с помощью одного промпта.
Вставьте в Claude Code, Cursor, Codex, Devin, Aider или Replit Agent. Укажите свой стек. Агент построит рабочий процесс, подключит обнаружение кошелька, объявит раскрытые поля и настроит вебхук.
didit-integration-prompt.md
You are integrating Didit's Reusable Identity / eIDAS 2.0 acceptance into your platform. Two flows:
1. Issue — when a new user runs a full KYC on your platform, they leave with a Didit-signed Reusable Identity credential in their wallet (the Didit app or any EU Digital Identity Wallet).
2. Accept — when a user arrives at your platform already holding a Didit-signed credential, the session detects it and short-circuits, returning Approved without re-running the full KYC.
Bundle pricing (verified live 2026-05-16):
- First verification (issuance side): $0.33 per user (Sessions API full KYC bundle)
- Issuance: free — the signed credential is included with every KYC
- Reuse on the verifying side: free, forever
- Selective disclosure: free
- Continuous Anti-Money Laundering (AML) refresh: $0.07 per user per year (automatic)
- 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 (for issuance)
* Reusable Identity acceptance turned on (for acceptance — toggle in the Workflow Builder)
- Optional: the Didit mobile SDK (iOS / Android / React Native / Flutter) for native deep-link wallet handoff.
STEP 1 — Open a session that accepts a Reusable Identity if presented
POST https://verification.didit.me/v3/session/
Headers:
x-api-key: <your api key>
Content-Type: application/json
Body:
{
"workflow_id": "<wf id with Reusable Identity acceptance on>",
"vendor_data": "<your user id>",
"callback": "https://<your-app>/onboarding/callback",
"metadata": {
"purpose": "platform_onboarding",
"request_fields": ["full_name", "age_over_18", "country_of_residence"]
}
}
Optional in body: declare the exact fields you need disclosed via metadata.request_fields. Didit's hosted flow will prompt the user to approve only those specific fields when they present a Reusable Identity credential.
Response: 201 Created with the hosted session URL. Redirect the user.
STEP 2 — The hosted flow detects (or runs) the verification
Two paths from this one endpoint:
Path A — User has a Didit-signed credential
- The hosted flow detects the credential via a wallet-handoff prompt (universal link on mobile, popup-bridge on desktop)
- The user approves the disclosure of the requested fields
- Didit validates the issuer signature + credential freshness server-side
- Session returns Approved with the disclosed fields populated on the decision payload
- Cost: $0 on the verifying side
Path B — User does NOT have a credential
- The hosted flow runs the full KYC bundle (ID + Liveness + Face Match + Device & IP + AML)
- At completion, Didit issues a Reusable Identity credential to the user's wallet
- Session returns Approved with the full decision payload
- Cost: $0.33 on the verifying-and-issuing side
Same endpoint, same webhook, same status enum. The path is transparent to your back-end.
STEP 3 — Read the signed webhook
Didit POSTs to your callback. Session statuses (Title Case With Spaces):
Body (excerpted):
{
"session_id": "<uuid>",
"vendor_data": "<your user id>",
"status": "Approved",
"id_verification": { "status": "Approved" },
"liveness": { "status": "Approved" },
"face": { "status": "Approved", "similarity_score": 0.94 },
"ip_analysis": { "status": "Approved" },
"aml": { "status": "Approved", "hits": [] },
"reusable_identity": {
"presented": true,
"issuer": "<issuing-platform name>",
"issued_at": "<timestamp>",
"disclosed_fields": ["full_name", "age_over_18", "country_of_residence"]
}
}
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.
When reusable_identity.presented is true, the user re-presented an existing credential and the verification was free; when false, a fresh KYC was run and billed at $0.33.
STEP 4 — Retrieve the full decision later
GET https://verification.didit.me/v3/session/{sessionId}/decision/
Headers:
x-api-key: <your api key>
Returns the full payload including: document scan + extracted Machine-Readable Zone (MRZ) data, biometric similarity, AML hits, device + IP risk signals, 200+ fraud signals, HMAC signature, and (if presented) the credential issuance chain.
Same evidence pack regardless of issuance vs reuse — the verifier never sees less than a fresh KYC would deliver.
STEP 5 — Continuous AML monitoring is automatic
Every approved user (issued OR presented) is re-screened daily against 1,300+ sanctions, PEP, and adverse-media lists at $0.07 per user per year on heavy-volume accounts. When a previously-clean user crosses an AML threshold, the credential's AML field is updated automatically; every receiving platform sees the refreshed status on next presentation.
When the user revokes a credential from their wallet, your receiving platform's webhook fires with status: Expired and the credential is dropped from the user's account.
STEP 6 — Selective disclosure at presentation time
Pass the exact fields you need via metadata.request_fields at session creation. Recommended minimum-disclosure patterns:
- Age-gate (UK Online Safety Act, France SREN): ["age_over_18"]
- Country-gate: ["country_of_residence"]
- Full name + verified-human: ["full_name", "verified_human"]
- AML-clear gate (lending): ["aml_clear", "full_name"]
- Full identity (banking, payments): ["full_name", "date_of_birth", "address", "document_number", "aml_clear"]
The user sees a single approval prompt listing the requested fields. Anything not listed is never disclosed to your platform.
WEBHOOK EVENT NAMES
- Sessions: status changes flow through the standard session webhook (verify X-Signature-V2 HMAC SHA-256).
- Credential lifecycle: status: Expired fires when a holder revokes the credential.
CONSTRAINTS
- Session statuses use Title Case With Spaces. Don't UPPER_SNAKE_CASE them.
- Reusable Identity acceptance is OFF by default; turn it on in the Workflow Builder.
- Selective disclosure is the privacy default — fields not in metadata.request_fields are never returned, even if the credential carries them.
- Default record retention is 5 years post-relationship per the EU AML package.
- 200+ fraud signals are evaluated on every session, issued or presented, at no extra cost.
Read the docs:
- https://docs.didit.me/sessions-api/create-session
- https://docs.didit.me/sessions-api/retrieve-session
- https://docs.didit.me/core-technology/reusable-kyc/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.
Соответствие по умолчанию
Откройте новую страну в один клик. Мы берем на себя сложную работу.
Мы открываем местные дочерние компании, получаем лицензии, проводим пентесты, получаем сертификаты и адаптируемся к каждому новому регулированию. Чтобы запустить верификацию в новой стране, просто переключите тумблер. Более 220 стран в работе, ежеквартальные аудиты и пентесты, единственный провайдер идентификации, который правительство страны-члена ЕС официально назвало более безопасным, чем личная верификация.
За первую верификацию, единственный раз, когда пользователь платит за пакет KYC от Didit.
Free
На каждой принимающей платформе. Каждое повторное использование, каждое предъявление, каждое выборочное раскрытие.
0
Государства-члены ЕС. Удостоверение Didit совместимо с каждым кошельком EUDI, построенным на основе Architecture Reference Framework.
0
Бесплатные верификации каждый месяц, на каждом аккаунте.
Три тарифа, один прайс-лист
Начните бесплатно. Платите за использование. Масштабируйтесь до Enterprise.
500 бесплатных верификаций каждый месяц, навсегда. Оплата по факту использования для продакшена. Индивидуальные контракты, размещение данных и SLA (Service Level Agreements) для Enterprise.
Бесплатно
Бесплатно
$0 / месяц. Кредитная карта не требуется.
Бесплатный пакет KYC (верификация личности + пассивная проверка живости + сопоставление лиц + анализ устройства и IP), 500 в месяц, каждый месяц