Skip to main content
Didit erhält 7,5 Mio. $ für die Infrastruktur für Identität und Betrug
Didit
B2B Wiederverwendbares KYC

Teile eine verifizierte Identität mit deinen Partnern.
Server-to-Server.

Verifiziere einen Nutzer oder ein Unternehmen einmal. Teile das Ergebnis mit einem Partner, dieser onboardet dieselbe Person sofort. Kein zweiter Flow, kein zweites Selfie. Funktioniert für KYC und KYB. Entwickelt für Banking-as-a-Service, Multi-Brand-Gruppen, Embedded Finance und Marktplätze mit Sub-Plattformen.

Unterstützt von
Y CombinatorRobinhood Ventures
Didit B2B Reusable KYC, Server-to-Server KYC-Sharing mit Partnern über kurzlebige Share-Tokens.

Für Partner-Ökosysteme entwickelt

Einmal verifizieren.
Bei jedem Partner onboarden.

Dein Nutzer verifiziert sich einmal in deiner App. Dein Partner, dein BaaS-Sponsor, deine Schwestermarke, dein nachgelagerter Marktplatz, benötigt denselben Datensatz. Sende ihm einen einmaligen Share-Token. Er löst ihn ein und übernimmt die vollständige Verifizierung. Der Nutzer sieht nie einen zweiten Flow.

So funktioniert's

Von deiner App zum Partner in vier Schritten.

  1. Schritt 01

    Verifizierte Session auswählen

    Wähle eine abgeschlossene Verifizierung, genehmigt, abgelehnt oder in Prüfung, und fordere von Didit einen Share-Token an. Der Token läuft standardmäßig nach einer Stunde ab; du kannst die Gültigkeit von einer Minute bis zu einem ganzen Tag festlegen.

  2. Schritt 02

    Token an Partner senden

    Übergib den Token deinem Partner über dein eigenes Backend, per Webhook, Queue oder REST-Call. Der Token funktioniert nur für den Partner, den du beim Erstellen benannt hast. Niemand sonst kann ihn einlösen.

  3. Schritt 03

    Dein Partner importiert den Datensatz

    Dein Partner löst den Token ein und wählt, wie der Nutzer onboardet werden soll, vertraue deiner Entscheidung und genehmige sofort, oder übernimm die Rohdaten und lass das Compliance-Team deines Partners entscheiden.

  4. Schritt 04

    Die vollständige Session landet in seiner App

    Didit klont den gesamten Datensatz, Dokumente, Selfie, Gesichtsabgleich, AML, Registerdaten, UBOs, in den Workspace deines Partners. Dieselbe Struktur wie eine frische Verifizierung, mit einem klaren Audit-Trail zurück zum Original.

Entwickelt für BaaS · Embedded Finance · Multi-Brand-Gruppen

Eine Verifizierung. Jede Partnerplattform.

Token erstellen. Senden. Importieren. Onboarding-Geschwindigkeit wählen. Sechs Bausteine decken jede Art von Partner-Ökosystem ab, derselbe Aufruf für KYC und KYB.
01 · Share-Token erstellen

Generiere ein Einmal-Token für deinen Partner.

Wähle eine abgeschlossene Verifizierung und fordere von Didit einen Token an, der auf einen Partner zugeschnitten ist. Die Standard-Gültigkeitsdauer beträgt eine Stunde; du kannst sie von einer Minute bis zu einem ganzen Tag festlegen. Der Token funktioniert nur für den Partner, den du benannt hast, niemand sonst kann ihn jemals einlösen.
Session-API teilen
02 · Session importieren

Dein Partner ruft den vollständigen Datensatz ab.

Dein Partner löst den Token ein und Didit klont die gesamte Verifizierung in seinen Workspace, frische Session, dieselben Daten, vollständiger Audit-Trail zurück zum Original. Er taggt sie mit seiner eigenen internen Nutzer-ID und wählt den Workflow, in dem sie landet.
Geteilte Session-API importieren
03 · Vertrauen oder erneut prüfen

Sofort onboarden oder zur Compliance erneut prüfen.

