Skip to main content
Didit recauda 7,5M $ para construir la infraestructura para identidad y fraude
Didit
Ticketing de eventos biométrico

Tu cara es la entrada. Sin QR. Sin código de barras. Sin impresiones.

Registra al comprador una sola vez al adquirir la entrada. Cada escaneo en la puerta es una coincidencia facial 1:N en menos de un segundo. Gratis por escaneo después del registro. 500 verificaciones gratuitas cada mes.

Respaldado por
Y CombinatorRobinhood Ventures
GBTC Finance
Bondex
Crnogorski Telekom
UCSF Neuroscape
Shiply
Adelantos

Con la confianza de más de 2.000 organizaciones en todo el mundo.

Pila de ticketing de eventos biométrico cinematográfico oscuro: cuatro paneles de cristal translúcido flotantes en perspectiva 3D sobre un fondo negro puro, atravesados por una línea luminosa Didit Blue y enmarcados por soportes de escáner brillantes. Cada panel lleva un pequeño motivo blanco pálido que representa un arco de estadio, un patrón de escáner de matriz de puntos, un torniquete y una fila de contornos de asientos.

Estadios · Festivales · Transporte · Conferencias

Olvídate del código QR. Entra sin más.

Sin sacar el móvil, sin ansiedad por la batería, sin fraude por reventa. El comprador se registra una vez al comprar por $0.25, y cada escaneo futuro en la puerta es una coincidencia gratuita de Face Search 1:N , en menos de un segundo a escala de festival. El mismo flujo funciona en estadios, festivales, corredores de transporte y conferencias.

Cómo funciona

De la inscripción al usuario verificado en cuatro pasos.

  1. Paso 01

    Crea el flujo de trabajo

    Elige las verificaciones que necesites: ID, prueba de vida, coincidencia 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 necesidad de código.

  2. Paso 02

    Integra

    Integra de forma nativa con nuestros 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.

  3. Paso 03

    El usuario completa el flujo

    Didit gestiona 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. El resultado en menos de dos segundos.

  4. 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.

Diseñado para recintos · Gratis en cada escaneo después del registro

Seis funcionalidades. $0.25 una vez, gratis por escaneo.

Un único registro cubre cada acceso posterior. Face Search 1:N está incluido gratis en cada cuenta Didit; el recinto solo paga por la verificación de identidad única al comprar la entrada.
01 · Registro al comprar

Un selfi al pagar. Reutilizable para siempre.

Integra una sesión de la API de Sesiones en tu flujo de compra. La verificación de ID confirma al comprador, la prueba de vida pasiva rechaza todas las categorías de Detección de Ataques de Presentación (PAD), y el retrato resultante se almacena como la plantilla de índice de eventos del comprador, vinculada a tu `vendor_data`, reutilizable en cada evento futuro al que asista el mismo comprador.
Módulo de verificación de identidad
02 · Tu cara ES la entrada

Sin teléfono. Sin impresiones. Sin código de barras.

En la puerta, la cámara captura un fotograma y el visitante pasa. Sin sacar el móvil (sin ansiedad por la batería), sin impresiones (sin papel, sin fraude por reventa), sin código Quick Response (QR) en absoluto. La cara del comprador ES el token de acceso, y Face Search 1:N es gratis en todos los planes.
Módulo de búsqueda facial 1:N
03 · Matriz de decisión de acceso

Entrada. Reentrada. Bloqueo. Configurable.

El payload de coincidencia te proporciona la referencia del comprador que coincide y un `similarity_score`. Tu lógica de acceso se ramifica: entrada válida + primer escaneo = acceso; ya dentro = política de reentrada; entrada caducada o cancelada = dirigir al personal; revendida o sin coincidencia = bloqueo. Por evento, por puerta, por nivel de entrada.
Orquestador de flujos de trabajo
04 · Estadio, festival, transporte

Misma inscripción. Para cualquier tipo de recinto.

