Skip to main content
Didit recauda 7,5M $ para construir la infraestructura para identidad y fraude
Didit
Detección de fraude del comprador

Detecta los pagos de alto riesgo en dos etapas. Primero, señales económicas. Biometría solo cuando sea necesario.

Puntúa la red y el dispositivo en cada carrito de alto riesgo por $0.03. Refuerza la verificación biométrica solo en los casos donde las señales no son suficientes. 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.

Una pila abstracta oscura de pantalla antifraude para compradores: cuatro paneles translúcidos flotantes de cristal oscuro en perspectiva 3D sobre un fondo negro puro, atravesados por una línea vertical luminosa Didit Blue y enmarcados por soportes de escáner brillantes. Cada panel lleva un pequeño motivo abstracto de color blanco pálido (carrito de compras con escudo, mapa mundial con dos puntos, smartphone con arcos de señal, deslizador de riesgo).

Por qué la mayoría de los pagos no necesitan fricción

Sin fricción para compradores de confianza. Decisivo en el pico.

El 90% de los pedidos son de compradores habituales en dispositivos de confianza; deberían pasar sin problemas. El 10% con un pico de riesgo pasa por la pantalla: $0.03 IP + dispositivo en los casos baratos, $0.10 autenticación biométrica en los de alto valor. 500 verificaciones gratis cada mes.

Cómo funciona

De registro a usuario verificado en cuatro pasos.

  1. Paso 01

    Crea el flujo de trabajo

    Elige las comprobaciones que quieras: ID, prueba de vida, coincidencia facial, sanciones, dirección, edad, teléfono, correo electrónico, preguntas personalizadas. Arrástralas a un flujo en el panel de control, o publica el mismo flujo en nuestra API. Crea ramificaciones condicionales, ejecuta pruebas A/B, sin necesidad de código.

  2. 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 correo electrónico, SMS, WhatsApp, donde quieras. Elige lo que mejor se adapte a tu stack.

  3. 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 con 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 pagos · Precios de infraestructura

Dos etapas. $0.03 en los casos baratos. $0.13 en los de alto valor.

Una pantalla antifraude para compradores es una composición: disparadores de carrito, señales de red, autenticación biométrica, paquete de auditoría, confianza de comprador recurrente. Activa cada uno por flujo de trabajo en el Workflow Builder.
01 · Disparadores de pago

Tú eliges el momento. Didit ejecuta la verificación.

Total del carrito por encima de tu nivel. Pila de tarjetas de regalo de tres o más. País de envío que no coincide con la tarjeta de facturación. Primera compra desde un nuevo dispositivo. Anomalía de velocidad: N pedidos dentro de la ventana W. Destino de pago/reembolso cambiado a mitad de flujo. Todo editable en el Workflow Builder sin código.
Módulo Workflow Orchestrator
02 · Pantalla IP + dispositivo económica

Primero las señales. Barato. Decisivo.

El análisis de dispositivo e IP devuelve una puntuación de riesgo de 0 a 100, además de indicadores de Red Privada Virtual (VPN), Tor, centro de datos, país, Número de Sistema Autónomo (ASN) y huella digital del dispositivo. $0.03 por llamada, menos de 100ms. Decisivo en los casos obvios: rechazado o aprobado al instante, sin necesidad de cámara.
Módulo Device & IP Analysis
03 · Autenticación biométrica

Una verificación facial cuando las señales no son suficientes.

Escala a prueba de vida pasiva ($0.10) más coincidencia facial 1:1 opcional con el retrato del comprador almacenado ($0.05) en carritos de alto valor. Certificado iBeta Nivel 1 de Detección de Ataques de Presentación (PAD). Veredicto en menos de dos segundos. Una verificación facial en el momento del pago no puede ser resuelta por una tarjeta robada.
Módulo Biometric Authentication
04 · Paquete de pruebas de contracargo

Paquete de auditoría para cada disputa.