Vertraue deiner Entscheidung und lass deinen Partner den Nutzer genehmigen, sobald der Token ankommt. Oder übergebe ihm die Rohdaten und lass sein Compliance-Team die Entscheidung treffen. Umschaltbar pro Partner, derselbe Call, zwei Onboarding-Geschwindigkeiten.
Wiederverwendbarer KYC-Leitfaden
04 · KYC + KYB · beide Modi

Teile eine Person oder ein ganzes Unternehmen.

Derselbe Call funktioniert für beide Formen. Teile eine verifizierte Person, und dein Partner erhält das Dokument, das Selfie, den Abgleich und jeden AML-Treffer. Teile ein verifiziertes Unternehmen, und er erhält den Registereintrag, jeden Ultimate Beneficial Owner, jedes Officer-KYC, jedes Dokument, jedes Screening.
Geschäftsverifizierung (KYB)
05 · Passend für Partner-Ökosysteme

Entwickelt für Unternehmen, bei denen eine Verifizierung für viele dient.

Banking-as-a-Service-Sponsoren. Multi-Brand-Gruppen, Neobank plus Broker, On-Ramp plus Exchange. Embedded Finance über Partnerbanken. Marktplätze mit regionalen Sub-Plattformen. White-Label-Reseller. Kreditgeber-Netzwerke. Überall dort, wo ein Nutzer, oder ein Unternehmen, einmal onboardet wird und viele bedient.
Workflow Orchestrator
06 · Compliance by Design

Standardmäßig auditsicher.

Didit erstellt Tokens nur für abgeschlossene Verifizierungen, keine halb erfassten Flows gelangen zu Partnern. Derselbe Token kann niemals zweimal importiert werden. Beide Seiten unterzeichnen eine GDPR-Datenaustauschvereinbarung; Didit liefert die technische Komponente.
Sicherheit + Compliance
Integrieren

Zwei Calls. Eine Übergabe.

Du erstellst einen Token auf deiner Seite. Dein Partner importiert ihn auf seiner. Derselbe Vertrag auf beiden Seiten, funktioniert für KYC und KYB.
POST /v3/session/{id}/share/Service X · Mint
$ curl -X POST https://verification.didit.me/v3/session/$SID/share/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "for_application_id": "partner-app-uuid",
    "ttl_in_seconds": 3600
  }'
201Erstellt{ "share_token": "eyJhbGciOi…" }
Gib das Token über einen vorab vereinbarten Backend-Kanal an Service Y weiter.Dokumentation →
POST /v3/session/import-shared/Service Y · Import
$ curl -X POST https://verification.didit.me/v3/session/import-shared/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "share_token": "eyJhbGciOi…",
    "workflow_id": "wf_partner_kyc",
    "vendor_data": "partner-user-42",
    "trust_review": true
  }'
201Erstellt{ "status": "Approved", "session_kind": "user" }
Setze trust_review: false, um die Session in den Status „In Review“ zu versetzen.Dokumentation →
Agenten-fertige Integration

Partner-KYC-Sharing mit einem Prompt umsetzen.

Füge den folgenden Block in Claude Code, Cursor, Codex, Devin, Aider oder Replit Agent ein. Der Agent verbindet Didit, erstellt die Übergabe auf beiden Seiten und setzt es um.
didit-integration-prompt.md
# Didit B2B Reusable KYC — partner-to-partner KYC sharing

You are integrating Didit's B2B Reusable Know Your Customer (KYC) into <my_stack>. The recipe is server-to-server: one Didit application (Service X) mints a short-lived JSON Web Token (JWT) share token for a finished session; a partner Didit application (Service Y) imports the token and Didit clones the full verified session into Service Y. Works for both KYC and Know Your Business (KYB) sessions.

Built for Banking-as-a-Service (BaaS) sponsor banks, multi-brand financial groups, embedded finance through partner banks, marketplaces with regional or vertical sub-platforms, on-ramp + exchange ecosystems, white-label resellers, and B2B KYB consortia where the same legal entity onboards once and serves many. Every URL, header, and enum value below is canonical — do not paraphrase or "improve" them.

## 1. Provision both applications
- Sign up: https://business.didit.me (no credit card required).
- Or provision programmatically: POST https://apx.didit.me/auth/v2/programmatic/register/
- Create TWO applications in your Didit organisation. One acts as Service X (mints share tokens), the other as Service Y (imports them). In production these will usually live in different organisations — one per partner.
- Each application has its own `x-api-key`. Service X uses its own key to mint; Service Y uses its own key to import.

