Finde jedes Modul, jeden Endpunkt und jeden Webhook.
Der beste Weg,
Identität und Betrug zu integrieren.
Sandbox öffnen, einen Curl-Befehl einfügen und in 5 Minuten live gehen. Öffentliche Dokumentation, fünf Software Development Kits (SDKs) und ein Model Context Protocol (MCP)-Server, damit ein Artificial Intelligence (AI)-Coding-Agent Didit für dich integrieren kann. 0,33 $ pro vollständigem KYC-Check, 500 kostenlos jeden Monat.


Über 2.000 Organisationen weltweit vertrauen uns.
In fünf Minuten verifiziert.
Erstelle dein Didit-Konto.
- In der Business Console: Melde dich in unter sechzig Sekunden auf
business.didit.mean, keine Karte, keine Verkaufsbarriere. - Per Application Programming Interface (API): Rufe
POST https://apx.didit.me/auth/v2/programmatic/register/auf, dannPOST .../verify-email/.
Beide Wege führen zu einem Sandbox-API-Key, gleiche Struktur wie in der Produktion, jedes Modul freigeschaltet.
Gerade ausgestellt, keine Karte, kein Vertrag, kein Anruf.
- Kein Minimum
- Kein Vertrag
- 500 kostenlos / Monat
- Offene Sandbox
Wähle Module. Baue deinen Workflow.
- In der Business Console: Ziehe die Module per Drag-and-drop in den Workflow Builder, Identitätsdokumentenprüfung, Passive Liveness, Gesichtsabgleich, Anti-Money Laundering (AML), Wallet Screening, Internet Protocol (IP)-Analyse und 19 weitere.
- Per API: Rufe
POST /v3/workflows/aufverification.didit.memit den gewünschten Modulen auf.
Beide Wege geben dir eine workflow_id zurück, die du bei jeder Session übergeben wirst.
- ID Verification
- Passive Liveness
- Face Match 1:1
- AML Screening
- Device & IP Analysis
- Adressnachweis
- NFC-Lesen
- Telefonverifizierung
- Wallet-Screening
- Benutzerdefinierter Fragebogen
Konfiguriere ein Webhook-Ziel für jedes Ergebnis.
- In der Business Console: Füge deine Webhook Uniform Resource Locator (URL) hinzu, wähle die Ereignisse aus und kopiere das von Didit generierte Signatur-Secret.
- Per API: Rufe
POST /v3/webhook/destinations/mitlabel,urlundsubscribed_eventsauf. Die Antwort gibt dir densecret_shared_keyzurück, den Didit zum Signieren jeder Lieferung verwendet.
- POST/v3/session/38ms201
- GET/v3/session/{id}/decision/24ms200
- PATCH/v3/session/{id}/update-status/31ms200
- GET/v3/session/{id}/generate-pdf52ms200
- POST/v3/lists/{id}/entries/face-upload/44ms201
- POST/v3/transactions/29ms201
Jeder Endpunkt offen · jeder Webhook HMAC-signiert.
Erstelle eine Session, per Software Development Kit (SDK) oder direkter API.
- Mit einem Software Development Kit (SDK): Integriere das native SDK für Web, iOS, Android, React Native oder Flutter, darunter liegt derselbe
/v3/-Vertrag. - Per API: Rufe
POST /v3/session/mit derworkflow_idund einemvendor_data-Wert (deine Benutzerkennung) auf.
Die Antwort gibt dir eine Verifizierungs-URL, um in deiner App weiterzuleiten oder einzubetten.
$ curl -X POST /v3/session/ \
-H "x-api-key: $DIDIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"workflow_id": "3daf4c64-...",
"vendor_data": "u_42",
"callback": "https://acme.com/webhook"
}'Höre auf den Webhook, oder frage ab.
- Echtzeit-Webhook: Dein Endpunkt feuert bei jeder Statusänderung. Lies den
status("Approved","Declined","In Review","Resubmitted", …), aktualisiere deine Datenbank, gehe live. - Per Polling: Rufe
GET /v3/session/:session_id/decision/für dieselbe Payload auf, nützlich, wenn dein Stack keinen eingehenden Traffic akzeptieren kann.
Status-Strings sind exakt und case-sensitiv. Der vollständige Zustandsautomat ist unter docs.didit.me/integration/verification-statuses zu finden.
- evt_9c2session.verified2.4s ago200 OK
- evt_9c1session.review_started12s ago200 OK
- evt_9c0session.aml_hit1m ago200 OK
- evt_9bfsession.declined3m ago200 OK
Jede Oberfläche öffentlich. Keine Verkaufsgespräche.
Implementiere einen KYC-Flow in 5 Minuten.
Lies die OpenAPI 3.1 Spezifikation.
Bette es in Web, iOS, Android, React Native oder Flutter ein.
Erhalte HMAC-signierte Events bei jeder Statusänderung.
Lies die vollständige Session-Zustandsmaschine.
Füge einen Prompt ein. Implementiere die KYC-Integration.
Verbinde Didit mit jedem MCP-Client.
Vorgefertigte Verifizierungs-, AML- und KYB-Skills.
Ein Curl. Fünf SDKs.
$ curl -X POST /v3/session/ \
-H "x-api-key: $DIDIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"workflow_id": "3daf4c64-...",
"vendor_data": "u_42",
"callback": "https://acme.com/webhook"
}'Für Entwickler und AI-Agenten entwickelt.
Eine API für Identität und Betrug.
In einem einzigen Prompt integrieren.
Jeder Flow. Jedes Land. Jeder Anwendungsfall.
Keine Paywall. Kein Verkaufsgespräch. Leg einfach los.
Gerade ausgestellt, keine Karte, kein Vertrag, kein Anruf.
- Kein Minimum
- Kein Vertrag
- 500 kostenlos / Monat
- Offene Sandbox
Zahl nur, was du nutzt. Punkt.
- ID Verification$0.15
- Passive Liveness$0.10
- Face Match 1:1$0.05
- AML Screening$0.20
- Device & IP Analysis$0.03
- Wallet Screening (KYT)$0.15
500 kostenlos / Monat · kein Minimum · kein Jahresvertrag.
Offene API. Bau darauf auf.
- POST/v3/session/38ms201
- GET/v3/session/{id}/decision/24ms200
- PATCH/v3/session/{id}/update-status/31ms200
- GET/v3/session/{id}/generate-pdf52ms200
- POST/v3/lists/{id}/entries/face-upload/44ms201
- POST/v3/transactions/29ms201
Jeder Endpunkt offen · jeder Webhook HMAC-signiert.
SDKs für jede Plattform.
Die schnellsten Verifizierungen am Markt.
- p500.00s
- p950.00s
- p990.00s
Schnellste Verifizierungen am Markt · iPhone, Android, Desktop, Tablet, 5G oder 2G.
Kostenlos starten. Nach Nutzung zahlen. Bis zum Enterprise-Level skalieren.
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
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
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.
Entwicklerfragen, beantwortet.
How do I integrate Didit?
Five steps from signup to first verdict.
- Create your account at
business.didit.me, or callPOST https://apx.didit.me/auth/v2/programmatic/register/. - Build a workflow in the Business Console, or call
POST /v3/workflows/. - Register a webhook destination via the console, or call
POST /v3/webhook/destinations/(Didit returns the signing secret in the response). - Create a session with
POST /v3/session/, passingworkflow_idandvendor_data(your user identifier). Redirect the user to the returned URL, or drop in a native Software Development Kit (SDK) on the same/v3/contract. - Receive the verdict on the signed webhook, or poll
GET /v3/session/:session_id/decision/.
One /v3/ Application Programming Interface (API) covers Know Your Customer (KYC), Know Your Business (KYB), Transaction Monitoring, and Wallet Screening (KYT, know your transaction). 500 verifications free every month, forever, no credit card.
Is there a sandbox I can play with right now?
Yes, under sixty seconds, no credit card. Sign up at business.didit.me (or register programmatically with POST https://apx.didit.me/auth/v2/programmatic/register/) and you land in a sandbox workspace with a real Application Programming Interface (API) key.
- Same shape as production, deterministic decisions, every module unlocked.
- Real
/v3/endpoints, real webhooks, real document samples. - Switch to live whenever you are ready, same keys, same Uniform Resource Locators (URLs), same contract.
Which Software Development Kits (SDKs) do you ship?
Five first-party SDKs, all open-source, all on public docs:
- Web, JavaScript / TypeScript, framework-agnostic, iframe embed or hosted-flow redirect.
- iOS, Swift, distributed as
XCFramework. - Android, Kotlin, via Maven Central.
- React Native, TypeScript bindings on top of native modules (TurboModules).
- Flutter, Dart wrapper around the same native SDKs.
Every SDK calls the same /v3/ contract under the hood, so you can mix and match, Web on your site, native on mobile. Reference at docs.didit.me/integration/web-sdks/overview.
How do webhooks work?
Register one destination; Didit signs every delivery.
- Configure your endpoint via the Business Console, or call
POST /v3/webhook/destinations/withlabel,url, andsubscribed_events. - Didit returns a
secret_shared_keyin the response. Use it to verify the Hash-based Message Authentication Code (HMAC)-SHA256 signature on every incoming webhook (header:X-Signature-V2). - Each payload carries an exact, case-sensitive
status,"Approved","Declined","In Review","Resubmitted", and more. Full state machine atdocs.didit.me/integration/verification-statuses. - Retries use exponential backoff until you return
2xx; every delivery is logged and replayable on demand from the console.
Full reference at docs.didit.me/integration/webhooks.
What are the rate limits, and what happens at scale?
Generous defaults on every plan, tuned upward per account.
- Free tier, sandbox plus 500 production checks every month, forever.
- Pay-per-usage, burst limits scale automatically with sustained volume. You will not hit a wall mid-launch.
- Enterprise, custom rate limits, dedicated capacity, and uptime commitments in the Master Services Agreement (MSA). Talk to us at
support@didit.me.
Target capacity per region at status.didit.me. 100% real uptime over the last 6 months across millions of verifications a month.
Can I integrate with Claude Code, Cursor, or other AI coding tools?
Yes, paste one prompt and ship. Drop the canonical integration prompt at docs.didit.me/integration/integration-prompt into Claude Code, Cursor, Codex, Devin, Aider, or Replit Agent. The agent provisions the workflow, wires the webhook, and runs a smoke test end-to-end.
Agent-initiated sessions pay the same public price as direct API calls, $0.33 per full Know Your Customer (KYC), $0.15 per standalone Identity Document Verification, $0.15 per wallet screen. Free, no extra setup, works with any Model Context Protocol (MCP)-aware client.
Where is the changelog, and how do you version the API?
Monthly release notes at `docs.didit.me/changelog`, every shipped module, every webhook event added, every breaking change called out.
- The OpenAPI 3.1 specification at
docs.didit.me/openapi-25.jsonis versioned alongside the docs. Import it into Postman or generate clients in any language. - Versioning is additive by default. New fields, new optional parameters, and new webhook events ship without a version bump. Breaking changes get a new
/v4/namespace and a published deprecation window. - We never silently change a field's meaning, if a verdict shape, signature scheme, or status enum changes, it ships behind a header and is announced before cut-over.
How do I monitor uptime and what is the incident process?
`status.didit.me` publishes real-time uptime and incident history per region, verification, webhooks, console, docs. No login required.
- Subscribe via Really Simple Syndication (RSS), email, or webhook for outage alerts.
- Track record: 100% real uptime over the last 6 months; 99.99% availability target in the Service Level Agreement (SLA).
- Every incident gets a public post-mortem on the same page.
- Enterprise contracts add a named on-call engineer, a dedicated Slack or Microsoft Teams shared channel, and incident-severity Service Level Objectives in the Master Services Agreement (MSA).
Infrastruktur für Identität und Betrugsprävention.
Eine API für KYC, KYB, Transaktionsüberwachung und Wallet-Screening. In 5 Minuten integriert.