Una plantilla facial cubre estadios de fútbol, festivales de varios días, abonos de transporte y grandes conferencias. El comprador se registra una vez contigo, y cada recinto con tecnología Didit al que asista después consume la credencial sin coste, semántica de credenciales reutilizables aplicada al control de acceso.
Flujo de trabajo de control de acceso
05 · Capacidad a escala de festival

Coincidencia en menos de 1 segundo a escala de festival.

Probado con decenas de miles de caras registradas por índice de evento, coincidencia de un solo fotograma en aproximadamente un segundo, ~30 entradas por minuto por puerta. El tiempo de actividad de la plataforma es del 99.99%, la misma API `/v3/` que cualquier otro módulo de Didit, por lo que el manual de operaciones que ya tienes para KYC se aplica al acceso.
Benchmarks de rendimiento
06 · Gratis en la puerta

$0.25 una vez. Gratis por escaneo. 500 gratis/mes.

Precios públicos, sin mínimos ni contratos. La verificación de identidad por $0.15 más la prueba de vida pasiva por $0.10 cubren la inscripción única por $0.25 por comprador. La búsqueda facial 1:N en cada escaneo de acceso posterior es gratuita. Más barato que el sistema de entradas impresas una vez que consideras el fraude y las pérdidas por reventa.
Ver precios
Integra

Un endpoint de registro. Un endpoint de acceso.

Registra al comprador con una llamada a la API de Sesiones al finalizar la compra. Compara el fotograma de la cámara en la puerta con una llamada independiente de Face Search 1:N. El mismo contrato `/v3/` que cualquier otro módulo de Didit.
POST /v3/session/Inscribir
$ curl -X POST https://verification.didit.me/v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -d '{
    "workflow_id": "wf_event_enrol",
    "vendor_data": "buyer-42",
    "metadata": { "event_id": "evt_1234" }
  }'
201Creado{ "session_url": "verify.didit.me/..." }
Ejecuta ID_VERIFICATION + LIVENESS; vincula el retrato a `vendor_data`.docs →
POST /v3/face-search/Acceso · gratis
$ curl -X POST https://verification.didit.me/v3/face-search/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -F "image=@gate-frame.jpg" \
  -F "metadata={'event_id':'evt_1234'}"
200OK{ "status": "Aprobado", "matches": […] }
Gratis por escaneo. La coincidencia devuelve vendor_data + similarity_score.docs →
Integración lista para agentes

Lanza la venta de entradas biométricas en un solo prompt.

Pégalo en Claude Code, Cursor, Codex, Devin, Aider o Replit Agent. Rellena tu stack. El agente provisiona Didit, construye el flujo de trabajo de inscripción, conecta el endpoint de escaneo de acceso y lo lanza.
didit-integration-prompt.md
You are integrating Didit&apos;s biometric event-ticketing into <my_stack>. The face IS the ticket — no QR code, no barcode, no printout. Two phases:

  1. Enrol the buyer ONCE at ticket purchase. A Sessions API call runs ID Verification + Passive Liveness and stores the buyer&apos;s portrait as the event-index template.
  2. At every gate scan, call the standalone Face Search 1:N endpoint with the camera frame. Sub-1-second match against the event index. Verdict returned inline.

Pricing (public):
  - Enrolment (one-time per buyer): $0.15 ID Verification + $0.10 Passive Liveness = $0.25
  - Face Search 1:N at the gate: free per scan
  - 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.
 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 Workflow Builder. The workflow MUST contain ID_VERIFICATION + LIVENESS (and optionally Anti-Money Laundering (AML) if you sell age-restricted access).
  - One Didit account = one face index. Tag every enrolment with metadata.event_id so the gate-side search filters by the right event.

STEP 1 — Enrol at ticket purchase

  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: <your api key>
    Content-Type: application/json
  Body:
    {
      "workflow_id": "<your enrolment workflow>",
      "vendor_data": "<your buyer id — must be unique per buyer>",
      "callback": "https://<your-app>/ticketing/enrol/callback",
      "metadata": {
        "order_id": "<your order reference>",
        "event_id": "<the event the buyer is entering>",
        "ticket_tier": "<GA | VIP | accessible | etc>"
      }
    }

  Response: 201 Created with the hosted session_url. Redirect the buyer. After the buyer completes ID Verification + Passive Liveness, the portrait is stored as their face template and bound to vendor_data.