## 2. Service X — mint a share token

Service X picks a finished session it owns and posts to the share endpoint:

  POST https://verification.didit.me/v3/session/{sessionId}/share/
  Headers:
    x-api-key: <Service X api key>
    Content-Type: application/json
  Body:
    {
      "for_application_id": "<partner-application-uuid>",
      "ttl_in_seconds": 3600
    }

Bounds on `ttl_in_seconds`: min 60, max 86400, default 3600.

Requirements:
  - The session must be in a FINISHED status: "Approved", "Declined", or "In Review".
  - The API key must hold the `write:sessions` privilege.
  - `for_application_id` must be a real Didit application uuid — usually the partner's app.

Response: 201 Created with the JWT in the `share_token` field plus `for_application_id` and `session_kind` ("user" or "business" — Didit detects this from the source session and embeds it in the token):

  {
    "share_token": "eyJhbGciOiJIUzI1NiJ9...",
    "for_application_id": "partner-app-uuid",
    "session_kind": "user"
  }

## 3. Transmit the token to Service Y

Service X transmits the `share_token` to Service Y over a pre-arranged backend channel — REST, message queue, signed webhook, anything you control. The token is scoped to Service Y's application and useless to any other application.

## 4. Service Y — import the shared session

Service Y posts the token to the import endpoint:

  POST https://verification.didit.me/v3/session/import-shared/
  Headers:
    x-api-key: <Service Y api key>
    Content-Type: application/json
  Body:
    {
      "share_token": "<jwt from step 2>",
      "workflow_id": "<Service Y's own workflow id>",
      "vendor_data": "<Service Y's internal user id>",
      "trust_review": true
    }

`trust_review`:
  - `true`  → the imported session preserves the original status ("Approved" / "Declined" / "In Review"). Service Y onboards the user instantly. Use when Service Y fully trusts Service X's decision (sister brand, regulated partner with a signed data-sharing agreement).
  - `false` → the imported session lands in "In Review" so Service Y's compliance team makes its own call. Safe default for new partner relationships.

Response: 201 Created with a brand-new session in Service Y's application:

  {
    "session_id": "<new uuid>",
    "session_number": <int>,
    "session_kind": "user" | "business",
    "status": "Approved" | "In Review" | "Declined",
    "shared_from_session": "<original session uuid in Service X>",
    "vendor_data": "<Service Y's internal user id>",
    "id_verifications": [...],
    "liveness_checks": [...],
    "face_matches": [...],
    "aml_screenings": [...],
    "database_validations": [...],
    "proof_of_address": [...],
    "phone_verifications": [...],
    "email_verifications": [...]
  }

For a `session_kind: "business"` token Didit clones the KYB shape instead. KYB session statuses are UPPER_SNAKE_CASE (not Title Case like KYC):

  {
    "session_id": "<new uuid>",
    "session_kind": "business",
    "status": "APPROVED",
    "shared_from_session": "<original business session uuid>",
    "vendor_data": "<Service Y's internal business id>",
    "registry_checks": [...],
    "key_people_checks": [...],
    "document_verifications": [...],
    "aml_screenings": [...],
    "questionnaires": [...]
  }

A new User or Business entity is auto-created in Service Y if one with the supplied `vendor_data` doesn't already exist.

## 5. Idempotency, expiration, errors

| Status | Reason |
|--------|--------|
| 401 | Share token invalid or past `exp` — request a new one. |
| 403 | Token not intended for your application, OR session already imported into your app. |
| 404 | Original session no longer exists. |
| 404 | `workflow_id` not found in your application. |

The duplicate-import check is enforced against the (share_token, partner application) pair.

## 6. Webhooks (optional, only when Service Y wants async updates)

Service Y can register a webhook destination once via:

  POST https://verification.didit.me/v3/webhook/destinations/
  Body: url, subscribed_events: ["status.updated"]

Every webhook delivery carries an `X-Signature-V2` header you MUST verify before trusting the payload. 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.

Algorithm:
  1. sortKeys(payload) recursively
  2. shortenFloats (truncate trailing zeros after the decimal point)
  3. JSON.stringify the result
  4. HMAC-SHA256 with the secret_shared_key
  5. Hex-encode, compare to the X-Signature-V2 header.