La carga útil de la decisión es el archivo del caso de contracargo: veredicto biométrico, puntuación IP, huella digital del dispositivo, país, Número de Sistema Autónomo (ASN), historial de pedidos anteriores. Combina naturalmente con el cambio de responsabilidad 3-D Secure 2.x en tarjetas de la UE y el estándar de cliente de confianza Visa Compelling Evidence 3.0 (CE3.0).
Referencia de webhooks
05 · Confianza reutilizable para compradores recurrentes

Los compradores de confianza recurrentes evitan la fricción.

Una vez que un comprador ha pasado la verificación de identidad en la plataforma, la credencial puede reutilizarse en futuros pagos sin coste a través de KYC Reutilizable. Busca el `session_id` anterior del comprador; si la credencial es válida y reciente, omite la pantalla en vivo. Gratis para siempre.
Módulo Reusable KYC
06 · Pipeline de webhook + acción de carrito

Veredicto firmado. Acción de carrito conectada.

Un webhook firmado llega con Aprobado, En Revisión o Rechazado. Verifica X-Signature-V2 con Hash-based Message Authentication Code (HMAC) SHA-256. Aprobado envía el pedido. En Revisión lo retiene para revisión manual con las señales por módulo como archivo de caso inicial. Rechazado cancela y reembolsa.
Referencia del webhook
Integra

Una sesión. Dos etapas. Un veredicto firmado.

Abre la pantalla contra el flujo de trabajo de la pantalla del comprador. Lee el veredicto firmado. Envía, retén o cancela.
POST /v3/session/Verificación de comprador
$ curl -X POST https://verification.didit.me/v3/session/ \
  -H "x-api-key: $DIDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow_id": "wf_buyer_screen",
    "vendor_data": "order-A4421",
    "metadata": { "cart_total_cents": 78500 }
  }'
201Creado{ "session_url": "verify.didit.me/..." }
Retén el pedido hasta que el webhook devuelva status: Approved.docs →
POST /webhooks/diditVeredicto
// X-Signature-V2 verified upstream
if (payload.status === "Approved") {
  shipOrder(payload.vendor_data);
} else if (payload.status === "Declined") {
  cancelAndRefund(payload.vendor_data);
}
200OKstatus Aprobado · Rechazado · En Revisión · No Finalizado
Verifica X-Signature-V2 antes de leer el payload.docs →
Integración lista para agentes

Lanza una verificación de fraude de comprador con un solo prompt.

Pégalo en Claude Code, Cursor, Codex, Devin, Aider o Replit Agent. Rellena tu stack. El agente conectará los disparadores del carrito, ejecutará la verificación en dos etapas, verificará el webhook y enviará o retendrá el pedido.
didit-integration-prompt.md
You are integrating a Didit buyer-side fraud screen on a marketplace / e-commerce checkout. Goal: catch stolen-card use, account takeover, gift-card stack abuse, geo-mismatch friendly fraud, and bot scalping on high-value carts. Two stages — cheap signals first, biometric step-up only when signals aren't enough.

WHY THIS SHAPE
  - Most checkouts don't need any friction. Day-to-day buyers on trusted devices from residential networks should sail through.
  - A small percentage are high-value or high-risk — cart over a threshold, gift-card stack, payout to a new card, geo mismatch, new device, velocity anomaly. On those, run a screen.
  - Two stages keep the cost and the friction proportional to the risk. Cheap IP + device check ($0.03) is decisive on the obvious cases. Biometric step-up ($0.10) only fires when the cheap signals are inconclusive AND the order is high-value.
  - 500 verifications free every month. The screen runs inside the free tier for most teams while they tune the thresholds.

PRE-REQUISITES
  - Production API key from https://business.didit.me (sandbox key in 60 seconds, no credit card).
  - A webhook endpoint with HMAC SHA-256 verification of the X-Signature-V2 header using your webhook secret.
  - A Workflow Builder workflow with Device & IP Analysis and optionally Passive Liveness + Face Match 1:1 against the stored buyer portrait.
  - A server-side cart-gate that defaults to BLOCK on the high-risk path and only unblocks on a verified webhook with status: Approved.