STEP 2 — Read the signed verdict on enrolment completion

  Body (excerpted):
    {
      "session_id": "<uuid>",
      "vendor_data": "<your buyer id>",
      "status": "Approved",
      "id_verification": { "status": "Approved", "document_type": "Passport" },
      "liveness": { "status": "Approved", "method": "PASSIVE", "score": 94 }
    }

  Verify X-Signature-V2 BEFORE trusting the body. On Approved, mark the order as enrolled and bind the order to vendor_data in your application database.

  Session status enum (exact case): Approved | Declined | In Review | Resubmitted | Expired | Not Finished | Kyc Expired | Abandoned.

STEP 3 — At every gate scan, match the face against the event index

  POST https://verification.didit.me/v3/face-search/
  Headers:
    x-api-key: <your api key>
  Body (multipart/form-data):
    image           <the camera frame captured at the gate>
    vendor_data     <optional — restrict the search to a specific buyer>
    metadata        <optional JSON — e.g. { "event_id": "<...>" } to filter>

  Response (excerpted):
    {
      "status": "Approved",
      "matches": [
        {
          "vendor_data": "<buyer id>",
          "similarity_score": 0.96
        }
      ]
    }

  Match outcomes the gate logic should handle:
    - Match found, ticket valid, no prior scan      → grant entry, mark scanned
    - Match found, already inside                    → apply re-entry policy
    - Match found, ticket expired or canceled        → route to staff
    - Match found, ticket resold to another buyer    → block, route to staff
    - No match (similarity below threshold)          → block, fall back to backup ticket flow

STEP 4 — Reusable across every event the same buyer attends

  Because the buyer&apos;s face template is bound to vendor_data, the SAME enrolment works for every future event the same buyer holds a ticket for. No re-enrolment, no re-payment. Reusable Credential semantics applied to the venue use case.