## 7. Hard rules — do not change
- Base URL for /v3/* endpoints is verification.didit.me (NOT apx.didit.me).
- Auth header is x-api-key (lowercase, hyphenated).
- Webhook signature header is X-Signature-V2 (NOT X-Signature).
- Status casing matches exactly: "Approved", "Declined", "In Review", "Not Finished" (Title Case With Spaces — KYC convention).
- session_kind is lowercase: "user" or "business".
- The share API is BUSINESS-to-BUSINESS sharing. Service X and Service Y are responsible for the data-sharing legal basis under General Data Protection Regulation (GDPR), UK GDPR, and any cross-border transfer rules. Didit ships the technical capability; you ship the data-sharing agreement.

## 8. Pricing reference (public)
- Service X already paid for the original verification (full KYC bundle is $0.30 or KYB session starts at $2.00; see didit.me/pricing).
- Service Y pays nothing on the import side — `POST /v3/session/import-shared/` is included with every plan.
- 500 free verifications every month on every account (applies to fresh captures, not imports).

## 9. Verify your integration
- Sandbox starts on signup at https://business.didit.me — no separate flag.
- Create two sandbox applications: one as Service X (issuer), the other as Service Y (importer). Use Service X's API key to mint a token for a finished sandbox session, hand the token off, use Service Y's API key to import.
- Switch to live: flip each application's environment toggle in console.

When in doubt:
- https://docs.didit.me/sessions-api/share-session/overview
- https://docs.didit.me/sessions-api/share-session/share
- https://docs.didit.me/sessions-api/share-session/import
- https://docs.didit.me/core-technology/reusable-kyc/share-kyc-via-api
Brauchst du mehr Kontext? Siehe die vollständige Moduldokumentation.docs.didit.me →
Compliant by Design

Ein neues Land mit einem Klick erschließen. Wir machen die Arbeit.

Wir gründen lokale Tochtergesellschaften, sichern Lizenzen, führen Penetrationstests durch, erhalten Zertifizierungen und passen uns jeder neuen Regulierung an. Um Verifizierungen in einem neuen Land zu starten, legst du einfach einen Schalter um. Über 220 Länder live, vierteljährlich auditiert und Pen-getestet, der einzige Identitätsanbieter, den eine EU-Mitgliedsregierung offiziell als sicherer als die persönliche Verifizierung eingestuft hat.
Sicherheits- & Compliance-Dossier lesen
EU Financial Sandbox
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
Informationssicherheit · 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
EU-konform by Design

Zahlen, die überzeugen

Zahlen, die überzeugen
  • 60s–24h
    Lege die Token-Lebensdauer fest, von einer Minute bis zu einem ganzen Tag.
  • KYC + KYB
    Teile die Daten einer Person oder eines ganzen Unternehmens, derselbe Aufruf, beide Formate.
  • $0.00
    Dein Partner zahlt nichts für den Import der von dir geteilten Verifizierung.
  • 0
    Jeden Monat kostenlose Verifizierungen für jedes Konto.
Drei Stufen, eine Preisliste

Kostenlos starten. Nach Nutzung zahlen. Bis zum Enterprise-Level skalieren.

500 kostenlose Verifizierungen jeden Monat, für immer. Pay-as-you-go für die Produktion. Individuelle Verträge, Datenresidenz und SLAs (Service Level Agreements) für Enterprise.
Kostenlos

Kostenlos

$0 / Monat. Keine Kreditkarte erforderlich.

  • Kostenloses KYC-Paket (ID-Verifizierung + passive Lebenderkennung + Gesichtsabgleich + Geräte- & IP-Analyse), 500 / Monat, jeden Monat
  • Blockierte Nutzer
  • Duplikaterkennung
  • Über 200 Betrugssignale pro Session
  • Wiederverwendbares KYC im Didit-Netzwerk
  • Case Management Plattform
  • Workflow Builder
  • Öffentliche Docs, Sandbox, SDKs, MCP (Model Context Protocol) Server
  • Community Support
Am beliebtesten
Zahlung nach Nutzung

Nutzungsbasiert

Zahle nur, was du nutzt. Über 25 Module. Öffentliche Preise pro Modul, keine monatliche Mindestgebühr.

  • Full KYC für $0.33 (ID + Biometrie + IP / Gerät)
  • Über 10.000 AML-Datensätze, Sanktionen, PEPs, Adverse Media
  • Über 1.000 staatliche Datenquellen für Datenbankvalidierung
  • Transaktionsüberwachung für $0.02 pro Transaktion
  • Live KYB für $2.00 pro Unternehmen
  • Wallet Screening für $0.15 pro Prüfung
  • Whitelabel-Verifizierungsflow, deine Marke, unsere Infrastruktur
Enterprise

Enterprise

Individuelle MSA & SLA. Für große Volumina und regulierte Programme.

  • Jahresverträge
  • Individuelle MSA, DPA und SLA
  • Dedizierter Slack- und WhatsApp-Kanal
  • Manuelle Prüfer auf Abruf
  • Reseller- und White-Label-Konditionen
  • Exklusive Features und Partnerintegrationen
  • Benannter CSM, Sicherheitsprüfung, Compliance-Support

Kostenlos starten → nur zahlen, wenn eine Prüfung läuft → Enterprise für einen individuellen Vertrag, SLA oder Datenresidenz freischalten.

FAQ

Häufige Fragen

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 is B2B Reusable KYC?

B2B Reusable KYC lets one business hand a verified user or company to another business, so the partner onboards the same person without running the verification again.

It works in two steps:

  • Mint a share token. Pick a finished verification in your app, ask Didit for a one-time token tied to one named partner. Default lifetime is one hour; you can stretch it from one minute to a full day. Nobody else can ever redeem it.
  • Your partner imports the session. They redeem the token and Didit clones the full record into their workspace, documents, selfie, face match, AML hits, registry data, Ultimate Beneficial Owners (UBOs). Same shape as a fresh verification, with a clean audit trail back to the original.

Your partner picks the onboarding speed. Trust your decision and approve the user instantly, or pull the data raw and let their compliance team make the call.

Works for both Know Your Customer (KYC) and Know Your Business (KYB), same call, both shapes.

Full reference: docs.didit.me/sessions-api/share-session.

Who is this for?

Any business model where one platform onboards a user once and several partner platforms need that same verification:

  • Banking-as-a-Service (BaaS), your sponsor bank or BIN sponsor needs the same Know Your Customer (KYC) data you already collected. Mint a share token from your application, the sponsor imports it.
  • Multi-brand financial groups, a single user onboards into Brand A and the same group needs them in Brand B (neobank + broker, fintech + lending arm, e-money + crypto on-ramp).
  • Embedded finance / Software-as-a-Service (SaaS) marketplaces, a vertical Software-as-a-Service offers payments or lending through partner banks; share the verification with whichever bank routes the user.
  • Marketplaces with sub-platforms, a parent marketplace verifies sellers once and downstream regional / vertical marketplaces inherit the verification.
  • On-ramps and exchanges, a fiat on-ramp shares the verified user with the exchange that lists assets; no second selfie capture.
  • B2B Know Your Business (KYB) ecosystems, verify a business once (registry + UBOs + AML + documents) and share that record across every partner that onboards the same legal entity.

If you can write a data-sharing agreement with your partner, this API ships the technical half.

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.

What does the import response look like?

POST /v3/session/import-shared/ returns 201 Created with a brand-new session in your application, fresh session_id and session_number, full payload cloned from the source.

Key fields:

  • status, Approved / Declined / In Review (preserved when trust_review: true, forced to In Review when trust_review: false).
  • session_kind, user (KYC) or business (KYB).
  • shared_from_session, points at the original session in the source application. Canonical signal that this session was imported, not freshly captured.
  • vendor_data, the internal user / business id YOU passed on the import call.
  • KYC relations cloned: id_verifications, liveness_checks, face_matches, aml_screenings, database_validations, proof_of_address, location_checks, phone_verifications, email_verifications.
  • KYB relations cloned: registry_checks, key_people_checks (with their nested KYCs), document_verifications, aml_screenings, questionnaires.

Identical shape to a fresh session, your existing webhook handler reads it the same way.

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.

Infrastruktur für Identität und Betrugsprävention.

Eine API für KYC, KYB, Transaktionsüberwachung und Wallet-Screening. In 5 Minuten integriert.

Lass dir diese Seite von einer KI zusammenfassen