Sustituye la contraseña de un solo uso por SMS. Haz de un selfie el segundo factor.
Refuerza los flujos sensibles con una verificación facial en menos de 2 segundos contra el retrato registrado. Resistente al phishing. A prueba de SIM-swap. $0.10 por autenticación. 500 verificaciones gratis cada mes.
Con la confianza de más de 2.000 organizaciones en todo el mundo.
Resistente al phishing · A prueba de SIM-swap
Sin código que suplantar. Sin SIM que intercambiar.
El segundo factor es la cara del usuario, verificada 1:1 contra el retrato
que registró al darse de alta. La prueba de vida bloquea ataques de impresión / reproducción / máscara /
Red Generativa Antagónica (GAN) en el mismo fotograma. Veredicto en menos de 2 segundos
en Android de gama baja. $0.10 por autenticación. 500 verificaciones
gratis cada mes.
Cómo funciona
Del registro al usuario verificado en cuatro pasos.
Paso 01
Crea el flujo de trabajo
Elige las comprobaciones que necesites: ID, prueba de vida, verificación facial, sanciones, dirección, edad, teléfono, email, preguntas personalizadas. Arrástralas a un flujo en el panel de control, o publica el mismo flujo en nuestra API. Crea ramificaciones condicionales, haz pruebas A/B, sin código.
Paso 02
Integra
Intégralo de forma nativa con nuestro SDK para Web, iOS, Android, React Native o Flutter. Redirige a una página alojada. O simplemente envía a tu usuario un enlace, por email, SMS, WhatsApp, donde quieras. Elige lo que mejor se adapte a tu stack.
Paso 03
El usuario completa el flujo
Didit aloja la cámara, las indicaciones de iluminación, la transferencia móvil y la accesibilidad. Mientras el usuario está en el flujo, puntuamos más de 200 señales de fraude en tiempo real y verificamos cada campo contra fuentes de datos autorizadas. Resultado en menos de dos segundos.
Paso 04
Recibes los resultados
Los webhooks firmados en tiempo real mantienen tu base de datos sincronizada en el momento en que un usuario es aprobado, rechazado o enviado a revisión. Consulta la API bajo demanda. O abre la consola para inspeccionar cada sesión, cada señal y gestionar los casos a tu manera.
Sustituto directo para SMS OTP · Vinculado al usuario, no a un código
Seis funcionalidades. $0.10 por autenticación.
Un flujo de trabajo adaptativo, un veredicto firmado, la misma forma de callback que tu flujo OAuth existente. Sin dependencia del operador, sin superficie SS7, sin exposición a SIM-swap.
Abre una llamada a la API de Sesiones, redirige al usuario a la interfaz de usuario alojada, captura un fotograma pasivo. Prueba de vida + Verificación facial 1:1 + el webhook firmado se devuelven en los mismos dos segundos. Sin instalación de app, sin SDK, sin ruta de operador.
Hosted UI on a unique session URL, no app required.
02 · Verificación facial 1:1
Compara el selfie en vivo con la imagen registrada.
La imagen capturada durante la sesión KYC original del usuario es la plantilla. Cada autenticación posterior compara el nuevo selfie con ella y devuelve una `similarity_score` (0-1). Ajusta el umbral de aprobación automática por flujo de trabajo. $0.05 por llamada de Face Match independiente; $0.10 si se incluye con Liveness.
Bound to the user, not a code.Tune threshold per workflow
03 · Elimina la superficie de ataque de SMS
SIM swap. Phishing de OTP. Smishing. SS7. Todo bloqueado.
Los cuatro ataques sobre los que advierten el FBI (Oficina Federal de Investigación de Estados Unidos) y el NCSC (Centro Nacional de Ciberseguridad del Reino Unido) para las contraseñas de un solo uso por SMS,intercambio de SIM, phishing de OTP, kits de smishing, interceptación de operador, todos ellos superan la seguridad del SMS. Ninguno funciona contra un selfie en vivo comparado con la imagen registrada. La FIDO Alliance considera el reconocimiento facial en el dispositivo como resistente al phishing.
FIDO Alliance lists face-on-device as phishing-resistant.
04 · Refuerza donde importa
Activa solo cuando sea necesario.
Inicio de sesión desde un nuevo dispositivo, transferencia por encima de tu umbral de riesgo, cambio de contraseña/configuración, recuperación de cuenta. Combínalo con el Análisis de Dispositivo e IP para que una reautenticación en un dispositivo y una IP (Protocolo de Internet) completamente nuevos escale automáticamente. El mismo flujo, con disparadores más inteligentes.
Adaptive, only when risk warrants it.~2s per check
05 · Una única carga útil firmada
Reemplazo directo para tu callback de OTP actual.
El webhook entrega el estado, `similarity_score`, método y la cabecera `X-Signature-V2` para la verificación HMAC (Código de Autenticación de Mensajes Basado en Hash) SHA-256. La misma estructura de callback, el mismo patrón de redirección. La mayoría de los equipos cambian el SMS por el reconocimiento facial en un fin de semana.
Drop-in replacement for your existing OTP callback.
06 · Más barato que SMS
$0.10 per auth, no carrier fees, no minimums.
Una contraseña de un solo uso por SMS de nivel 1 en Estados Unidos cuesta entre $0.05 y $0.30 por envío, dependiendo del operador, y pagas incluso si el usuario nunca recibe el código. La autenticación biométrica de Didit cuesta $0.10 fijos, con 500 verificaciones gratuitas cada mes. Sin dependencia del operador, sin tarifas por país, sin mínimos de contrato.
Úsalo solo si controlas el proceso de captura. Los flujos de navegador equivalen a una sesión alojada.docs →
Integración lista para agentes
Sustituye el SMS OTP con una sola petición.
Pégalo en Claude Code, Cursor, Codex, Devin, Aider o Replit Agent. Rellena tu stack. El agente provisiona Didit, construye el flujo de autenticación biométrica, reemplaza tu callback OTP actual y lo tienes listo en un fin de semana.
didit-integration-prompt.md
You are integrating Didit's Biometric 2FA into <my_stack>. Replace SMS one-time-password (OTP) on sensitive flows — login from a new device, large-value transfer, settings change, account recovery — with a sub-2-second face match against the user's enrolled portrait. Cheaper than SMS. Phishing-resistant. SIM-swap-proof.
1. Enrol the user's portrait ONCE at sign-up via the standard Know Your Customer (KYC) session.
2. On every sensitive action, open a Biometric Authentication session that runs Passive Liveness + Face Match 1:1 against the stored portrait. Verdict in sub-2-seconds.
Pricing (public):
- Biometric Authentication: $0.10 per authentication (Sessions API)
- Standalone Face Match 1:1: $0.05 per match (server-to-server)
- First 500 verifications free every month, forever
PRE-REQUISITES
- Production API key from https://business.didit.me (sandbox key in 60s, no card).
- Webhook endpoint with Hash-based Message Authentication Code (HMAC) SHA-256 verification using the X-Signature-V2 header.
- The user has previously enrolled — either via a full KYC session (recommended; the portrait is stored automatically and never leaves Didit) or via a portrait you supply on each re-auth.
- A workflow_id from the Workflow Builder. The workflow MUST contain LIVENESS, and the session must be opened with workflow_type = "biometric_authentication" (or use a workflow that has FACE_MATCH and pass a portrait_image at session creation).
STEP 1 — Enrolment (one-time, at user sign-up)
Run a standard KYC session at sign-up. Didit stores the portrait (the face captured during the liveness step) as the user's enrolled template, bound to vendor_data.
POST https://verification.didit.me/v3/session/
Body:
{
"workflow_id": "<your KYC workflow>",
"vendor_data": "<your user id>"
}
No additional code — once the user passes KYC, their enrolled portrait is ready for every future re-auth.
STEP 2 — Re-authentication (on every sensitive action)
POST https://verification.didit.me/v3/session/
Headers:
x-api-key: <your api key>
Content-Type: application/json
Body:
{
"workflow_id": "<your biometric_authentication workflow>",
"workflow_type": "biometric_authentication",
"vendor_data": "<the same user id used at enrolment>",
"callback": "https://<your-app>/2fa/callback",
"metadata": {
"reason": "<login_new_device | high_value_txn | settings_change | account_recovery>",
"amount": "<optional, for large-value transfers>"
},
"portrait_image": "<base64 JPEG of the user's enrolment selfie, ≤ 1 MB — REQUIRED when the workflow has FACE_MATCH active; OMIT for liveness-only mode>"
}
Response: 201 Created with the hosted session_url. Redirect the user to it. The hosted UI:
- Opens the front camera
- Captures one passive frame
- Runs Liveness + Face Match 1:1 against the user's enrolled portrait
- Returns the verdict in sub-2-seconds
STEP 3 — Read the signed verdict on the webhook
Body (excerpted for a passing re-auth):
{
"session_id": "<uuid>",
"vendor_data": "<your user id>",
"status": "Approved",
"liveness": { "status": "Approved", "method": "PASSIVE", "score": 96 },
"face": {
"status": "Approved",
"similarity_score": 0.96
}
}
Verify X-Signature-V2 BEFORE trusting the body — HMAC SHA-256 of the raw bytes with your webhook secret.
Session status enum (exact case): Approved | Declined | In Review | Resubmitted | Expired | Not Finished | Kyc Expired | Abandoned.
Branch your application:
Approved → execute the action (sign in, release the transfer, save settings).
Declined → block the action, re-prompt with a higher-friction recovery path (support contact / KYC re-do).
In Review → hold; route to your operations queue.
Not Finished → user abandoned the capture; safe to re-prompt or fall back.
STEP 4 — Alternate path (server-to-server, when you already have the selfie)
If you already captured the selfie locally (native mobile SDK, in-app camera):
POST https://verification.didit.me/v3/face-match/
Headers:
x-api-key: <your api key>
Body (multipart/form-data):
image_a <the live selfie>
image_b <the enrolled portrait>
Response: similarity_score (0-1), status (Approved | Declined | In Review).
Use the standalone path only when you trust your client-side capture pipeline. For browser flows or any surface where the SDK is not embedded, always prefer the hosted session — Didit's liveness check is harder to defeat than a raw camera grab.
WEBHOOK EVENT NAMES
- Sessions: status changes flow through the standard session webhook.
- Always verify X-Signature-V2 on every payload.
CONSTRAINTS
- Base URL for /v3/* endpoints is verification.didit.me (NOT apx.didit.me).
- Feature enum is UPPERCASE: LIVENESS, FACE_MATCH, ID_VERIFICATION, AML, IP_ANALYSIS, AGE_ESTIMATION.
- Method enum is UPPERCASE: PASSIVE, FLASHING, ACTIVE_3D.
- 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, Expired, Not Finished, Resubmitted, Kyc Expired, Abandoned.
- The biometric template is irreversible (a one-way hash) and stored on Didit's infrastructure. You never receive the raw template. Standard data-subject-deletion rules apply.
PRO TIPS
- Pair Biometric 2FA with Device & IP Analysis (bundled into the 200+ fraud-signal stack). A re-auth that originates from a brand-new device + a brand-new IP should always step up to face.
- For the strongest possible surface, swap method PASSIVE for ACTIVE_3D — a short motion challenge — on transfers above your operational risk threshold.
Read the docs:
- https://docs.didit.me/core-technology/biometric-auth/overview
- 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.
¿Necesitas más contexto? Consulta la documentación completa del módulo.docs.didit.me →
Cumplimiento por diseño
Abre un nuevo país en un clic. Nosotros hacemos el trabajo duro.
Abrimos las filiales locales, aseguramos las licencias, realizamos las pruebas de penetración, obtenemos las certificaciones y nos alineamos con cada nueva regulación. Para lanzar verificaciones en un nuevo país, activa un interruptor. Más de 220 países en vivo, auditados y probados trimestralmente, el único proveedor de identidad que un gobierno de un estado miembro de la UE ha calificado formalmente como más seguro que la verificación presencial.
Por autenticación, tarifa plana. El SMS OTP varía de $0.05 a $00.30 en EE. UU.
<0s
Reautenticación de extremo a extremo en Android de gama baja: desde la captura hasta el webhook firmado.
0
Dependencias de operador, superficie de SIM-swapping o vectores de ataque SS7.
0
Verificaciones gratuitas cada mes, para siempre.
Tres niveles, una lista de precios
Empieza gratis. Paga por uso. Escala a Enterprise.
500 verificaciones gratuitas cada mes, para siempre. Pago por uso para producción. Contratos personalizados, residencia de datos y SLAs (Acuerdos de Nivel de Servicio) en Enterprise.
Gratis
Gratis
$0 / mes. No se requiere tarjeta de crédito.
Paquete KYC gratuito (Verificación de ID + Prueba de vida pasiva + Coincidencia facial + Análisis de dispositivo e IP), 500 / mes, cada mes
Empieza gratis → paga solo cuando se ejecuta una verificación → desbloquea Enterprise para un contrato personalizado, SLA o residencia de datos.
FAQ
Preguntas frecuentes
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 biometric 2FA?
Second-factor authentication using the user's face, not a code sent over a network. The first factor is what the user knows (password, passkey, magic link). The second factor is what the user is, a live selfie matched 1:1 against a portrait the user enrolled earlier.
It sits in the same place as SMS one-time-password (OTP) in your application flow, but with a different cost, security, and conversion profile.
Why is SMS one-time-password considered weak?
Four well-documented attack classes defeat it. The US Federal Bureau of Investigation (FBI) and UK National Cyber Security Centre (NCSC) have both published guidance steering organisations away from SMS for sensitive flows.
SIM swap. Attacker convinces the carrier to port the user's number to a new SIM. Every code now goes to the attacker.
OTP phishing. Attacker proxies the legitimate site, captures the code as the user types it, replays it before it expires.
Smishing kits. Pre-built kits run thousands of fake delivery / bank texts that capture codes at scale.
Signalling System 7 (SS7) interception. Adversaries with carrier access can passively read codes off the network.
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.
How is the user's face actually "enrolled"?
Most teams enrol during the user's original Know Your Customer (KYC) session. The portrait captured by the liveness step is stored bound to your vendor_data and used as the template for every subsequent re-authentication.
If you don't run KYC at sign-up, you can run a one-time enrolment session against a Didit workflow that contains only LIVENESS + FACE_MATCH. Either path costs $0.10 once, and the resulting template is reusable for every future authentication.
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.
It's a drop-in for your existing one-time-password callback contract.
POST /v3/session/ with workflow_type: "biometric_authentication" and the same vendor_data you used at enrolment.
Redirect the user to the returned session_url.
Verify the X-Signature-V2 header on the webhook before trusting the body.
Branch on status, Approved (execute the action), Declined (block), In Review (queue), Not Finished (re-prompt).
Most teams swap SMS for face in a weekend. Full agent-pastable prompt is above; Model Context Protocol (MCP) server speaks both surfaces.
What if the user's face changed (haircut, beard, glasses)?
Face Match 1:1 is resilient to moderate appearance change, facial hair, glasses, hair colour, lighting. The similarity score returned per authentication reflects how confident the model is.
For users who drift outside the auto-approve threshold (typical case: dramatic weight change, surgery, ageing over many years), the verdict returns In Review and routes to your operations queue. The standard recovery path is a re-enrolment session, one KYC call refreshes the portrait, and the next authentication uses the new template.
Is this compliant with EU PSD2 strong customer authentication?
Yes for the inherence category. The European Banking Authority Regulatory Technical Standards on Strong Customer Authentication recognise biometric attributes (something you are) as a valid second factor when paired with one of the other two categories (knowledge or possession).
For a full PSD2 strong-customer-authentication flow, pair biometric 2FA with the user's password (knowledge) or a device-bound session (possession). The signed Didit verdict is the audit-pack evidence of the inherence factor.