STEP 1 — Decide WHEN to screen (your code, not Didit's)
  Run your usual checkout signals. Default triggers worth a screen:
    - Cart total above your account-level tier (e.g. > $500)
    - Gift-card stack of three or more cards in one order
    - Shipping country that doesn't match the billing-card country
    - First buy from a new device
    - Velocity anomaly — N orders within window W from the same buyer
    - Payout / refund destination changed mid-flow

  Day-to-day reads from trusted-device + residential-network buyers do NOT need a screen.

STEP 2 — Open the screen session
  POST https://verification.didit.me/v3/session/
  Headers:
    x-api-key: <your api key>
    Content-Type: application/json
  Body:
    {
      "workflow_id": "<wf id with Device & IP Analysis + optional Passive Liveness + Face Match 1:1>",
      "vendor_data": "<your order id, max 256 chars>",
      "callback": "https://<your-app>/checkout/screen/callback",
      "metadata": {
        "cart_total_cents": 78500,
        "currency": "EUR",
        "trigger": "high_value_cart"
      }
    }

  Response: 201 Created with a hosted session URL. Show inline at checkout (web), or open in a Software Development Kit (SDK) webview (mobile). The order stays in HOLD on your side until the signed webhook lands.

STEP 3 — Read the signed webhook
  Didit POSTs the verdict. Verify X-Signature-V2 (HMAC SHA-256 of the raw body) BEFORE reading the JSON.

  Payload (excerpted):
    {
      "session_id": "<uuid>",
      "vendor_data": "<your order id>",
      "status": "Approved",
      "ip_analysis": { "status": "Approved", "score": 11 },
      "liveness":    { "status": "Approved" },
      "face":        { "status": "Approved", "similarity_score": 0.93 }
    }

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

STEP 4 — Branch the cart action
  Approved      → ship the order, capture the auth, send the confirmation.
  In Review     → hold the order. Route to manual review with the per-module signals as the case file.
  Declined      → cancel the order, refund the auth, log warnings (liveness / face-match / ip flags), throttle the source IP.
  Not Finished  → invite the buyer to retry the screen with a fresh session URL. Don't ship.

STEP 5 — (Optional) Reusable Know Your Customer (KYC) for returning trusted buyers
  Once a buyer has passed identity once on the platform, the credential can replay on future checkouts at no cost via Reusable KYC. Look up the buyer's prior session_id; if the credential is valid and recent, skip the live screen.

  That keeps the friction on the unknown traffic only. Free forever.

STEP 6 — Use the decision payload as the chargeback evidence pack
  When a dispute lands, pull the full decision payload via:
    GET https://verification.didit.me/v3/session/{session_id}/decision/
    Headers:
      x-api-key: <your api key>

  Pairs naturally with:
    - 3-D Secure 2.x (3DS2) liability shift on EU cards
    - Visa Compelling Evidence 3.0 (CE3.0) — biometric + IP + device fingerprint + prior-order history meets the "trusted customer" bar
    - Mastercard Identity Check chargeback dispute kit

WEBHOOK EVENT NAMES
  - Sessions: standard session webhook. One endpoint, status field tells you the lifecycle.
  - Verify X-Signature-V2 (HMAC SHA-256) on every payload.

WHAT IT BLOCKS
  - Stolen-card use on first-time-buy + geo mismatch
  - Account takeover on a previously-verified buyer (the step-up is the second-factor)
  - Friendly fraud where the cardholder disputes a charge they actually authorised
  - Bot scalpers running multi-item carts from datacenter Internet Protocol (IP) addresses
  - Gift-card stack drains funded by a stolen card
  - Reshipper / mule patterns (ship-to address inconsistent with prior orders)

CONSTRAINTS
  - Session statuses use Title Case With Spaces. Never UPPER_SNAKE_CASE — that's the Transactions API.
  - Start with IP-only on the cheap cases. Add the biometric step-up only on high-value carts or when IP alone is inconclusive — keeps cost down and friction proportional.
  - 200+ fraud signals are evaluated on every session at no extra cost — read them off the decision payload, don't re-query.

Read the docs:
  - https://docs.didit.me/sessions-api/create-session
  - https://docs.didit.me/core-technology/ip-analysis/overview
  - https://docs.didit.me/core-technology/biometric-auth/overview
  - 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.
¿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
    Análisis por dispositivo e IP en casos sencillos: decisivo en los obvios.
  • $0.00
    Por evento de carrito de alto valor con paso biométrico: $0.10 por paso + $0.03 por IP.
  • <0s
    Veredicto de paso biométrico de principio a fin en Android de gama baja.
  • 0
    Verificaciones gratuitas cada mes, en cada cuenta.
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 buyer fraud on a marketplace?

Any pattern where the person paying does not have the right to pay with that instrument, or where the transaction is structured to trigger a later chargeback.

Common shapes:

  • Stolen-card use, a fresh card-not-present buy from a new device on a country-mismatch ship-to
  • Account takeover, an attacker uses a hijacked logged-in account to buy and ship to themselves
  • Friendly fraud, the cardholder authorised the purchase, received the goods, then disputes the charge
  • Gift-card stack abuse, stolen card funds a stack of digital gift cards that are immediately drained
  • Bot scalpers, automated checkout farms buying limited-supply items at scale
Why two stages instead of one universal screen?

Friction has a cost. Conversion drops measurably on every extra checkout step. Most buyers, known device, residential network, normal cart total, should sail through with no screen at all.

Two stages keep the friction proportional to the risk:

  • Stage 1 ($0.03), Device & IP Analysis is cheap and silent. Decisive on the obvious cases (VPN + datacenter Internet Protocol (IP) + headless browser = block on the spot; trusted device + residential ISP = pass on the spot).
  • Stage 2 ($0.10), Passive Liveness step-up fires only on the small slice where stage 1 is inconclusive AND the cart total is above the worth-it threshold.

The result: the median checkout adds zero friction, and the high-risk slice gets a decisive check.

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.

When does the biometric step-up fire?

Only when stage 1 is inconclusive AND the order is high-value enough to justify the friction. Examples:

  • IP score is in the grey zone (say 40–70) but cart is above \$500
  • Cart includes a high-resale digital good (gift card stack, electronics, luxury) on a new device
  • Buyer is paying out to a card seen for the first time on a returning account
  • Velocity-rule trip on an established buyer

The step-up is Passive Liveness at \$0.10, optionally with a Face Match 1:1 against the stored buyer portrait at an extra \$0.05. Sub-two-second verdict on entry-level Android.

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.

Does this work on mobile and web?

Yes. The same POST /v3/session/ powers both. On web, render the returned session_url inline at checkout. On mobile, open it in the Didit Software Development Kit (SDK) webview, five SDKs ship: Web, iOS, Android, React Native, Flutter, all free.

The verdict comes through the same signed webhook regardless of surface. One integration, every platform.

What does the recipe cost?

Two line items in the worst case:

  • Device & IP Analysis check: \$0.03 per call (cheap stage)
  • Passive Liveness step-up: \$0.10 per session (only on the high-value cases)
  • Face Match 1:1 against stored portrait (optional): \$0.05 per match

Median protected checkout that needs both stages: ~\$0.13. Most checkouts run only stage 1 at \$0.03. Returning trusted buyers via Reusable KYC are free forever.

The first 500 verifications every month are free on every account.

Which industries run this recipe?

Anywhere the basket is big enough that a stolen-card buy hurts:

  • High-AOV marketplaces, electronics, luxury, art, second-hand goods over \$500
  • Digital-good resellers, gift cards, in-game items, software licences
  • Ticketing, sports, concerts, travel, where scalping bots cluster
  • Subscription commerce, high-tier subscription boxes, premium SaaS plans
  • Cross-border e-commerce, geo-mismatch shipping is the universal red flag
  • Pharmacy / regulated products, age + identity + chargeback all matter together

One workflow, every cart shape.

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