CONSTRAINTS
  - Base URL for /v3/* endpoints is verification.didit.me (NOT apx.didit.me).
  - Feature enum is UPPERCASE: ID_VERIFICATION, LIVENESS, FACE_MATCH, AML, IP_ANALYSIS.
  - 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 face template is irreversible (a one-way hash). End users can request deletion via the standard data-subject-request path.

ACCESS CONTROL CONSIDERATIONS
  - For minor-attended events, run AGE_ESTIMATION during enrolment to gate age-restricted areas. See /solutions/age-verification.
  - For high-value VIP areas, gate behind a Biometric Authentication step-up. See /solutions/biometric-2fa.
  - For accessibility lanes, surface the ticket-tier metadata on the verdict payload and route the gate UI accordingly.

DATA-PROTECTION NOTES
  - The enrolment selfie produces an irreversible face template; raw images are deleted unless retention is explicitly enabled.
  - The gate frame is processed in memory and not persisted by default.
  - Display the privacy notice (didit.me/terms/verification-privacy-notice) to the buyer before the enrolment selfie. EU GDPR Article 13 requires it.

Read the docs:
  - https://docs.didit.me/core-technology/face-search/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.
Lee el dossier de seguridad y cumplimiento
Sandbox financiero de la UE
Tesoro · SEPBLAC · BdE
ISO/IEC 27001
Seguridad de la información · 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
Alineado con la UE por diseño

Cifras que lo demuestran

Cifras que lo demuestran
  • $0.00
    Registro único por comprador. Cada escaneo de entrada posterior es gratis.
  • ~1s
    Coincidencia facial en un solo fotograma para eventos masivos.
  • 0.00%
    Disponibilidad de la plataforma: la misma API /v3/ que el resto de módulos Didit.
  • 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
  • Usuarios en lista negra
  • Detección de duplicados
  • Más de 200 señales de fraude en cada sesión
  • KYC reutilizable en la red Didit
  • Plataforma de gestión de casos
  • Constructor de flujos de trabajo
  • Documentación pública, sandbox, SDKs, servidor MCP (Model Context Protocol)
  • Soporte de la comunidad
El más popular
Paga por uso

Basado en el uso

Paga solo por lo que usas. Más de 25 módulos. Precios públicos por módulo, sin cuota mínima mensual.

  • KYC completo por $0.33 (ID + Biométrico + IP / Dispositivo)
  • Más de 10.000 conjuntos de datos AML: sanciones, PEPs, medios adversos
  • Más de 1.000 fuentes de datos gubernamentales para la validación de bases de datos
  • Monitoreo de transacciones por $0.02 por transacción
  • KYB en vivo por $2.00 por empresa
  • Análisis de monederos por $0.15 por verificación
  • Flujo de verificación de marca blanca: tu marca, nuestra infraestructura
Empresarial

Empresarial

MSA y SLA personalizados. Para grandes volúmenes y programas regulados.

  • Contratos anuales
  • MSA, DPA y SLA personalizados
  • Canal dedicado en Slack y WhatsApp
  • Revisores manuales bajo demanda
  • Condiciones de reventa y marca blanca
  • Funciones exclusivas e integraciones con socios
  • CSM asignado, revisión de seguridad, soporte de cumplimiento

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 "face-as-ticket"?

A ticket where the access token is the buyer's face, not a Quick Response (QR) code, a barcode, or a paper printout.

The buyer takes a selfie at purchase. The face template is stored against the order. At the gate, a camera captures one frame and 1:N face search matches it against the event's enrolled templates. Sub-1-second verdict, walk through.

Why are venues moving away from QR codes?

Three problems with QR-based ticketing:

  • Resale fraud. A screenshot of a QR code is the ticket. Once a buyer screenshots and resells, every copy is valid until the first scan invalidates it, chaos at the gate.
  • Battery anxiety. Phones die mid-day; users argue with stewards.
  • Throughput. A QR scanner takes 2-4 seconds per scan plus fumble time. A face camera takes one frame at walking pace.
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 about people who don't want to be enrolled?

Always ship a non-biometric fallback, a printed PDF, an email-delivered QR code, or a staffed gate. The European Union Artificial Intelligence Act and most national consumer-protection regimes require an alternative path.

In practice, venues running biometric ticketing report 70-85% opt-in because the face lane is dramatically faster. The non-biometric lane stays open for the rest.

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.

How fast is the match at the gate?
Sub-1-second per scan against event indexes in the tens of thousands of enrolled faces. Throughput at a single gate sits around 30 entries per minute at a comfortable walking pace, comparable to the fastest QR scanner pipelines without the fumble time. Platform uptime is 99.99%, with the same operations playbook as every other Didit module.
Do we need an on-premise camera or special hardware?

Any commodity IP camera or tablet works, POST /v3/face-search/ accepts a single JPEG frame over HTTPS. Most venues use existing entry kiosks, ticket-scanner replacements, or a tablet on a stand. No custom Software Development Kit (SDK), no special drivers, no on-premise inference box.

For edge-cached gates (transit, large venues without reliable connectivity), Didit ships an on-premise face-search appliance, talk to sales.

What about minors and age-restricted events?

Run AGE_ESTIMATION at enrolment for age-gated zones (over-18 areas at a festival, alcohol bars at a stadium). The signed verdict carries an age band per buyer, and your gate logic surfaces the right wristband colour or wristband-free lane.

For minors attending family events, a parent / guardian completes the enrolment on the minor's ticket and consents to the template on the minor's behalf, the EU General Data Protection Regulation requires explicit parental consent under age 16 in most member states.

Infraestructura para identidad y fraude.

Una API para KYC, KYB, Monitoreo de Transacciones y Detección de Fraude en Wallets. Intégrala en 5 minutos.

Pide a una IA que resuma esta página