# incode.com > AI-optimized mirror of incode.com containing 1693 pages totalling 1,471,069 words of clean markdown content, structured data, and semantic HTML. Original source: https://incode.com. Last updated: 2026-07-18T06:41:54.524Z. Each page is available as HTML (with JSON-LD structured data) and Markdown (text-only, ideal for LLMs and RAG). ## Homepage - [Incode Authorization Server](/content/auth-demo/index.html) (8 words) - [Incode Technologies, Inc. Trust Center | Powered by SafeBase](/content/trust/index.html): SafeBase monitors your security practices to enable you to win enterprise deals. (237 words) - [Workforce Developer Docs](/content/workforce-developer/index.html) (103 words) - [Incode Developer Hub](/content/developer/index.html) (19 words) - [AI-powered Identity Verification & KYC | Incode](/content/site-root.html): AI-powered identity verification and fraud prevention for the world’s leading companies. Secure onboarding, authentication, and KYC compliance. (563 words) ## Articles & Blog Posts - [developer/docs/odr_user_guide-md.html](/content/developer/docs/odr_user_guide-md.html) (822 words) - [developer/docs/user_guide_customization-md.html](/content/developer/docs/user_guide_customization-md.html) (260 words) - [developer/docs/change_log-md.html](/content/developer/docs/change_log-md.html) (11,355 words) - [Incode Cordova SDK reference](/content/developer/docs/cordova-sdk/index.html): Incode Welcome (1,431 words) - [API Reference](/content/developer/docs/flutter-api-reference/index.html): This is the complete reference for every public API exposed by the SDK. init Initializes the native Incode SDK. Must be called at least once per app lifecycle before any other operation. Signature IncodeOnboardingSdk.init({ bool loggingEnabled = true, String? apiKey, String? apiUrl, String? e2eeUrl,… (571 words) - [Capture-Only Mode](/content/developer/docs/user-guide-capture-sdk/index.html): Features APIs perform local checks, auto-capture the photo when conditions are met and return the captured photo through a callback. API calls are completely decoupled (can be called in any order and any number of times) and don't perform any network operations. The diagram below visualizes the reco… (2,983 words) - [User Guide](/content/developer/docs/user-guide/index.html): 1. Initialize Welcome SDK Add the following line of code to your class that extends the Application class: override fun onCreate() { super.onCreate() ... IncodeWelcome.Builder(this, WELCOME_API_URL, WELCOME_API_KEY) .setSSLConfig(sslConfig) // optional SSL config for on-premise servers .setLoggingEn… (4,042 words) - [Face Login](/content/developer/docs/user-guide-face-login/index.html): This guide explains how to use the face login feature in the Welcome SDK. (1,199 words) - [developer/docs/migration_guide-md.html](/content/developer/docs/migration_guide-md.html) (2,481 words) - [Salesforce](/content/developer/docs/salesforce/index.html): This guide walks you through everything you need to do after installing the Incode Identity Verification for Salesforce package. By the end, your team will be able to trigger identity and/or business verification directly from any Contact, Lead, or Account record and see results update in real time. (3,803 words) - [IncodeFlow Component](/content/developer/docs/web-sdk-2-incodeflow-component/index.html): is the complete, orchestrated identity verification experience as a standard Web Component. It runs the flow sequence configured in your Incode dashboard end-to-end. Important: create the session via createSession() (or your backend) and call setup() with the resulting token before mo… (2,041 words) - [Customization](/content/developer/docs/cordova-customization/index.html): ← Back to Documentation Index The plugin exposes several APIs for branding the UI, overriding strings, switching languages, tweaking UX, and adding custom assets. setTheme V2 theme (cross-platform, current) V1 theme (iOS legacy) setString setLocalizationLanguage setUXConfig setFaceAuthenticationHint… (1,635 words) - [Getting Started](/content/developer/docs/web-sdk-2-getting-started/index.html): This guide walks you through integrating the Incode Web SDK into your web application. It targets enterprise developers integrating Incode into their own product, and Incode Professional Services developers building custom integrations on a customer's behalf. The SDK supports three integration path… (2,017 words) - [Module Patterns](/content/developer/docs/web-sdk-2-module-patterns/index.html): Most SDK modules fall into one of five implementation patterns. Each pattern dictates how the manager state machine is shaped, which API methods exist, and what UI affordances you'll need to build (or which screens the SDK ships). This page is the shared lifecycle reference. Per-module pages link h… (1,601 words) - [API Reference](/content/developer/docs/cordova-api-reference/index.html): ← Back to Documentation Index This is the complete reference for every public JavaScript API exposed by the plugin. All APIs are invoked through the Cordova bridge feature name Cplugin : cordova.exec(successCallback, errorCallback, "Cplugin", "", [ ...args ]); The plugin also exposes wrapper… (1,386 words) - [Tines Automation](/content/developer/docs/tines/index.html): Tines is a security and workflow automation platform that uses a straightforward graphical design process to automate tasks. Incode is an AI-powered identity verification platform that uses government-issued photo IDs and biometric matching to verify a person's identity over the Internet. It is buil… (1,260 words) - [Theming](/content/developer/docs/theming/index.html): Theming for renderCaptureId and renderCaptureFace is available starting version 1.83.0. Overview You can customize the ID and Selfie flow visuals without forking components by passing uiConfig to renderCaptureId and renderCaptureFace . Theming is done via design tokens applied by the design-system T… (1,257 words) - [Modules](/content/developer/docs/cordova-modules/index.html): ← Back to Documentation Index Modules are the building blocks of an onboarding flow. They are passed in the flowConfig array (used by startOnboarding and startOnboardingSection ), each as an object with a module key plus any parameters: { module: "addId", showIdTypeChooser: "false", idType: "passpor… (1,490 words) - [Results](/content/developer/docs/flutter-results/index.html): API results This section lists the success results and errors returned by each top-level SDK API method. Per-module step results (delivered through callbacks such as onSelfieScanCompleted ) are listed separately under Module result objects . Error enums Errors are delivered as a String to the onErro… (2,056 words) - [Google Wallet ID Setup And Testing Guide](/content/developer/docs/user-guide-google-wallet/index.html): Setup and testing guide for using Google Wallet IDs with the Incode Android SDK. (1,701 words) - [IncdOnboarding SDK Usage](/content/developer/docs/user_guide/index.html): IncdOnboarding SDK Usage Requirements: iOS 13.0+ Xcode 15.0.1+ IncdOnboarding SDK can be used in three ways - Standard , Advanced and Capture only . Standard mode starts the Onboarding flow that consists of specified steps and validates user inputs along the way. Advanced mode enables you to fully c… (1,834 words) - [Auth0 Post-Login Action](/content/developer/docs/auth0-post-login-action/index.html): You can integrate Incode identity verification (IDV) into your Auth0 tenant using a post-login Action. When a user logs in, they are redirected to Incode to complete identity verification. The results are stored in their Auth0 profile and included in the ID token. This integration uses the Incode OI… (1,531 words) - [Email Module](/content/developer/docs/web-sdk-2-module-email/index.html): The Email module verifies a user's email address via OTP (One-Time Password). (1,000 words) - [IncdOnboarding SDK Customization Guide v2](/content/developer/docs/user_guide_customization_v2/index.html): Guidelines for customizing ID Capture V2 in the Incode iOS SDK, including use of colors, fonts, and font styles. (1,316 words) - [Advanced Integrations](/content/developer/docs/advanced-integration/index.html): Instructions for offering smaller app downloads using dynamic delivery with Google or Huawei devices. (1,506 words) - [Xamarin Onboarding Incode](/content/developer/docs/xamarin-onboarding-incode/index.html): NOTE: From version 1.4.6 Code Shrinker R8 can't be used for Android apps. (765 words) - [SDK Installation & Setup](/content/developer/docs/sdk_installation_setup/index.html): If you prefer not to use CocoaPods or SPM, you can integrate the SDK into your project manually. (1,238 words) - [Results](/content/developer/docs/cordova-results/index.html): ← Back to Documentation Index This document describes the data returned by the plugin's APIs and modules, plus the typed error strings you may receive. API Results Module Results Error Reference API Results setupOnboardingSession Success callback receives an object containing the created session id… (817 words) - [developer/docs/user_guide_face_login-md.html](/content/developer/docs/user_guide_face_login-md.html) (871 words) - [Migration guide](/content/developer/docs/migration_guide/index.html): IncdOnboarding migration guide Migration to 5.45.0 Model loading API — extended signatures and auto-unload by default IncdOnboardingManager.shared.loadModels and IncdOnboardingManager.shared.loadModelsSynchronously now take two additional parameters: modelGroup: ModelGroup — selects which models to … (616 words) - [Common Implementation Patterns](/content/developer/docs/cordova-common-implementation-patterns/index.html): ← Back to Documentation Index This document describes the three most common ways to integrate the plugin. All three require that the SDK is initialized first via initializeSDK . Pattern Configuration source Control granularity Primary APIs 1. Configure flows locally, run end to end Local ( flowConfi… (829 words) - [developer/docs/user_guide_incd_theme-md.html](/content/developer/docs/user_guide_incd_theme-md.html) (513 words) - [Electronic Signature Module](/content/developer/docs/web-sdk-2-module-electronic-signature/index.html): The Electronic Signature module handles eIDAS-aligned electronic signing flows: render documents to be signed, collect compliance consents, capture the (623 words) - [Framework Integration](/content/developer/docs/web-sdk-2-framework-integration/index.html): Every Incode UI module ships as a standard Web Component — registered via a side-effect import ( import '@incodetech/web/' ) and consumed like any HTML element. Because the elements are framework-agnostic, the same SDK code runs from vanilla HTML, React, Angular, Vue, or any other web frame… (740 words) - [Individual Modules Catalog](/content/developer/docs/web-sdk-2-individual-modules/index.html): The Incode Web SDK is composed of small, single-purpose modules. Each module ships independently and exposes (depending on the module) a web component, a headless Manager, or both. This page is the complete catalog . For deep-dives, see the per-module reference pages linked below where they exist; … (468 words) - [Getting Started](/content/developer/docs/cordova-getting-started/index.html): Integrate the Incode Onboarding Cordova Plugin into your Cordova, Capacitor, or Ionic app. This guide covers prerequisites, installation, per-platform setup, and running your first onboarding flow. Contents Prerequisites Installation Android setup iOS setup Initialize the SDK and run a flow Sample a… (608 words) - [Lever](/content/developer/docs/lever/index.html): This page covers integrating Incode identity verification into the Lever Applicant Tracking System (ATS). This integration uses Tines, a powerful automation platform, to orchestrate the verification flow between Lever and Incode. When a candidate reaches a designated hiring stage, Tines sends them a… (1,271 words) - [eKYC Module](/content/developer/docs/web-sdk-2-module-ekyc/index.html): The eKYC (electronic Know Your Customer) module collects identity verification data through a configurable form — name, address, phone, email, SSN/tax ID, date (437 words) - [User Experience V2 Migration Guide](/content/developer/docs/websdk-user-experience-v2-migration-guide/index.html): Instructions for upgrading your Incode Web SDK integration to use the new capture UI/UX introduced in v1.83.0. (949 words) - [Getting Started](/content/developer/docs/flutter-getting-started/index.html): Incode Onboarding provides effortless onboarding where security matters. Incode Onboarding is part of Incode Omnichannel Biometric Identity Platform, that is powered by Incode's world-class Face Recognition, Liveness detection and ID Validation models. Variant Explanation The SDK is distributed in s… (735 words) - [Document Capture Module](/content/developer/docs/web-sdk-2-module-document-capture/index.html): The Document Capture module captures generic documents (utility bills, lease agreements, tax documents, address proofs, vehicle logbooks, etc.) — anything that (542 words) - [Incode WebSDK 2.0 Reference](/content/developer/docs/incode-web-sdk-2-reference/index.html): The Incode Web SDK embeds identity verification — document capture, selfie liveness, phone/email OTP, eKYC, eKYB, and more — into any web application. It ships as web components, manager APIs, and a plug-and-play element. This wiki is for developers integrating with Incode's Platform u… (625 words) - [Licenses & Open Source Attributions](/content/developer/docs/licenses/index.html): A list of all open-source components bundled in the Incode Android SDK, including their licenses, authorship, and links to full license texts. (545 words) - [On-Demand Resources](/content/developer/docs/odr_user_guide/index.html): Follow the guide below to implement ODR on your app (811 words) - [Government Validation Module](/content/developer/docs/web-sdk-2-module-gov-validation-1/index.html): The Government Validation module submits the user's identity data (typically post-ID-capture) to a government registry for verification. Multiple validation (416 words) - [Workday](/content/developer/docs/workday/index.html): This page covers everything a developer needs to deploy the Incode x Workday Identity Verification (IDV) middleware integration (v1 Lite). When a new hire is created in Workday, this integration automatically sends them an Incode identity verification link. When they complete the scan, the result is… (1,005 words) - [Face Login](/content/developer/docs/user_guide_face_login/index.html): Face Login Prerequisites User has to be an approved customer by doing a complete onboarding flow. Initialize IncdOnboarding SDK Add the following line of code to your AppDelegate class: IncdOnboardingManager.shared.initIncdOnboarding(url: url, apiKey: apiKey) url and apiKey will be provided to you b… (842 words) - [Face Match Module](/content/developer/docs/web-sdk-2-module-face-match/index.html): The Face Match module compares two captured face images — typically the user's selfie versus the face cropped from their ID document — and returns a match (337 words) - [CURP Validation Module](/content/developer/docs/web-sdk-2-module-curp-validation/index.html): The CURP Validation module verifies a Mexican CURP (Clave Única de Registro de Población) — either by accepting the user's CURP and validating it server-side (319 words) - [developer/docs/user_guide_capture_only-md.html](/content/developer/docs/user_guide_capture_only-md.html) (374 words) - [eKYB Module](/content/developer/docs/web-sdk-2-module-ekyb/index.html): The eKYB (electronic Know Your Business) module collects business verification data — country, business name, address, tax ID — plus a list of UBOs (Ultimate (333 words) - [IncdTheme Guide](/content/developer/docs/user_guide_incd_theme/index.html): IncdTheme guide IncdTheme enables you to change existing default theme or create a new one from scratch. Available customizations: Colors Fonts Buttons Labels Custom UI Components (such as Camera Feedback View) Customization mapping can be found here . Assets and Strings mapping can be found here . … (526 words) - [Microsoft Defender for Identity](/content/developer/docs/microsoft-defender-for-identity/index.html): You can connect Incode identity verification to Microsoft Sentinel so that when Defender for Identity raises a suspicious activity incident, your security team can send the flagged user a biometric verification link. The result is posted back to Sentinel automatically, giving your team the identity … (1,190 words) - [developer/docs/user_guide_nfc_scan-md.html](/content/developer/docs/user_guide_nfc_scan-md.html) (314 words) - [Geolocation Module](/content/developer/docs/web-sdk-2-module-geolocation/index.html): The Geolocation module captures the user's coordinates via the browser's geolocation API and submits them to the backend. Useful for jurisdictional rules and (230 words) - [developer/docs/user_guide_workflows-md.html](/content/developer/docs/user_guide_workflows-md.html) (308 words) - [Document Upload Module](/content/developer/docs/web-sdk-2-module-document-upload/index.html): The Document Upload module is a file-picker-only upload path for documents — used when live camera capture isn't appropriate (e.g., a third ID document, or a (288 words) - [Cross-Document Data Match Module](/content/developer/docs/web-sdk-2-module-cross-doc-match/index.html): The Cross-Document Data Match module runs a backend comparison of OCR data across multiple captured documents (e.g., ID + proof-of-address) and flags (213 words) - [Authentication Module](/content/developer/docs/web-sdk-2-module-authentication/index.html): The Authentication module re-authenticates a returning user by capturing a fresh selfie and matching it against their previously stored biometric record. Used (282 words) - [Incode Flutter SDK reference](/content/developer/docs/flutter-sdk/index.html): Orientation and routing hub for the Incode Flutter SDK - identity capture, liveness, NFC, and a fully themeable UI. The Incode Flutter SDK adds end-to-end identity verification to your app: document and ID capture with OCR, selfie and video-selfie liveness, face match and NFC e-passport reading. The… (549 words) - [NFC Scan - Integration & Usage Guide](/content/developer/docs/user-guide-nfc-scan/index.html): Prerequisites An ICAO 9303 compliant travel document to scan the NFC chip in. NOTE While any ICAO 9303 document could theoretically be scanned, the tutorials in the module assume the document is a Passport booklet. Integration In your module-level app/build.gradle , add the Incode library for NFC al… (815 words) - [Known Issues](/content/developer/docs/cordova-known-issues/index.html): ← Back to Documentation Index This document lists known issues, their status, and workarounds. # Issue Status Platform 1 Virtual environment crash on Android Expected behavior (by design) Android 2 Emulator/simulator false security triggers Workaround available All 3 iOS double initialization By des… (346 words) - [Home Module](/content/developer/docs/web-sdk-2-module-home/index.html): The Home module renders the SDK's built-in home / welcome screen — the optional intro screen that runs before a flow starts. Wired automatically by (181 words) - [Custom Fields Module](/content/developer/docs/web-sdk-2-module-custom-fields/index.html): The Custom Fields module renders a form generated from a dashboard-defined schema (text, number, boolean, date, double fields) and submits the user's (231 words) - [Custom Watchlist Module](/content/developer/docs/web-sdk-2-module-custom-watchlist/index.html): The Custom Watchlist module screens the user's face against a customer-provided blocklist. Fire-and-forget — runs server-side using images already in the (220 words) - [developer/docs/user_guide_e2ee-md.html](/content/developer/docs/user_guide_e2ee-md.html) (251 words) - [Consent Module](/content/developer/docs/web-sdk-2-module-consent/index.html): The Consent module renders a consent form (terms text plus configurable checkboxes) and submits the user's selections. Used to capture optional or required (255 words) - [developer/docs/user_guide_api_key_rotation-md.html](/content/developer/docs/user_guide_api_key_rotation-md.html) (162 words) - [Kiosk mode features](/content/developer/docs/user_guide_kiosk/index.html): Kiosk mode features Kiosk mode is used for building iPad apps where an iPad is embedded into an Aila frame and positioned in a landscape orientation. Initialize IncdOnboarding SDK Add the following line of code to your AppDelegate class: IncdOnboardingManager.shared.initIncdOnboarding(url: url, apiK… (464 words) - [Antifraud Module](/content/developer/docs/web-sdk-2-module-antifraud/index.html): The Antifraud module collects device, browser, and behavioral signals in the background and submits them to Incode's antifraud engine. Fire-and-forget — (217 words) - [developer/docs/user_guide_aes-md.html](/content/developer/docs/user_guide_aes-md.html) (157 words) - [On-Device Age Estimation](/content/developer/docs/ios-on-device-age-estimation/index.html): With an On-Device Age Estimation configuration, age estimation will run entirely on the user’s device during Face Capture. No selfie image, video, or any PII leaves the device. Only structured analysis results (for example: liveness, face quality, and the estimated age) are submitted to Incode. Beca… (374 words) - [Workflows user guide](/content/developer/docs/user_guide_workflows/index.html): Workflows user guide Introduction Workflows are new way of creating onboarding journeys, facilitating conditional branching with great flexibility. Requirements: IncdOnboarding SDK 5.21.0 or later Access to Workflows via Incode dashboard. 1. Initialize IncdOnboarding SDK Add the following line of co… (312 words) - [Workday Recruiting](/content/developer/docs/workday-recruiting/index.html): This page covers Incode's identity verification integration with Workday. The integration uses facial biometrics, document authentication, and fraud detection to verify candidates during the hiring process. Workday Studio Integration Incode provides a prebuilt Workday Studio integration package. It… (508 words) - [Capture-only SDK Mode](/content/developer/docs/user_guide_capture_only/index.html): Capture-only SDK Mode Capture-only mode should be used in case you would just like to fetch captured ID and Selfie images, without doing any validations such as ID validation, Face recognition and Liveness detection. Supported modules in this mode are: ID Scan, Selfie Scan, Document Scan, Video Self… (369 words) - [NFC Scan - Integration & Usage Guide](/content/developer/docs/user_guide_nfc_scan/index.html): NFC Scan - Integration & Usage Guide Prerequisites IncdOnboarding variant including "-nfc", eg. version "5.33.0-s-nfc". Integration Turn on Near Field Communication Tag Reading under the Capabilities tab for the project’s target. This step: Adds the NFC tag-reading feature to the App ID. Adds the Ne… (306 words) - [E2EE iOS SDK Integration Guide](/content/developer/docs/user_guide_e2ee/index.html): E2EE iOS SDK Integration Guide Overview of E2EE End-to-End Encryption (E2EE) adds an extra layer of security to your communications by encrypting the data transmitted between the server and client. The process begins with a key exchange where the client and server share keys for encrypting and decry… (255 words) - [Risk Analysis](/content/developer/docs/user_guide_risk_analysis/index.html): Risk Analysis Requirements iOS 13.0+ Xcode 15.0.1+ Use 'd-ra' framework variant To use the risk analysis feature please add the 'd-ra' IncdOnboarding SDK variant as well as the Sardine SDK dependency in your podfile: source 'git@github.com:Incode-Technologies-Example-Repos/IncdDistributionPodspecs.g… (174 words) - [Known Issues](/content/developer/docs/flutter-known-issues/index.html): Running the app on iOS simulator from VSCode isn't supported currently. Please run the app from Xcode for now if you want to test it on iOS Simulator. NOTE: Don't forget to set testMode to true before running the app. Running on simulators/emulators can trigger security checks that return errors suc… (91 words) - [developer/docs/localization_guide-md.html](/content/developer/docs/localization_guide-md.html) (6,169 words) - [Ping DaVinci](/content/developer/docs/ping-davinci/index.html): You can integrate Incode identity verification (IDV) into your PingOne DaVinci flows using the Incode DaVinci Connector. The connector connects verified real-world identities to Ping Identity user profiles through OpenID Connect (OIDC), enabling identity verification and face authentication as drag-… (563 words) - [Custom Integrations](/content/developer/docs/custom-integrations/index.html): Custom integrations connect Incode to any system that does not have a dedicated pre-built connector. They are designed for organizations that want to integrate identity verification into internal tools, custom-built applications, ticketing systems, automation pipelines, or any workflow that can be r… (583 words) - [Risk Analysis](/content/developer/docs/user-guide-risk-analysis/index.html): Optional Risk Analysis feature is available since version 5.17.0. Risk Analysis is built in collaboration with Sardine . Consult their Getting Started documentation for more info on the Risk Analysis feature. To use Incode's Risk Analysis feature, you'll need to add the Sardine SDK dependency to ena… (205 words) - [Example Implementation](/content/developer/docs/xamarin-example-implementation/index.html): See the example implementation in Github . Please reach out to your customer success manager for access. (34 words) - [Shopify](/content/developer/docs/shopify/index.html): The Incode Age Verification for Shopify integration adds identity-based age verification to your Shopify checkout. When a customer attempts to purchase an age-restricted product, they are redirected to complete an Incode identity verification flow before their order can be placed. Note This integrat… (680 words) - [AES module user guide](/content/developer/docs/user_guide_aes/index.html): AES module user guide This guide explains how to use AES module within the onboarding session. Add it to the flow To add AES module to the flow, add it to the IncdOnboardingFlowConfiguration : flowConfig.addAes(showCertificateOnSuccess: true/false) Default value of the showCertificateOnSuccess is fa… (169 words) - [API Key Rotation](/content/developer/docs/user_guide_api_key_rotation/index.html): API key rotation API key that are used for SDK initialization may be rotated for security reasons. Please use the Incode dashboard to revoke keys and generate new ones. Once an API key is revoked from the dashboard, all currently ongoing onboarding sessions that were using that API key will be abort… (163 words) - [E2EE Integration Guide](/content/developer/docs/user-guide-e2ee/index.html): Overview of E2EE End-to-End Encryption (E2EE) adds an extra layer of security to your communications by encrypting the data transmitted between the server and client. The process begins with a key exchange where the client and server share keys for encrypting and decrypting messages. This exchange a… (230 words) - [First/Third Party Connections](/content/developer/docs/firstthird-party-connections/index.html): Use this table as a quick network dependency inventory for the Web SDK ecosystem. It identifies each external connection the code may make, explains why it is used, shows whether that connection is mandatory or conditional, and classifies it as first-party (Incode-owned domains) or third-party (vend… (234 words) - [IncdOnboarding SDK Customization guide](/content/developer/docs/user_guide_customization/index.html): IncdOnboarding SDK Customization guide IncdOnboarding SDK enables you to customize the default provided theme - you can easily change colors, fonts, logo, videos and texts. Change the Theme Please follow the guide for IncdTheme Change the logo We support the ability for you to use your own logo imag… (263 words) - [Greenhouse](/content/developer/docs/greenhouse/index.html): This page covers integrating Incode identity verification into the Greenhouse Applicant Tracking System (ATS). You can add verification steps directly to your hiring workflow to confirm candidate identity and reduce fraud. Candidate Journey The diagram below shows where identity verification fits i… (575 words) - [Descope](/content/developer/docs/descope/index.html): Descope is a drag-and-drop CIAM platform that lets developers build authentication and identity flows visually, without code. The Descope Incode Connector adds biometric identity verification as a native step inside any Descope flow, useful for sign-up, step-up authentication on high-risk events, or… (454 words) - [Ashby](/content/developer/docs/ashby/index.html): This page covers integrating Incode identity verification into Ashby ATS. You can verify candidates at key stages to reduce fraud and meet compliance requirements. Candidate Journey Key Stages Application submission : Candidate applies through Ashby. eKYC check : Incode runs the candidate's phone n… (546 words) - [Banking and Fintech Integrations](/content/developer/docs/banking-and-fintech-integrations/index.html): Banking and fintech integrations embed Incode identity verification directly into core banking platforms, digital account opening workflows, and lending origination systems. They are designed for financial institutions that need to satisfy Know Your Customer (KYC), Customer Identification Program (C… (228 words) - [Video Conferencing Integrations](/content/developer/docs/video-conferencing-integrations/index.html): Video conferencing integrations add identity verification as a gating step before participants can join a meeting or video call. They are designed for use cases where confirming a participant's identity before granting access is required, such as regulated meetings, high-stakes interviews, and remot… (283 words) - [IncdOnboarding Localization Guide](/content/developer/docs/localization_guide/index.html): IncdOnboarding Localization Guide Apply localization using *.strings files IncdOnboarding SDK contains localized texts in English, Spanish, Portuguese and German. In order to have this multi-language support please enable Use Base Internationalization inside your project and add languages that you w… (6,253 words) - [SailPoint Identity Security Cloud](/content/developer/docs/sailpoint-identity-security-cloud/index.html): SailPoint Identity Security Cloud is an enterprise identity governance platform used by large organizations to manage access certification, provisioning, and lifecycle management across their application portfolio. The Incode and SailPoint integration adds biometric identity verification as a step w… (338 words) - [Helpdesk Verifications](/content/developer/docs/helpdesk-verifications/index.html): The Helpdesk integration enables IT and support agents to initiate an identity verification session for an employee on demand before handling high-risk requests such as MFA resets, account unlocks, or access changes. Instead of relying on knowledge-based authentication such as security questions, th… (270 words) - [Javadoc](/content/developer/docs/android-sdk-reference/index.html): Review the API Javadoc for complete specification of the IncodeWelcome SDK. Older versions of the API Javadoc can be found on GitHub by browsing version tags. Please reach out to your customer success manager for access. (36 words) - [Self-Serve Portal](/content/developer/docs/self-serve-portal/index.html): The Self-Serve Portal lets employees reset their passwords and MFA credentials on their own. The portal uses Incode biometric verification to confirm the employee's identity before allowing any credential changes. Self-Serve Flow Log in: The employee navigates to the Self-Serve Portal and enters t… (270 words) - [Student Information System Integrations](/content/developer/docs/student-information-system-integrations/index.html): Student Information System (SIS) integrations embed Incode identity verification into the platforms used by higher education institutions and K-12 organizations to manage student records, enrollment, and access to academic resources. They are designed for use cases where confirming a student's or ap… (227 words) - [Data Enrichment](/content/developer/docs/oem-msp-partner-itegrations/index.html): Incode's OEM and MSP partner integrations combine Incode's biometric and document verification with third-party identity data signals to produce a more complete and reliable identity decision. While Incode confirms that a person is physically present and matches their government-issued ID, OEM and M… (215 words) - [Alloy](/content/developer/docs/alloy/index.html): Alloy is a KYC- and fraud-decisioning middleware platform used by banks and fintechs to orchestrate identity checks at account opening and throughout the customer lifecycle. In the Incode and Alloy integration, Incode is the document and biometric verification node inside an Alloy decision graph. Wh… (157 words) - [Equifax](/content/developer/docs/equifax/index.html): Equifax provides identity and fraud products, including KOUNT and core credit bureau data, used by financial institutions and fintechs to assess identity risk during account opening and transaction monitoring. In the Incode and Equifax integration, Incode is the biometric and document verification f… (131 words) - [TransUnion](/content/developer/docs/transunion/index.html): TransUnion IDVision and TLOxp provide device intelligence, phone and email risk signals, and identity graph data used by financial institutions and insurance companies during onboarding and fraud investigations. The Incode x TransUnion integration pairs Incode biometric and document verification wit… (140 words) - [ITDR Integrations](/content/developer/docs/itdr-integrations/index.html): ITDR (Identity Threat Detection and Response) integrations connect Incode to your threat detection platform, enabling your security team to trigger identity verification as part of an active incident response workflow. When a suspicious activity alert—such as anomalous login behavior, lateral moveme… (155 words) - [Identity Governance and Administration Integrations](/content/developer/docs/iga-integrations/index.html): Identity Governance and Administration (IGA) integrations connect Incode identity verification to your IGA platform, enabling identity proofing as part of provisioning, access certification, and lifecycle management workflows. These integrations let your IGA platform confirm that the person requesti… (78 words) - [CRM Integrations](/content/developer/docs/crm-integrations/index.html): Customer Relationship Management (CRM) integrations connect Incode identity verification to the platforms your sales and operations teams use to manage customer relationships. They are designed for use cases where verifying a customer's identity is a required step before activating an account, compl… (135 words) - [CIAM Integrations](/content/developer/docs/ciam-integrations/index.html): Customer Identity and Access Management (CIAM) integrations add Incode identity verification as a step within your customer-facing authentication flows. They are designed for use cases where verifying the identity of a customer, not an employee, is required as part of sign-up, login, or a sensitive … (179 words) - [Experian](/content/developer/docs/experian/index.html): Experian CrossCore is an identity and fraud orchestration platform used by banks and fintechs during customer onboarding. In the Incode and Experian integration, Incode is the biometric document capture and liveness detection layer within a CrossCore workflow. Experian supplies data-based identity c… (134 words) - [E-commerce Integrations](/content/developer/docs/e-commerce-integrations/index.html): E-commerce integrations let you embed identity verification into your online store or marketplace. They are designed for use cases where confirming a buyer's age or identity is a required step before a purchase can be completed, such as regulated goods, age-restricted products, or high-value transac… (109 words) - [Recruitment Integrations](/content/developer/docs/recruitment-integrations/index.html): Recruitment integrations let you initiate identity verification from your applicant tracking system (ATS) as part of the hiring process. They are designed for candidate verification use cases, where confirming a candidate's legal identity is a required step before an offer is extended, a background … (181 words) - [CyberArk](/content/developer/docs/cyberark/index.html): Coming Soon This integration is in development. Contact your Incode Representative for early access and timeline details. CyberArk is a privileged access management and identity security platform used by enterprises to protect high-value accounts and detect identity-based threats. The Incode and Cyb… (92 words) - [HR Integrations](/content/developer/docs/hr-integrations/index.html): HR integrations let you initiate identity verification from your human resources platform as part of hiring and onboarding. Use them for pre-employment and new-hire use cases where verifying a candidate's or new employee's legal identity is a required step before they can access company systems or c… (135 words) - [Web SDK Installation](/content/developer/docs/incode-web-sdk-installation/index.html): Learn how to integrate the Incode Web SDK in your web applications (61 words) - [developer/docs/user_guide-md.html](/content/developer/docs/user_guide-md.html) (1,844 words) - [Migration Guide](/content/developer/docs/react-native-migration-guide/index.html): Migration to 9.14.0 Renamed neutral and black color palette tokens on Android The neutral and black keys in theme's colorPalette have been renamed: neutral -> neutralLight black -> neutralDark If you provided the theme via a JSON config, rename the keys inside colorPalette: "colorPalette": { + "neut… (3,070 words) - [Migration Guide Legacy](/content/developer/docs/migration-guide-legacy/index.html): Welcome SDK Migration from V4.X.X to V4.12.1 The default value of waitForTutorials has been changed from true to false for the following APIs: IdScan.Builder().setWaitForTutorials() SelfieScan.Builder().setWaitForTutorials() DocumentScan.Builder().setWaitForTutorials() IdScan.Builder().setWaitForTut… (2,435 words) - [Incode Directory Sync Integration with Okta IAM](/content/workforce-developer/docs/okta-service-app-api-integration/index.html): Incode Workforce integrates with your Okta instance via a Service Application to sync with the employee directory and manage password or MFA reset requests on behalf of employees. By leveraging Okta Service Applications, your Okta admin can grant specific scopes that Workforce requires and monitor l… (715 words) - [Migration guide](/content/developer/docs/migration_guide/index-2.html): IncdOnboarding migration guide Migration to 5.45.0 Model loading API — extended signatures and auto-unload by default IncdOnboardingManager.shared.loadModels and IncdOnboardingManager.shared.loadModelsSynchronously now take two additional parameters: modelGroup: ModelGroup — selects which models to … (2,484 words) - [Migration Guide](/content/developer/docs/flutter-migration-guide/index.html): Migration to 4.18.0 Renamed neutral and black color palette tokens on Android The neutral and black keys in theme's colorPalette have been renamed: neutral -> neutralLight black -> neutralDark If you provided the theme via a JSON config, rename the keys inside colorPalette : "colorPalette": { + "neu… (2,426 words) - [OpenID Connect Integration](/content/workforce-developer/docs/integration-via-openid-connect-protocol/index.html): What is OpenID Connect (OIDC)? OpenID Connect (OIDC) is a modern authentication protocol built on the OAuth 2.0 framework. It enables clients, known as Relying Parties (RPs), to verify the identity of an end-user based on authentication conducted by an Identity Provider (IDP), such as Incode. OIDC a… (2,564 words) - [Selfie Module](/content/developer/docs/web-sdk-2-module-selfie-1/index.html): The Selfie module captures a user's face with ML-powered liveness detection to prevent spoofing. (949 words) - [Changelog](/content/developer/docs/flutter-changelog/index.html): 4.18.0 (Jun 23rd, 2026) Added isInitialized method method that returns a boolean indicating whether the SDK has been fully initialized. Deprecated FaceAuthMode.server in startFaceLogin . Migrate to the FaceAuthentication module instead. FaceAuthMode.local and startFaceLogin() with local mode remain … (2,406 words) - [ES - Spanish](/content/developer/docs/es-spanish-10/index.html): 🆕 Added aes.confirmSignature.finishSigning = Terminar de firmar aes.reviewDocument.subtitle = Asegúrate de que has seleccionado el archivo correcto antes de seguir firmando. aes.reviewDocument.title = Revise su documento biometricConsent. consentOptions = Opciones de consentimiento common.done = ¡H… (1,256 words) - [API Reference](/content/developer/docs/react-native-api-reference/index.html): This is the complete reference for every public API exposed by the React Native SDK default IncodeSdk export from @incode-sdks/react-native-incode-sdk . initialize Initializes the native Incode SDK. Must be called at least once per app lifecycle before any other operation. Signature IncodeSdk.initia… (2,523 words) - [Lever Integration](/content/workforce-developer/docs/lever-integration/index.html): Lever + Incode Candidate Biometric Identity Verification Integration Guide · Tines Automation · v1.0 Automate biometric identity verification for candidates in your Lever ATS pipeline. When a candidate advances to a designated hiring stage, this Tines automation sends a personalized Incode verificat… (2,256 words) - [Results](/content/developer/docs/react-native-results/index.html): This page describes promise results, listener payloads, and common error codes. API results Error enums IncodeSdk.initialize() can reject with IncodeSdkInitError . type IncodeSdkInitErrorCode = | 'simulatorDetected' | 'testModeEnabled' | 'invalidInitParams' | 'configError' | 'activityNotPresent' | '… (2,060 words) - [auth-demo/oauth2/authorize/index.html](/content/auth-demo/oauth2/authorize/index.html) (10 words) - [Africa](/content/developer/docs/group-2/index.html): The following table lists supported identification documents for Africa, organized by country. Algeria (DZA) State Type of ID Subtype of ID Version Description ALL DriversLicense DRIVERS_LICENSE 2018 Driving License ALL IdentificationCard IDENTIFICATION_CARD 2016 Identification Card ALL MedicalCard … (1,595 words) - [Headless Mode](/content/developer/docs/web-sdk-2-headless-mode/index.html): Headless mode lets you use the SDK's core logic without any pre-built UI. This is perfect for: (2,312 words) - [OKTA (Preview) Authenticator Integration](/content/workforce-developer/docs/okta-oidc-authenticator-integration/index.html): This guide walks you through setting up an OIDC-based Authenticator for Incode Workforce within your Okta environment. Set up Guide Step 1: Set up OIDC Identity Provider (IDP) OKTA Admin Dashboard Add Identity Provider: In the Okta Admin Dashboard, navigate to: Security -> Identity Providers -> Add … (726 words) - [Webhook Notifications](/content/workforce-developer/docs/webhooks/index.html): Webhooks allow you to receive real-time notifications to your endpoint for specific events (1,313 words) - [Changelog](/content/developer/docs/cordova-changelog/index.html): 4.6.1 (Jul 3rd 2026) Fixed the problem where initialize method was freezing UI on Android. It now runs on a background thread. Working with Android SDK 5.49.0 and iOS SDK 5.44.0 4.6.0 (Jun 23rd 2026) Added showCloseButton method to show or hide the close button during onboarding. Deprecated setCommo… (1,175 words) - [Dashboard Events](/content/developer/docs/web-sdk-2-events/index.html): The SDK provides a fire-and-forget event tracking system for sending telemetry to the Incode dashboard. This allows you to track module lifecycle, screen (1,186 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil/index.html): 🆕 Added capturePreview.acceptedDocuments.BirthCertificate = Certidão de nascimento capturePreview.acceptedDocuments.country = {{country}} capturePreview.acceptedDocuments.Currency = Moeda capturePreview.acceptedDocuments.DriversLicense = Carteira de motorista capturePreview.acceptedDocuments.Federa… (819 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain/index.html): 🆕 Added capturePreview.acceptedDocuments.BirthCertificate = Partida de nacimiento capturePreview.acceptedDocuments.country = {{country}} capturePreview.acceptedDocuments.Currency = Moneda capturePreview.acceptedDocuments.DriversLicense = Permiso de conducir capturePreview.acceptedDocuments.FederalI… (833 words) - [auth-demo/oauth2/par/index.html](/content/auth-demo/oauth2/par/index.html) (7 words) - [ES - Spanish](/content/developer/docs/spanish-1790/index.html): 🆕 Agregados capturePreview.acceptedDocuments.BirthCertificate = Partida de nacimiento capturePreview.acceptedDocuments.country = {{country}} capturePreview.acceptedDocuments.Currency = Moneda capturePreview.acceptedDocuments.DriversLicense = Permiso de conducir capturePreview.acceptedDocuments.Fede… (831 words) - [EN - English](/content/developer/docs/1790-translations-change-summary/index.html): 🆕 Added capturePreview.acceptedDocuments.BirthCertificate = Birth Certificate capturePreview.acceptedDocuments.country = {{country}} capturePreview.acceptedDocuments.Currency = Currency capturePreview.acceptedDocuments.DriversLicense = Drivers License capturePreview.acceptedDocuments.FederalID = Fe… (792 words) - [Incode IDV with Okta: Integrating with Account Resets & Recovery](/content/workforce-developer/docs/incode-idv-integrating-with-high-risk-journeys/index.html): Prerequisites Before starting, ensure you have setup Incode Workforce IDV with Okta as described here Use your Workforce IDV with Okta Account Management Policy Okta's Account Management Policy defines how users must authenticate when they enroll authenticators or edit their personal information. S… (383 words) - [PT - BR- Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-11/index.html): 🆕 Added aes.confirmSignature.finishSigning = Concluir a assinatura aes.reviewDocument.subtitle = Certifique-se de ter selecionado o arquivo correto antes de continuar a assinar. aes.reviewDocument.title = Revise seu documento biometricConsent. consentOptions = Opções de consentimento common.done = … (1,257 words) - [Configure Incode as an SSO Provider](/content/workforce-developer/docs/configure-incode-as-an-sso-provider/index.html): Enable Incode as a trusted Identity Provider (IdP) in Okta to deliver a seamless, passwordless login experience. By configuring Incode as the SSO provider, users can authenticate directly with Incode’s identity verification, allowing it to serve as the sole authentication factor for accessing Okta a… (546 words) - [Changelog (deprecated)](/content/developer/docs/changelog-deprecated/index.html): 1.4.6 (Sep 24th 2024) Using iOS 1.4.5x, Android 5.30.0 1.4.5 (Jul 15th 2024) Now using omni/interview-events API when logging events Using iOS 1.4.5x 1.4.4 (Mar 29th 2024) VerifyFace on iOS now uses updated API calls that require uuid only, so the customerToken param is now deprecated. Using iOS 1.4… (685 words) - [Configure Custom Claims Mapping for Incode IDV in Okta](/content/workforce-developer/docs/update-claims-mapping-in/index.html): Configuring Custom Claims Mapping for Incode IDV in Okta Overview When integrating Incode Identity Verification (IDV) with Okta, you can customize which user attributes are sent for verification. By default, Okta uses the firstName and lastName fields in the user profile. However, if your organizat… (382 words) - [Fetch Successful Verification Results](/content/workforce-developer/docs/fetching-verification-results/index.html): The Fetch Successful Verification Result endpoint allows clients to retrieve detailed verification data for a specific identity verification process conducted within Incode Workforce when it was successful. This process works best when used in combination with webhooks since verification events are … (440 words) - [Authentication Strengths & Conditional Access with Incode EAM](/content/workforce-developer/docs/authentication-strengths-conditional-access-with-incode-eam.html): This article explores how to combine Microsoft Entra ID’s Authentication Strengths and Conditional Access with Incode’s External Authentication Method (EAM). You’ll learn how Incode integrates directly with Entra to act as a trusted external MFA provider, allowing organizations to satisfy Conditiona… (307 words) - [Create a Workflow](/content/developer/docs/creating-a-workflow-from-a-template/index.html): Select and customize Omni Dashboard templates to simplify new flow setup. (230 words) - [SDK Customization How-To Guide](/content/developer/docs/user-guide-customization/index.html): Guidance for customizing the look and feel of your onboarding UI with the Incode SDK. (10,374 words) - [auth-demo/oauth2/jwks/index.html](/content/auth-demo/oauth2/jwks/index.html) (15 words) - [Microsoft Entra External Authentication Method Integration](/content/workforce-developer/docs/entra-external-authentication-method-integration/index.html): An external authentication method (EAM) lets users choose an external provider to meet multifactor authentication (MFA) requirements when they sign to Microsoft Entra ID. Incode has developed an authentication method that requires user to verify their identity as part of login process. Requirements … (469 words) - [Microsoft Entra as an IAM provider Integration](/content/workforce-developer/docs/entra-as-iam-provider-integration/index.html): Before you begin Make sure you can access to your company Microsoft Entra instance You must have User Administrator, Groups Administrator, Application Administrator and App Developer role to perform App Registration, group and user setup You must have Global Administrator role to grant required App … (545 words) - [Configure Entra ID Password Reset Link to Redirect to Incode Self-Service Portal](/content/workforce-developer/docs/configure-entra-id-password-reset-link-to-redirect-to-incode-self-service-portal.html): Overview This guide explains how to configure the Microsoft Entra ID (Azure Active Directory) password reset link so that users are redirected to the Incode Self-Service Portal . This integration ensures that employees resetting their credentials are seamlessly guided through Incode’s secure identit… (276 words) - [Custom Integration Guide](/content/workforce-developer/docs/custom-integration-guide/index.html): The Custom Integration type allows organizations to integrate identity verification with minimal setup and any system. How to Set Up Custom Integration on the Incode Workforce Dashboard Navigate to the Integrations section in the Incode Workforce dashboard. Click Add Integration and select Custom In… (298 words) - [EN - English](/content/developer/docs/en-english-10/index.html): 🆕 Added aes.confirmSignature.finishSigning = Finish signing aes.reviewDocument.subtitle = Make sure you've selected the correct file before you continue to sign. aes.reviewDocument.title = Review your document biometricConsent. consentOptions = Consent Options common.done = Done! common.wontTakeLon… (1,151 words) - [Changelog MAUI](/content/developer/docs/changelog-maui/index.html): 2.0.1 (Dec 25th 2025) Fix Invalid Bundle - The bundle contains disallowed nested bundles when uploading .ipa to AppStore on iOS. Removed Sentry binding project and added Sentry nuget package(v5.0.0) on Android. 2.0.0 (October 21st 2025) Added 3 new modules IdFront , IdBack and ProcessId . Onboardin… (341 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-11/index.html): 🆕 Added aes.confirmSignature.finishSigning = Terminar de firmar aes.reviewDocument.subtitle = Asegúrate de que has seleccionado el archivo correcto antes de seguir firmando. aes.reviewDocument.title = Revise su documento biometricConsent. consentOptions = Opciones de consentimiento common.done = ¡H… (1,235 words) - [Web SDK 2.0 API Reference](/content/developer/docs/web-sdk-2-reference/index.html): Initialize the SDK before using any components: (1,108 words) - [Changelog](/content/developer/docs/design-changelog/index.html): Web SDK 1.84.0, Android SDK 5.41.0 — Design release notes No specific design changes made for these releases. Web SDK 1.83.0, iOS SDK 5.37.0, Android SDK 5.40.0 — Design release notes Highlights Added corner cases screens (for ID Capture V2 and Face Capture V2). Updated permission dialog (web + bott… (224 words) - [Migration Guide](/content/developer/docs/migration-guide-1/index.html): Migration from 1.X.X to 2.0.0 Update Android minSdkVersion to 23 ( 23.0 ). Replace OnboardingConfiguration with the appropriate OnboardingSessionConfigura… (126 words) - [Changelog](/content/developer/docs/changelog/index.html): Starting November 1, 2025, Google Play will block all app submissions and updates targeting Android 15+ that do not support 16 KB page sizes. Compliance requires upgrading to Android SDK 5.38.0 or higher (strongly recommended: upgrade to the latest release). Version 5.49.0 - 2026-June-16 Use the BOM… (23,892 words) - [EN - English](/content/developer/docs/en-english-5/index.html): 🆕 Added desktop.idv2.digitalIdUpload.successfullyProcessed = Successfully processed! email.verified = Email verified! email.verify = Verify your email email.willSendCode = We'll send you a code to ensure it's yours geolocationv2.addressBar = On your address bar tap on AA geolocatio… (622 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-6/index.html): 🆕 Added desktop.idv2.digitalIdUpload.successfullyProcessed = Procesado con éxito. email.verified = Correo electrónico verificado. email.verify = Verifique su correo electrónico email.willSendCode = Te enviaremos un código para asegurarnos de que es tuyo geolocationv2.addressBar = En la barra de dir… (681 words) - [ES - Spanish](/content/developer/docs/es-spanish-5/index.html): 🆕 Added desktop.idv2.digitalIdUpload.successfullyProcessed = Procesado con éxito. email.verified = Correo electrónico verificado. email.verify = Verifique su correo electrónico email.willSendCode = Te enviaremos un código para asegurarnos de que es tuyo geolocationv2.addressBar = En la barra de dir… (696 words) - [Changelog](/content/developer/docs/change_log/index.html): 5.45.0 (Jul 2nd 2026) Features & Enhancements Added SDK Diagnostics collection. Enabled by default; opt out with IncdOnboardingManager.shared.sendDiagnosticsData = false . Redesigned the Combined Consent / Data Sharing Consent module for UX V2, aligning it with the latest design while preserving the… (11,934 words) - [Common Implementation Patterns](/content/developer/docs/react-native-common-implementation-patterns/index.html): Use these patterns as starting points for app integrations. Initialize the SDK Initialize once before launching any flow. import IncodeSdk, { IncodeSdkInitError } from '@incode-sdks/react-native-incode-sdk'; try { await IncodeSdk.initialize({ testMode: false, apiConfig: { key: 'YOUR_API_KEY', url: '… (999 words) - [Migration Guide version 5+](/content/developer/docs/migration-guide/index.html): Welcome SDK Migration from V5.48.0 to 5.49.0 If you are managing dependency versions manually (without the BOM), refer to the Module Versions section in the CHANGELOG for the updated version numbers. 1. Renamed neutral and black color palette tokens To align the V2 theme JSON with iOS so a single co… (8,107 words) - [Modules](/content/developer/docs/react-native-modules/index.html): All the modules supported by the SDK are listed here, with their configuration parameters. Every entry in flowConfig includes: module (required): string. The module name. enabled (optional, defaults to true ): boolean. Explicitly include or skip the module in the flow. For completion payloads, updat… (1,110 words) - [Troubleshooting](/content/developer/docs/web-sdk-2-troubleshooting/index.html): Common issues integrators hit and how to resolve them. Also see the per-module pages and Getting Started for setup-level questions. (1,201 words) - [ES - Spanish](/content/developer/docs/es-spanish-9/index.html): 🆕 Added biometricConsent.subtitle = Su verificación es impulsada por Incode. Para cumplir la normativa estatal, necesitamos su consentimiento para el procesamiento biométrico. documentCapture.camera.subtitle = Asegúrate de que está totalmente visible y pulsa el botón documentCapture.camera.title = … (700 words) - [Dynamic Delivery Usage Guide](/content/developer/docs/react-native-dynamic-delivery-usage-guide/index.html): In case you want to optimize app's Download Size and reduce SDK's size impact, you can opt to download additional SDK resources at some point during execution of your app. Using APIs available in React Native SDK you'll be able to check if the resources are downloaded already, download them if they'… (1,048 words) - [WASM Configuration](/content/developer/docs/web-sdk-2-wasm/index.html): WebAssembly (WASM) powers the SDK's on-device ML pipelines — face detection and liveness for the Selfie module, document detection and quality scoring for the (997 words) - [Getting Started](/content/developer/docs/react-native-getting-started/index.html): This guide covers installing the React Native SDK package, linking native dependencies, and running the first flow. Variant Explanation The SDK is published as @incode-sdks/react-native-incode-sdk . Pick the version suffix that matches your feature set. Variant Example dependency Use when you need S… (690 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-10/index.html): 🆕 Added biometricConsent.subtitle = Su verificación es impulsada por Incode. Para cumplir la normativa estatal, necesitamos su consentimiento para el procesamiento biométrico. documentCapture.camera.subtitle = Asegúrate de que está totalmente visible y pulsa el botón documentCapture.camera.title = … (718 words) - [Certificate Issuance Module](/content/developer/docs/web-sdk-2-module-certificate-issuance/index.html): The Certificate Issuance module issues a digital certificate at the end of a verification flow. The user sets a password that protects the certificate, the backend issues it, and the SDK offers the resulting file for download. Follows the backend-process pattern with a short form step for the passw… (788 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-7/index.html): 🆕 Added curp.continue = Continuar curp.dontHave = No tengo CURP curp.enterCurp = Introduzca su CURP curp.generate = Genera tu CURP curp.generateCta = Generar curp.labels.birthState = Estado de nacimiento curp.labels.dob = Fecha de nacimiento curp.labels.femaleV2 = Mujer curp.labels.firstLast = Nomb… (516 words) - [Theming & Styling](/content/developer/docs/web-sdk-2-theming/index.html): The Incode Web SDK uses CSS custom properties (variables) for theming, making it easy to match your brand. (943 words) - [ES - Spanish](/content/developer/docs/es-spanish-1/index.html): 🆕 Added documentCapture.multiPageDocument.step1.description = Asegúrese de que todo el documento está en el marco documentCapture.multiPageDocument.step1.title = Preparar la primera página documentCapture.multiPageDocument.step2.description = Asegúrese de que todo el documento está en el marco docu… (168 words) - [EN - English](/content/developer/docs/en-english-6/index.html): 🆕 Added curp.continue = Continue curp.dontHave = I don't have a CURP curp.enterCurp = Enter your CURP curp.generate = Generate your CURP curp.generateCta = Generate curp.labels.birthState = Birth state curp.labels.dob = Date of birth curp.labels.femaleV2 = Female curp.labels.firstLast = First lastn… (472 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-2/index.html): 🆕 Added documentCapture.multiPageDocument.step1.description = Certifique-se de que o documento inteiro esteja no quadro documentCapture.multiPageDocument.step1.title = Preparar a primeira página documentCapture.multiPageDocument.step2.description = Certifique-se de que o documento inteiro esteja no… (212 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-3/index.html): 🆕 Added common.attemptsRemaining_other = {{count}} intentos restantes common.attemptsRemaining_one = 1 intento restante idv2.capture.processing.errors.wrongSide.back.subtitle = Captura del reverso del DNI idv2.capture.processing.errors.wrongSide.front.subtitle = Captura de la cara frontal del DNI i… (168 words) - [TypeScript Types](/content/developer/docs/web-sdk-2-typescript-types/index.html): The SDK is written in TypeScript and provides full type definitions. (881 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-1/index.html): 🆕 Added idv2.permissions.fakeDenied.alert = alerta falso focado idv2.permissions.fakeDenied.allowPermissions = Permitir permissões idv2.permissions.fakeDenied.quitProcess = Sair do processo idv2.permissions.fakeDenied.title = A permissão da câmera é necessária para a captura de documentos idv2.perm… (45 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-1/index.html): 🆕 Added idv2.permissions.fakeDenied.alert = alerta falsa centrada idv2.permissions.fakeDenied.allowPermissions = Permitir permisos idv2.permissions.fakeDenied.quitProcess = Abandonar el proceso idv2.permissions.fakeDenied.title = Se requiere permiso de cámara para la captura de documentos idv2.perm… (53 words) - [Web Components](/content/developer/docs/web-sdk-2-web-components/index.html): All SDK consumer components ship as standard Web Components, enabling framework-agnostic integration. For the complete catalog see Individual Modules; the (721 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-3/index.html): 🆕 Added common.attemptsRemaining_other = {{count}} tentativas restantes common.attemptsRemaining_one = 1 tentativa restante idv2.capture.processing.errors.wrongSide.back.subtitle = Capturar o verso da ID idv2.capture.processing.errors.wrongSide.front.subtitle = Capturar a parte frontal da ID idv2.n… (226 words) - [On-Device Face Capture](/content/developer/docs/web-sdk-2-on-device-face-capture/index.html): On-device face capture runs the full face-analysis pipeline (detection, positioning feedback, liveness, age estimation) inside the user's browser via WebAssembly. The captured selfie image never leaves the device — the SDK submits only the analysis results JSON to the server. Video recording is ski… (836 words) - [PT - BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-7/index.html): 🆕 Added curp.continue = Continuar curp.dontHave = Eu não tenho uma CURP curp.enterCurp = Digite sua CURP curp.generate = Gerar sua CURP curp.generateCta = Gerar curp.labels.birthState = Estado de nascimento curp.labels.dob = Data de nascimento curp.labels.femaleV2 = Feminino curp.labels.firstLast =… (498 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-4/index.html): 🆕 Added errors.dynamicImport.suggestion_other = Lo intentaremos de nuevo en {{count}} segundos o puede actualizar manualmente errors.dynamicImport.suggestion_one = Lo intentaremos de nuevo en {{count}} segundo o puede actualizar manualmente idv2.commonIssues.firstStep = 1. Rellena el marco con tu D… (262 words) - [ES - Spanish](/content/developer/docs/es-spanish-6/index.html): 🆕 Added curp.continue = Continuar curp.dontHave = No tengo CURP curp.enterCurp = Introduzca su CURP curp.generate = Genera tu CURP curp.generateCta = Generar curp.labels.birthState = Estado de nacimiento curp.labels.dob = Fecha de nacimiento curp.labels.femaleV2 = Mujer curp.labels.firstLast = Nomb… (489 words) - [ES - Spanish](/content/developer/docs/es-spanish/index.html): 🆕 Added idv2.permissions.fakeDenied.alert = alerta falsa centrada idv2.permissions.fakeDenied.allowPermissions = Permitir permisos idv2.permissions.fakeDenied.quitProcess = Abandonar el proceso idv2.permissions.fakeDenied.title = Se requiere permiso de cámara para la captura de documentos idv2.perm… (35 words) - [ES - Spanish](/content/developer/docs/es-spanish-7/index.html): 🆕 Added commonIssues.blurPresent = Desenfoque presente commonIssues.blurPresentDescription = Aleja o acerca el ID al teléfono hasta que la imagen esté enfocada commonIssues.glarePresent = Resplandor presente commonIssues.glarePresentDescription = Inclina el ID ligeramente hacia arriba o hacia abajo… (391 words) - [EN - English](/content/developer/docs/en-english/index.html): 🆕 Added idv2.permissions.fakeDenied.alert = alert fake focused idv2.permissions.fakeDenied.allowPermissions = Allow permissions idv2.permissions.fakeDenied.quitProcess = Quit process idv2.permissions.fakeDenied.title = Camera permission is required for your document capture idv2.permissions.fakeDen… (32 words) - [Bundle Optimization](/content/developer/docs/web-sdk-2-bundle-optimization/index.html): Reduce your bundle size with tree shaking and code splitting. (841 words) - [End-to-End Encryption](/content/developer/docs/web-sdk-2-e2ee/index.html): End-to-end encryption (E2EE) adds a second layer of encryption on top of HTTPS so that any intermediary that terminates TLS — corporate proxy, CDN, transparent firewall, attacker MITM with a trusted root — cannot read PII payloads (selfie images, ID photos, identity fields). The SDK exposes it as a … (812 words) - [Phone Module](/content/developer/docs/web-sdk-2-module-phone/index.html): The Phone module verifies a user's phone number via SMS OTP (One-Time Password). (1,003 words) - [PT - BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-8/index.html): 🆕 Added commonIssues.blurPresent = Borrão presente commonIssues.blurPresentDescription = Aproxime ou afaste a ID do telefone até que a imagem esteja focada commonIssues.glarePresent = Brilho presente commonIssues.glarePresentDescription = Incline a ID ligeiramente para cima ou para baixo para minim… (355 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-5/index.html): 🆕 Added documentCapture.skip = Pular esta etapa idv2.capture.processing.uploading = Carregando... idv2.deepsightPermissions.subtitle = permissão idv2.deepsightPermissions.title = Permitir câmera e movimento idv2.permissions.allowPermissionsV2 = Permitir permissões de câmera idv2.permissions.inOrder… (284 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-5/index.html): 🆕 Added documentCapture.skip = Omitir este paso idv2.capture.processing.uploading = Cargando... idv2.deepsightPermissions.subtitle = permiso idv2.deepsightPermissions.title = Permitir cámara y movimiento idv2.permissions.allowPermissionsV2 = Permitir permisos de cámara idv2.permissions.inOrderToCom… (286 words) - [Error Code Changes for US Government Verification](/content/developer/docs/error-code-changes-for-us-government-verification/index.html): Upcoming Changes: Demo March 30, Production April 6, 2026 (634 words) - [ES - Spanish](/content/developer/docs/es-spanish-3/index.html): 🆕 Added errors.dynamicImport.suggestion_one = Lo intentaremos de nuevo en {{count}} segundo o puede actualizar manualmente errors.dynamicImport.suggestion_other = Lo intentaremos de nuevo en {{count}} segundos o puede actualizar manualmente idv2.commonIssues.firstStep = 1. Rellena el marco con tu D… (286 words) - [EN - English](/content/developer/docs/en-english-9/index.html): 🆕 Added biometricConsent.subtitle = Your verification is powered by Incode. To comply with state regulations, we need your consent for biometric processing. documentCapture.camera.subtitle = Make sure it's fully visible and press the button documentCapture.camera.title = Show your full document doc… (618 words) - [EN - English](/content/developer/docs/en-english-4/index.html): 🆕 Added documentCapture.skip = Skip This Step idv2.capture.processing.uploading = Uploading... idv2.deepsightPermissions.subtitle = permission idv2.deepsightPermissions.title = Allow camera and motion idv2.permissions.allowPermissionsV2 = Allow camera permissions idv2.permissions.inOrderToCompleteT… (278 words) - [EN - English](/content/developer/docs/en-english-3/index.html): 🆕 Added errors.dynamicImport.suggestion_one = We'll try again in {{count}} second or you can manually refresh errors.dynamicImport.suggestion_other = We'll try again in {{count}} seconds or you can manually refresh idv2.commonIssues.firstStep = 1. Fill the frame with your ID idv2.commonIssues.secon… (230 words) - [ES-ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-2/index.html): 🆕 Added documentCapture.multiPageDocument.step1.description = Asegúrese de que todo el documento está en el marco documentCapture.multiPageDocument.step1.title = Preparar la primera página documentCapture.multiPageDocument.step2.description = Asegúrese de que todo el documento está en el marco docu… (68 words) - [ES - Spanish](/content/developer/docs/es-spanish-4/index.html): 🆕 Added documentCapture.skip = Omitir este paso idv2.capture.processing.uploading = Cargando... idv2.deepsightPermissions.subtitle = permiso idv2.deepsightPermissions.title = Permitir cámara y movimiento idv2.permissions.allowPermissionsV2 = Permitir permisos de cámara idv2.permissions.inOrderToCom… (266 words) - [ES - Spanish](/content/developer/docs/es-spanish-2/index.html): 🆕 Added common.attemptsRemaining_other = {{count}} intentos restantes common.attemptsRemaining_one = 1 intento restante idv2.capture.processing.errors.wrongSide.back.subtitle = Captura del reverso del DNI idv2.capture.processing.errors.wrongSide.front.subtitle = Captura de la cara frontal del DNI i… (191 words) - [EN - English](/content/developer/docs/en-english-8/index.html): 🆕 Added ekyb.addressDetails = Address Details ekyb.continue = Continue ekyb.error.title = Something went wrong ekyb.processing = Processing ekyb.success = Success ekyb.tryAgain = Try again idv2.capture.manualCapture.modeSwitchAriaAnnouncement = Now using manual capture mode. Press the button to cap… (127 words) - [Fetch eKYC Data](/content/developer/docs/fetch-ekyc-input/index.html): An introduction to fetching onboarding eKYC data (431 words) - [PT-BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-4/index.html): 🆕 Added errors.dynamicImport.suggestion_other = Tentaremos novamente em {{count}} segundos ou você pode atualizar manualmente errors.dynamicImport.suggestion_one = Tentaremos novamente em {{count}} segundos ou você pode atualizar manualmente idv2.commonIssues.firstStep = 1. Preencha a moldura com s… (272 words) - [EN - English](/content/developer/docs/en-english-7/index.html): 🆕 Added commonIssues.blurPresent = Blur present commonIssues.blurPresentDescription = Move ID further away or closer to your phone until the image is focused commonIssues.glarePresent = Glare present commonIssues.glarePresentDescription = Tilt the ID slightly up or down to minimize the reflection c… (337 words) - [Platform Release Notes 2025](/content/developer/docs/platform-release-notes-2025/index.html): Below are the release notes for the Incode Omni API, dashboard, and webflow onboarding changes. To view release notes for the SDKs, please view the corresponding sections. (44,875 words) - [Internationalization](/content/developer/docs/web-sdk-2-i18n/index.html): The SDK supports 80+ languages for UI text and error messages. (803 words) - [EN - English](/content/developer/docs/en-english-1/index.html): 🆕 Added documentCapture.multiPageDocument.step1.description = Make sure the entire document is in the frame documentCapture.multiPageDocument.step1.title = Prepare first page documentCapture.multiPageDocument.step2.description = Make sure the entire document is in the frame documentCapture.multiPag… (66 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-8/index.html): 🆕 Added commonIssues.blurPresent = Desenfoque presente commonIssues.blurPresentDescription = Aleja o acerca el ID al teléfono hasta que la imagen esté enfocada commonIssues.glarePresent = Resplandor presente commonIssues.glarePresentDescription = Inclina el ID ligeramente hacia arriba o hacia abajo… (390 words) - [Third-Party Dependencies](/content/developer/docs/web-sdk-2-third-party-dependencies/index.html): The Incode Web SDK loads some resources from domains outside your configured apiURL . This page lists those external network requests — what they're for, and how to remove, replace, or self-host them. Use it to configure Content-Security-Policy allowlists or to run a fully self-hosted deployment. S… (357 words) - [EN - English](/content/developer/docs/en-english-2/index.html): 🆕 Added common.attemptsRemaining_other = {{count}} attempts remaining common.attemptsRemaining_one = 1 attempt remaining idv2.capture.processing.errors.wrongSide.back.subtitle = Capture back side of the ID idv2.capture.processing.errors.wrongSide.front.subtitle = Capture front side of the ID idv2.n… (163 words) - [Platform Release Notes 2024](/content/developer/docs/clean-release-notes-2024/index.html): Below are the release notes for the Incode Omni API, dashboard, and webflow onboarding changes. To view release notes for the SDKs, please view the corresponding sections. (42,837 words) - [Incode ID - Release Notes](/content/developer/docs/incode-id-release-notes/index.html): Below are the release notes for the Incode ID changes. (456 words) - [Oceania](/content/developer/docs/oceania/index.html): The following tables list supported identification documents for Oceania, organized by country. The table for Australia is further divided by state. Australia (AUS) All States Type of ID Subtype of ID Version Description MedicalCard MEDICAL_CARD 2018 Medicare Card MedicalCard MEDICAL_CARD 2019 Medic… (1,041 words) - [Incode React Native SDK reference](/content/developer/docs/react-native-sdk/index.html): Orientation and routing hub for the Incode React Native SDK - identity capture, liveness, NFC, face authentication, dashboard flows, and native UI modules for Android and iOS. The Incode React Native SDK exposes Incode's native onboarding SDKs through a typed JavaScript API. Apps initialize IncodeSd… (441 words) - [ID Capture Module](/content/developer/docs/web-sdk-2-module-id-capture/index.html): The ID Capture module captures front and back images of identity documents (ID cards, passports) with ML-powered quality checks and validation. (730 words) - [Workflow Module](/content/developer/docs/web-sdk-2-module-workflow/index.html): The Workflow module runs server-driven multi-step workflows where step ordering and configuration come from the backend per session. Unlike the (884 words) - [KYB Coverage](/content/developer/docs/kyb-coverage/index.html): Incode KYB provides instant access to verified company information from official sources around the world. We connect to sources such as company registries, ministries, SECs, and government databases — including UBO details in 150+ countries — to help you verify businesses with confidence. Note: Not… (1,630 words) - [ES - Spanish](/content/developer/docs/es-spanish-8/index.html): 🆕 Added ekyb.addressDetails = Dirección ekyb.continue = Continúe en ekyb.error.title = Algo salió mal ekyb.processing = Tratamiento ekyb.success = Éxito ekyb.tryAgain = Inténtalo de nuevo idv2.capture.manualCapture.modeSwitchAriaAnnouncement = Ahora utiliza el modo de captura manual. Pulse el botón… (151 words) - [ES - ES - Spanish (Spain)](/content/developer/docs/es-es-spanish-spain-9/index.html): 🆕 Added ekyb.addressDetails = Dirección ekyb.continue = Continúe en ekyb.error.title = Algo salió mal ekyb.processing = Tratamiento ekyb.success = Éxito ekyb.tryAgain = Inténtalo de nuevo idv2.capture.manualCapture.modeSwitchAriaAnnouncement = Ahora utiliza el modo de captura manual. Pulse el botón… (123 words) - [Platform Release Notes 2022/2023](/content/developer/docs/platform-release-notes-2024-copy/index.html): Below are the release notes for the Incode Omni API, dashboard, and webflow onboarding changes. To view release notes for the SDKs, please view the corresponding sections. (23,260 words) - [United States Credit Bureau](/content/developer/docs/united-states-credit-bureau/index.html): eKYC US Credit Bureau leverages numerous sources of truth to streamline and enhance the customer identity verification process for more accurate and efficient authentication, reducing fraud, and ensuring regulatory compliance. Integration eKYC module configuration for the US Credit Bureau source req… (2,159 words) - [Platform Release Notes 2026](/content/developer/docs/platform-release-notes-2026/index.html): Release notes are originally published along with the Demo release and updated for the SaaS release. Anything added for the SaaS release is marked with an "Update" tag at the beginning of the note. Releases that happened earlier in the year are organized into drop-downs at the bottom of the page. Us… (31,636 words) - [ServiceNow](/content/developer/docs/servicenow/index.html): The Incode integration for ServiceNow enables IT helpdesk agents to trigger identity verification sessions directly from supported record forms without leaving ServiceNow. When an agent clicks Request Identity Verification on a record, the relevant person receives a secure verification link by email… (1,140 words) - [PT - BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-9/index.html): 🆕 Added ekyb.addressDetails = Detalhes do endereço ekyb.continue = Continuar ekyb.error.title = Algo deu errado ekyb.processing = Processamento ekyb.success = Sucesso ekyb.tryAgain = Tente novamente idv2.capture.manualCapture.modeSwitchAriaAnnouncement = Agora, use o modo de captura manual. Pressio… (126 words) - [Cameroon eKYB](/content/developer/docs/cameroon-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the France (FR). eKYB in GB leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, busine… (884 words) - [Event Callbacks](/content/developer/docs/web-sdk-2-event-callbacks/index.html): The SDK provides callbacks to integrate with your application's logic. (387 words) - [Session Management](/content/developer/docs/web-sdk-2-session-api/index.html): Sessions authenticate users with the Incode API. Sessions must be created before rendering any SDK component. (398 words) - [Known Issues](/content/developer/docs/react-native-known-issues/index.html): Android virtual environments Recent native SDK versions can intentionally fail when running in virtualized, rooted, hooked, or otherwise unsafe environments. Use testMode: true only for simulator/emulator development, and validate production flows on real devices. Android GitHub Packages access Andr… (118 words) - [Global Watchlist](/content/developer/docs/global-watchlist/index.html): The document provides a detailed guide on configuring and utilizing the Watchlist module to enhance security and compliance in workflows. It includes information on module configuration options, search criteria, conditions for using watchlist results, and subscribing to updates for notifications. For pricing and provisioning details, it recommends contacting customer support for personalized assistance. (1,329 words) - [API Key Rotation](/content/developer/docs/api-key-rotation/index.html): The API keys that are used for SDK initialization may be rotated for security reasons. Please use the Incode dashboard to revoke keys and generate new ones. Once an API key is revoked from the dashboard, all currently ongoing onboarding sessions that were using that API key are aborted and the onErr… (253 words) - [Caribbean](/content/developer/docs/africa-copy/index.html): The following tables list supported identification documents for the Caribbean, organized by country. Antigua and Barbuda (ATG) State Type of ID Subtype of ID Version Description ALL DriversLicense DRIVERS_LICENSE 2020 Driver's License ALL MedicalCard SOCIAL_SECURITY_BOARD 2022 Social Security Board… (1,054 words) - [Historical Release Notes](/content/developer/docs/historical-release-notes/index.html): Platform Release Notes 2025 Platform Release Notes 2024 Platform Release Notes 2022/2023 Incode ID - Release Notes (47 words) - [ID OCR Module](/content/developer/docs/web-sdk-2-module-id-ocr/index.html): The ID OCR module extracts structured data (name, address, document number, dates, etc.) from a captured ID image. Typically runs after ID Capture. (433 words) - [Signature Module](/content/developer/docs/web-sdk-2-module-signature/index.html): The Signature module captures a handwritten signature on a touch surface or mouse-driven canvas and uploads it to the backend. (346 words) - [Redirect to Mobile Module](/content/developer/docs/web-sdk-2-module-redirect-to-mobile/index.html): The Redirect to Mobile module bridges desktop-initiated verifications to mobile devices: it generates a QR code (and optional SMS link) that hands the user off (320 words) - [Watchlist Module](/content/developer/docs/web-sdk-2-module-watchlist/index.html): The Watchlist module runs a backend sanctions / PEP / global watchlist screening on the user's identity data already collected in the session. Fire-and-forget (213 words) - [Identity Reuse Module](/content/developer/docs/web-sdk-2-module-identity-reuse/index.html): The Identity Reuse module recognizes a returning user by matching their selfie against existing on-file biometric records, then offering them the choice to (335 words) - [Jira Service Management](/content/developer/docs/jira-service-management/index.html): This page covers configuring the Incode Identity Verification app for Jira Service Management (JSM). The integration allows help desk agents to verify employee identities directly from a JSM service request using Incode's biometric verification platform. When a service request is created, agents can… (852 words) - [Europe](/content/developer/docs/digital-ids-europe/index.html): Incode supports more than 20 identity schemes across Europe. To enable methods for a flow, go to ID Capture Module → Digital IDs → Europe in the Dashboard. Methods are grouped by country. When multiple methods are enabled, users see the highest-adoption method for their detected location first. Cont… (610 words) - [Central America](/content/developer/docs/supported-ids-central-america/index.html): The following tables list supported identification documents for Central America, organized by country. Belize (BLZ) State Type of ID Subtype of ID Version Description ALL DriversLicense DRIVERS_LICENSE 2016 Belize Driver's License ALL DriversLicense DRIVERS_LICENSE 2021 Belize Driver's License ALL … (781 words) - [Watchlist for Business Module](/content/developer/docs/web-sdk-2-module-watchlist-for-business/index.html): The Watchlist for Business module collects a country and business name from the user, then screens against Incode's business-watchlist endpoint. Differs from (162 words) - [ India DMV](/content/developer/docs/ekyc-india-dmv/index.html): India eKYC non-doc verification leverages India's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and … (880 words) - [Okta IDV Standard](/content/developer/docs/okta-idv-standard/index.html): The Okta IDV Standard integration adds Incode biometric identity verification as a native step within Okta authentication policies. Using the Okta Identity Verification Standard, Incode is registered as a third-party identity verification provider directly in Okta, no custom redirects or middleware … (504 words) - [Mobile Integration Code Examples](/content/developer/docs/mobile-code-examples/index.html): After reading about the different types of SDK integrations we offer, please see the following sample code projects if you would like to test each of the Incode modules available. The Incode example projects are distributed through private GitHub repositories. To receive credentials for the SDK, rea… (357 words) - [United States Telco 1](/content/developer/docs/united-states-telco1/index.html): eKYC leverages U.S. telco databases to streamline and enhance the customer identity verification process by accessing telecommunications data for more accurate and efficient authentication, reducing fraud, and ensuring regulatory compliance. Integration eKYC module configuration for the US Telco sou… (1,870 words) - [Passwordless Sign-In with Okta IDV Standard](/content/developer/docs/passwordless-sign-in-with-okta-idv-standard/index.html): You can configure a passwordless sign-in experience using Incode IDV and Okta Fastpass. In this flow, users authenticate with Okta Verify with Fastpass instead of a password. Incode IDV is used during the initial enrollment step to verify the user's identity before Fastpass is provisioned to their d… (479 words) - [Fetching Crosscheck Results](/content/developer/docs/fetching-crosscheck-results/index.html): How to fetch results of a crosscheck that was configured in the dashboard (165 words) - [Okta Authenticator (Preview/OIE)](/content/developer/docs/okta-authenticator-previewoie/index.html): This page describes how to set up Incode as an OIDC-based Authenticator within an Okta Identity Engine (OIE) environment. The result is an Incode biometric factor that can be required in Okta Enrollment and Authentication Policies, functioning as MFA for any applications you choose to protect. If yo… (603 words) - [Silent Network Authentication (SNA)](/content/developer/docs/silent-network-authentication-sna/index.html): Overview Silent Network Authentication (SNA) is a phone number verification method that authenticates users through their mobile network using real-time carrier signals. Instead of relying on one-time passwords sent via SMS, SNA verifies that the device associated with the provided phone number is a… (700 words) - [Okta Authenticator (Classic)](/content/developer/docs/okta-authenticator-classic/index.html): This page covers setting up Incode as an OIDC-based authenticator in an Okta Classic environment. If your organization uses Okta Identity Engine (OIE), follow the Okta Authenticator (Preview/OIE) steps instead. Prerequisites Ensure you have the following before you begin: Access to the Integrations… (635 words) - [United States Driver's License](/content/developer/docs/united-states-drivers-license/index.html): Driver's License verification is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and efficient verification methods. One use case where this is benefi… (440 words) - [Configure Claims Matching with Okta IDV Standard](/content/developer/docs/configure-claims-matching-with-okta-idv-standard/index.html): When using Incode IDV with Okta, claims matching verifies that the person completing an identity verification session is the same person on record in your Okta directory. Okta sends the claims it wants Incode to validate as part of the authentication request, and Incode matches those claims against … (544 words) - [Kenya eKYB](/content/developer/docs/kenya-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the France (FR). eKYB in GB leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, busine… (873 words) - [Argentina Civil Register](/content/developer/docs/ekyc-argentina-civilregister/index.html): Argentina eKYC non-doc verification leverages Argentina's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automat… (1,027 words) - [Android](/content/developer/docs/setup-android/index.html): This guide will get you started with the Android SDK for onboarding with Incode. (1,044 words) - [Microsoft Entra Directory](/content/developer/docs/microsoft-entra-directory/index.html): The Microsoft Entra directory integration syncs your Entra user directory with Incode, enabling employee lookups and claims matching during identity verification sessions. This integration is required for any flow that requires verifying a user against their Entra directory record, including Self-Se… (534 words) - [United States Telco 2](/content/developer/docs/united-states-telco-2/index.html): eKYC leverages U.S. telco sources of truth to streamline and enhance the customer identity verification process by accessing telecommunications data for more accurate and efficient authentication, reducing fraud, and ensuring regulatory compliance. Integration eKYC module configuration for the US Te… (1,500 words) - [Account Resets & Recovery with Okta IDV Standard](/content/developer/docs/account-resets-recovery-with-okta-idv/index.html): You can use Incode identity verification (IDV) as the authentication method in Okta's Account Management Policy, enabling employees to recover access to their accounts through biometric and document verification instead of or in addition to traditional recovery factors. This page covers configuring … (329 words) - [Configure Entra Self-Service to Redirect to Incode Verification](/content/developer/docs/configure-entra-self-service-to-redirect-to-incode-verification.html): By default, Microsoft Entra's Forgot Password link on the sign-in page initiates Entra's native Self-Service Password Reset (SSPR) flow. This page covers how to redirect that link to the Incode Self-Service Portal instead, routing employees through biometric identity verification before they can res… (254 words) - [Watchlist for Businesses](/content/developer/docs/watchlist-for-business/index.html): Conditions/Rules: In today's rapidly evolving digital landscape, ensuring security and compliance within various processes has become paramount. The Watchlist module, a sophisticated processing node, stands at the forefront of this initiative. Designed to integrate seamlessly into workflows, this mo… (1,291 words) - [Microsoft Entra EAM](/content/developer/docs/microsoft-entra-eam/index.html): An External Authentication Method (EAM) lets users satisfy Microsoft Entra ID's MFA requirements through an external provider. This page covers configuring Incode as an EAM in your Entra environment and describes the use cases this enables. Prerequisites Ensure you have the following before you beg… (630 words) - [Configure Incode as SSO Provider with Okta IDP](/content/developer/docs/configure-incode-as-sso-provider-with-okta-idp/index.html): You can configure Incode as a Single Sign-On (SSO) provider for your Okta-connected applications, enabling users to authenticate with Incode biometric verification as their primary login method across your app portfolio. This configuration builds on the Okta IDP Integration and assumes the OIDC iden… (339 words) - [eKYC (electronic Know Your Customer)](/content/developer/docs/ekyc/index.html): Overview of the eKYC identity verification process, which is used by many countries to protect against fraud. (954 words) - [Asia](/content/developer/docs/digital-ids-asia/index.html): Incode supports different digital identity schemes in Asia. To enable methods for a flow, go to ID Capture Module → Digital IDs in the Dashboard. Contact your Incode Representative to enable support for specific countries. Available methods Method SDK ID Country Singpass singpass Singapore (SG) Di… (159 words) - [North America](/content/developer/docs/group-1/index.html): The following tables list supported identification documents for North America, organized by country, then state. Canada (CAN) All States Type of ID Subtype of ID Version Description IdentificationCard IDENTIFICATION_CARD 2013 Identification Card IdentificationCard CANADIAN_CITIZENSHIP_CARD 2002 Cer… (13,031 words) - [Mobile Integration: Workflows](/content/developer/docs/mobile-workflow/index.html): Prerequisites The SDK must already be installed into the project. Follow the details outlined in the Setup Environment Minimum supported OS: Android 23 iOS 13 Step 1: Initialize the Incode SDK Fast way to initialize the SDK Before the Incode SDK can be utilized, it must be initialized. Check the fol… (1,710 words) - [Philippines ](/content/developer/docs/ekyc-philippines/index.html): Philippines eKYC non-doc verification leverages the Philippines' sources of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through… (943 words) - [Productivity Integrations](/content/developer/docs/productivity-integrations/index.html): Productivity integrations bring identity verification into the collaboration tools your teams use every day. Instead of requiring employees to visit a separate portal or app, they can send and complete verification requests within familiar tools like Slack. These integrations are well-suited for IT … (131 words) - [Custom Watchlist](/content/developer/docs/custom-watchlist/index.html): Incode's Custom Watchlist is a feature that allows clients to manage a private watchlist of users. (767 words) - [Email Risk Check](/content/developer/docs/email-risk-check/index.html): Incode’s Email Risk Check determines the level of risk associated with it. The Email Check module is used to help assess the trust and potential risk of an email address. Integration User input flow Email Risk module configuration allows collection of user data via a user input flow where users can … (467 words) - [Supported IDs](/content/developer/docs/supported-ids/index.html): Supported IDs are identification documents that Incode can correctly classify and extract information from. This section provides a list of these Supported ID documents, organized by the geographic area where they originate. (34 words) - [Slack](/content/developer/docs/slack/index.html): You can add identity verification to Slack using the Incode app for Slack. After installing, employees and IT teams can request on-demand identity verification directly from Slack before sharing sensitive information, handling high-risk requests, or granting access to protected meetings. Prerequisi… (354 words) - [Brazil Government](/content/developer/docs/brazil-ekyc-government/index.html): Brazilian eKYC non-doc verification leverages Brazil's government source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through… (1,037 words) - [MX eKYB Pre-fill](/content/developer/docs/mexico-ekyb-pre-fill/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB Pre-fill in Mexico (MX). eKYB Pre-fill in MX leverages Mexico's source of truth to automatically retrieve and populate business information based on a company's tax ID (RFC), including … (706 words) - [Brazil eKYB](/content/developer/docs/ekyb-brazil/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Brazil. eKYB in Brazil leverages the government source of truth to validate the legitimacy of businesses, including their taxID (CNPJ), business name, business address, along with UB… (1,162 words) - [ Canada Residential + Credit Bureau](/content/developer/docs/ekyc-canada-rescredit/index.html): Canada eKYC non-doc verification leverages Canada's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and… (805 words) - [Chile](/content/developer/docs/ekyc-chile-1/index.html): Chile eKYC non-doc verification leverages Chile's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and e… (681 words) - [Authentication Strengths & Conditional Access with Entra EAM](/content/developer/docs/authentication-strengths-conditional-access-with-entra-eam.html): This page covers using Microsoft Entra ID's Authentication Strengths and Conditional Access policies together with Incode EAM. Authentication Strengths define the assurance level required for a given access scenario. Conditional Access policies enforce those requirements based on conditions like use… (332 words) - [Okta Directory](/content/developer/docs/okta-directory/index.html): The Okta directory integration syncs your Okta user directory with Incode, enabling employee lookups and claims matching during identity verification sessions. This integration is required for any flow that requires verifying a user against their Okta directory record, including ITSM verifications, … (465 words) - [United Kingdom ](/content/developer/docs/ekyc-uk-voterregister/index.html): United Kingdom eKYC non-doc verification leverages United Kingdom's source of truth (Voter Register) to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines… (849 words) - [United States of America](/content/developer/docs/digital-ids-united-states-of-america/index.html): Credential type: Mobile Driver's License (mDL) Standard: ISO 18013-5 (proximity) / ISO 18013-7 (online/remote) US mDLs are state-issued driving licenses provisioned into a device wallet and cryptographically signed by the issuing state DMV. Incode supports three wallets. All three expose the same at… (349 words) - [United States Credit Bureau 3](/content/developer/docs/united-states-credit-bureau-3/index.html): US eKYC non-doc verification leverages US's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and efficie… (967 words) - [Spain ](/content/developer/docs/ekyc-spain-phoneregister/index.html): Spain eKYC non-doc verification leverages Spain's source of truth (Utility - Phone Register) to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operati… (964 words) - [IAM Integrations](/content/developer/docs/iam-integrations/index.html): Identity and access management (IAM) integrations add Incode identity verification as a high-assurance step within your organization's identity and access management flows. They are used to trigger verification sessions during sign-in, account recovery, MFA reset, or any access event where confirmin… (337 words) - [IT Service Management ](/content/developer/docs/it-service-management-itsm-integrations/index.html): IT Service Management (ITSM) integrations connect Incode to your ITSM platform, enabling support agents to trigger identity verification sessions directly within their existing ticketing and workflow tools. This eliminates the need for out-of-band verification steps. When an employee submits a high-… (143 words) - [Supported Digital IDs](/content/developer/docs/digital-ids/index.html): Use Incode's Digital IDs capability to accept and verify government-issued digital identity credentials in any Incode flow. Digital IDs include mobile driver's licenses (mDLs), national eIDs, and government ID apps. The integration model Incode integrates digital IDs into multiple verification flows… (414 words) - [Okta IDP](/content/developer/docs/okta-idp/index.html): The Okta IDP integration configures Incode as the authenticator and Identity Provider (IdP) for your Okta organization. This is distinct from the Okta IDV Standard integration, which uses Okta's built-in IDV Standard. The IDP path gives you broader control over how Incode is wired into Okta: as an O… (335 words) - [United States Telco 5](/content/developer/docs/united-states-telco-5/index.html): eKYC US Telco 5 leverages US telco sources of truth to streamline and enhance the customer identity verification process by accessing telecommunications data for more accurate and efficient authentication, reducing fraud, and ensuring regulatory compliance. Integration User input flow eKYC module co… (931 words) - [India ](/content/developer/docs/india-1/index.html): We support numerous data sources within the India. To get a deep dive, please explore the below: India DMV (19 words) - [Guatemala](/content/developer/docs/ekyc-guatemala/index.html): Guatemala eKYC non-doc verification leverages Guatemala's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automat… (580 words) - [Asia](/content/developer/docs/group-3/index.html): The following tables list supported identification documents for Asia, organized by country. The tables for India and the Philippines are further divided by ID type or state. Afghanistan (AFG) State Type of ID Subtype of ID Version Description ALL IdentificationCard IDENTIFICATION_CARD 2020 National… (7,837 words) - [Nigeria eKYB](/content/developer/docs/nigeria-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the France (FR). eKYB in GB leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, busine… (986 words) - [United States Credit Telco](/content/developer/docs/united-states-credit-telco/index.html): US eKYC non-doc verification leverages US's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and efficie… (880 words) - [Canada Fintrac](/content/developer/docs/ekyc-canada-fintrac/index.html): Canada eKYC non-doc verification leverages Canada's source of truth to validate individuals. It is essential in eKYC processes for ensuring identity authenticity, regulatory compliance, and enhanced security. It helps prevent fraud, boosts user trust, and streamlines operations through automated and… (819 words) - [South America](/content/developer/docs/south-america/index.html): The following tables list supported identification documents for South America, organized by country. The tables for Argentina, Brazil, and Peru are further divided by ID type or state. Argentina (ARG) All States Type of ID Subtype of ID Version Description DriversLicense DRIVERS_LICENSE 1960 Licenc… (6,052 words) - [Brazil Identity Verification and Financial Data](/content/developer/docs/br-identity-verification-and-financial-data/index.html): eKYC Income verification leverages Brazilian sources of truth to streamline and enhance the customer identity verification process by accessing financial data for more accurate and efficient authentication, reducing fraud, and ensuring regulatory compliance. Integration eKYC Income verification conf… (571 words) - [Full Standard SDK Integration](/content/developer/docs/mobile-standard/index.html): Instructions for a straightforward implementation of Incode Mobile Onboarding. (1,731 words) - [eKYB Pre-fill](/content/developer/docs/ekyb-pre-fill/index.html): Overview of the eKYB identity verification process, which is used by many countries to protect against business-to-business fraud. (242 words) - [Advanced Phone Number Risk Check](/content/developer/docs/advanced-phone-risk-check/index.html): Incode’s Advanced Phone Number Risk Check determines the level of risk associated with a phone number. It supports global phone numbers and checks for the following: If the number is an active line Any fraudulent activity associated with the phone number. This can include whether it was exposed in r… (693 words) - [Phone Number Risk Check](/content/developer/docs/phone-risk-check/index.html): Incode’s Phone Number Risk Check determines the level of risk associated with a phone number. It supports global phone numbers and checks for the following: If the number is an active line Any fraudulent activity associated with the phone number. This can include whether it was exposed in recent bre… (403 words) - [Get Onboarding URL [old]](/content/developer/docs/low-code-get-onboarding-url/index.html): This document explains how to obtain static and dynamic Onboarding URLs, with instructions on how to generate them and set up redirect URLs and correlation IDs for user identification. (641 words) - [INE Fingerprint Validation](/content/developer/docs/ine-fingerprint-validation/index.html): Incode's INE Fingerprint Validation lets you verify a user's identity against Mexico's Instituto Nacional Electoral (INE) using fingerprint biometrics captured at a branch or kiosk. You supply fingerprint scans from your existing hardware; Incode forwards them to INE for matching and returns a per-f… (1,072 words) - [Deepsight Overview and Implementation](/content/developer/docs/deepsight/index.html): Enable and implement Incode Deepsight across supported SDKs and understand the related API response changes. (1,304 words) - [US eKYB Advanced+](/content/developer/docs/us-ekyb-advanced-plus/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB Advanced+ in US. eKYB in US leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (9 digit EIN), business name, business address, alo… (1,359 words) - [Canada](/content/developer/docs/canada-1/index.html): We support numerous data sources within the Canada. To get a deep dive, please explore the below on upcoming pages: Canada Res Credit Canada Fintrac (25 words) - [Argentina](/content/developer/docs/argentina/index.html): We support numerous data sources within Argentina. To get a deep dive, please explore the below sections on upcoming pages. (20 words) - [Denmark eKYB](/content/developer/docs/denmark-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Denmark (DK). eKYB in DK leverages Denmark's source of truth to validate the legitimacy of businesses, including their taxID (CVR number), business name, business address, along with… (925 words) - [Mexico eKYB Lite](/content/developer/docs/mexico-ekyb-lite/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the Mexico (MX). eKYB in MX leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name and bus… (656 words) - [Spain eKYB](/content/developer/docs/spain-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the Spain (ES). eKYB in ES leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, busines… (996 words) - [Brazil](/content/developer/docs/brazil/index.html): We support numerous data sources within Brazil. To get a deep dive, please explore the below sections on upcoming pages: Brazil Government Brazil Financial Identity Verification (docs being updated) (33 words) - [Spain eKYB](/content/developer/docs/spain-ekyb-2/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Spain (ES). eKYB in ES leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either VAT No or Reg No), business name, business ad… (940 words) - [Hong Kong eKYB](/content/developer/docs/hong-kong-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Hong Kong. eKYB in HK leverages the government sources of truth to validate the legitimacy of businesses, including their taxID , business name, business address, along with UBOs. Cu… (825 words) - [North America](/content/developer/docs/us-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB Advanced in US. eKYB in US leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (9 digit EIN), business name, business address, alon… (1,161 words) - [US eKYB Advanced](/content/developer/docs/us-ekyb-advanced/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB Advanced in US. eKYB in US leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (9 digit EIN), business name, business address, alon… (1,164 words) - [China eKYB ](/content/developer/docs/china-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in China (CN). eKYB in CN leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (18 digit Unified Social Credit Code), business name,… (797 words) - [United States of America](/content/developer/docs/the-americas/index.html): We support numerous data sources within the United States. To get a deep dive, please explore the below on upcoming pages: United States Telco United States Credit Bureau United States Driver's License (36 words) - [Malta eKYB](/content/developer/docs/malta/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Malta (MT). eKYB in MT leverages Malta's source of truth to validate the legitimacy of businesses, including their registration number (MBR number), business name, business address, … (967 words) - [Italy eKYB](/content/developer/docs/italy-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the Italy (IT). eKYB in IT leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, busines… (1,012 words) - [eKYC Reason Codes](/content/developer/docs/ekyc-reason-codes/index.html): Reason codes are helpful for eKYC to be able to interpret why your risk levels (Overall Risk, Phone Risk, TaxID Risk, Email Domain Risk, and Address Risk) are returning as "low", "medium", "high" or "very_high". Today, you can view these reason codes on our dashboard results or our API response. In … (10,908 words) - [Netherlands eKYB](/content/developer/docs/netherlands-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the Netherlands (NL). eKYB in NL leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, b… (997 words) - [Israel eKYB](/content/developer/docs/israel-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Israel (IL). eKYB in IL leverages the government sources of truth to validate the legitimacy of businesses, including their taxID, business name, and business address. Note: Israel e… (775 words) - [Mobile Integration: Flows](/content/developer/docs/mobile-flow/index.html): Prerequisites It is first required to Setup Environment install the SDK into the project follow the details outlined in the Setup Environment The minimum supported Android version is 23 , which supports 98.4% of devices. The minimum supported iOS version is iOS 13 , which supports 99.6% of devices. (1,449 words) - [India eKYB](/content/developer/docs/india-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in India (IN). eKYB in IN leverages India's source of truth to validate the legitimacy of businesses, including their tax ID, business name, business address, and directors. Note on UBO… (585 words) - [France eKYB](/content/developer/docs/france-ekyb-copy/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the France (FR). eKYB in FR leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (see below for types of numbers accepted), busin… (995 words) - [United Kingdom eKYB](/content/developer/docs/united-kingdom-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in the United Kingdom (GB). eKYB in GB leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name… (996 words) - [Europe](/content/developer/docs/europe-ekyb/index.html) (30 words) - [France eKYB](/content/developer/docs/france-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in France (FR). eKYB in FR leverages France's source of truth to validate the legitimacy of businesses, including their tax ID, business name, business address, along with UBOs and dire… (952 words) - [Germany eKYB](/content/developer/docs/germany-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Germany (DE). eKYB in DE leverages the government sources of truth to validate the legitimacy of businesses, including their taxID (either Vat No or Reg No), business name, business … (975 words) - [Session Webhooks](/content/developer/docs/session-webhooks/index.html): Overview of the Session Started, Session Failed, Session Succeeded, and Session Pending Review webhooks (1,410 words) - [Tokens Reference (Light/Dark mode)](/content/developer/docs/tokens-reference/index.html): 🔄 Status : Reference (Design Intent) + Implementation in Progress Purpose : This page documents Design System color token mapping ( design intent ) for Light/Dark modes. Important Note : SDK support may vary by platform/version. Validate overrides on your target SDK version. Some tokens may behave … (1,675 words) - [Africa](/content/developer/docs/africa-ekyb/index.html): (30 words) - [Bulgaria eKYB](/content/developer/docs/bulgaria-ekyb/index.html): Earlier in our docs is an overview of our Know Your Business here . Now, this page is focused specifically on eKYB in Bulgaria (BG). eKYB in BG leverages Bulgaria's source of truth to validate the legitimacy of businesses, including their taxID (UIC/EIK number), business name, business address, alo… (671 words) - [Customization](/content/developer/docs/curp-customization/index.html): of CURP module (1,611 words) - [LATAM ](/content/developer/docs/latam-ekyb/index.html): (30 words) - [ID Validation](/content/developer/docs/api-onboarding-id-validation/index.html): Instructions for validating a user ID as part of a batch process onboarding (827 words) - [Request New Onboarding for Integrations API](/content/developer/docs/b2b-request-new-onboarding-api/index.html): This page provides a technical and detailed look into the Request New Onboarding fpr Integrations API. (373 words) - [OAuth2 Secured Sessions](/content/developer/docs/oauth2-secured-sessions/index.html): This page provides a technical and detailed look into the OAuth2 Secured setting within Workflows and Flows. (899 words) - [How to install and use Web SDK](/content/developer/docs/tutorial-creating-an-identity-validation-app/index.html): This tutorial will help you install the Incode Web SDK and use it to create a simple identity validation web app (1,553 words) - [Workflow Implementation Options](/content/developer/docs/workflow-integration/index.html): This page describes how to implement a Workflow for Incode Mobile Onboarding. (994 words) - [Asia ](/content/developer/docs/asia-ekyb/index.html): (30 words) - [Customization](/content/developer/docs/customization-ekyb/index.html): This section outlines the elements you can customize within the eKYB module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, and optimal ca… (2,084 words) - [iOS](/content/developer/docs/setup-ios/index.html): This guide will get you started on iOS mobile onboarding with Incode. (1,307 words) - [Configuration: Webhooks Tab](/content/developer/docs/configuration-webhooks-tab/index.html): An introduction to webhooks and how to configure them in Incode Dashboard (809 words) - [Face Validation](/content/developer/docs/api-onboarding-face-validation/index.html): Instructions for validating faces (also known as selfies) as part of a batch process onboarding (638 words) - [ Customization](/content/developer/docs/customization-watchlist-business/index.html): This section outlines the elements you can customize within the Watchlist for business module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibili… (936 words) - [Customization](/content/developer/docs/customization-ekyc/index.html): This section outlines the elements you can customize within the eKYC module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, and optimal ca… (2,076 words) - [Embedded Iframe](/content/developer/docs/low-code-embedded-iframe/index.html): This document outlines an integration approach involving steps such as obtaining an onboarding URL, creating an Iframe with the URL, polling the backend for the onboarding status, closing the Iframe once onboarding is finished, and fetching scores from the backend. (1,125 words) - [Web SDK Face Authentication](/content/developer/docs/new-face-authentication/index.html): Incode Face authentication is a process in which a previously onboarded user's face is captured using the Incode Web SDK. Incode then compares this selfie to the user's Incode Identity. (1,058 words) - [Forward data to your workflow](/content/developer/docs/forward-data-to-your-workflow/index.html): You can forward custom data when initializing your integrated Workflows. This option is available when the Workflow is initialized on your side via the /omni/start endpoint. Custom Fields The /omni/start endpoint can receive a key-value map in the customFields parameter. Go to Configuration > Genera… (363 words) - [Customization](/content/developer/docs/customization-forms/index.html): This section outlines the elements you can customize within the Forms and data entry module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility… (983 words) - [React Native](/content/developer/docs/setup-react-native/index.html): Instructions for getting started using React Native for mobile onboarding with Incode. We currently support NPM and Expo. (629 words) - [Extended Onboarding React Integration](/content/developer/docs/onboarding-extended-react/index.html): Learn how to integrate Incode Web SDK in your web applications with Typescript and all the recommended modules. (725 words) - [Mobile Face Authentication (offline)](/content/developer/docs/online-11-copy-1/index.html): Description The only difference against an [Online Authentication](authentication - mobile - 1_1) is changing the faceAuth mode, to let the SDK that needs to use the biometric template stored in the device (in a secure way) and compare against the selfie capture. In order to change the faceAuth mode… (556 words) - [Feature Deep Dive](/content/developer/docs/feature-deep-dive/index.html): This section contains more detailed information about products, features, or settings that are part of other pages or processes. Oauth2 Secured Sessions Request New Onboarding for Integrations API Deepsight Overview and Implementation INE Fingerprint Validation (35 words) - [[Legacy] Web SDK Face Authentication](/content/developer/docs/face-authentication/index.html): This document provides a guide on how to authenticate users using face recognition by implementing Incode's Web SDK and API, including steps to initialize the SDK, capture the user's face, check for a face match, and validate the authentication. It also includes a security recommendation to use the 1:1 Web Authentication method for critical operations. (794 words) - [Mobile SDK Face Authentication (online)](/content/developer/docs/authentication-mobile-1_1/index.html): Overview of the Face Authentication Module (566 words) - [Customization](/content/developer/docs/customization-adsign/index.html): This section outlines the elements you can customize within the Advanced Signature module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, … (994 words) - [Redirect To Mobile](/content/developer/docs/redirect-to-mobile/index.html): When verifying customers in a web app, it is best practice to redirect clients to their mobile phone. This is especially true if the app asks customers to submit any item in the list below. Selfie image ID images (front and back) Passport image Utility Bill image Bank Statement image Proof Of Addres… (512 words) - [Onboarding status webhook](/content/developer/docs/onboarding-status-webhook/index.html): An introduction to onboarding statuses and their associated webhook (804 words) - [Authentication Webhook 1:1](/content/developer/docs/authentication-webhook-11/index.html): Overview of the Authentication 1:1 webhook. (453 words) - [Condition Use Cases](/content/developer/docs/condition-use-cases/index.html): Session Success criteria You may need to define specific conditions to determine the session result. In this standard identity verification example, the identity is verified when: The id is valid The user is a live person The user face matches the face from the ID If all conditions are true, the ses… (358 words) - [Fetch Score Data](/content/developer/docs/fetch-scores/index.html): An introduction to fetching onboarding score data (665 words) - [Ionic Capacitor](/content/developer/docs/ionic-capacitor/index.html): This is a guide to implement Incode in the Ionic Capacitor (358 words) - [Start Onboarding Session](/content/developer/docs/api-onboarding-start-session/index.html): Instructions for using the start onboarding API endpoint as part of a batch process onboarding (425 words) - [Customization](/content/developer/docs/email-input-customization/index.html): of Email Input module (1,855 words) - [URL Redirect](/content/developer/docs/low-code-url-redirect/index.html): This document explains an integration approach where users are redirected to an onboarding URL to complete a process without the web app intervening, with options for static or dynamic URLs and fetching scores through webhook notifications. (696 words) - [Webviews](/content/developer/docs/webviews/index.html): WebView support is newly formalized. The requirements and configurations documented here reflect the first official release of WebView as a supported integration method. Support currently covers v2 integrations only and a defined set of core modules. Contact your Incode representative if you have qu… (887 words) - [Work history webhook](/content/developer/docs/work-history-webhook/index.html): An introduction to the work history webhook (240 words) - [Conditions for Workflows](/content/developer/docs/conditions-for-workflows-20/index.html): Overview of Workflow conditions and how you can use them to customize identity verification journeys (670 words) - [Fetch Images](/content/developer/docs/fetch-images/index.html): An introduction to fetching images from an Incode onboarding session (505 words) - [Fetch OCR Data](/content/developer/docs/fetch-extracted-ocr/index.html): An introduction to fetching OCR data for an Incode onboarding session (655 words) - [Proof of payment webhook](/content/developer/docs/payment-proof-webhook/index.html): An introduction to the payment proof webhook (343 words) - [Customization](/content/developer/docs/customization-qsign/index.html): This section outlines the elements you can customize within the Qualified Signature module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility,… (984 words) - [API Integration: Create Onboarding Session](/content/developer/docs/api-single-onboarding/index.html): Overview of how to create a new session using the Incode API (599 words) - [Redirect and Back](/content/developer/docs/low-code-redirect-and-back/index.html): This document outlines a step-by-step integration approach for onboarding users, including getting an onboarding URL, setting a correlationId, redirecting the user, recovering the correlationId, and fetching scores using the reference. (672 words) - [Global watchlists webhook](/content/developer/docs/global-watchlists-webhook/index.html): An introduction to the Global Watchlists Webhook (239 words) - [Complete Onboarding Session](/content/developer/docs/api-onboarding-complete-session/index.html): Instructions for completing a session as part of a batch process onboarding (205 words) - [Specs & Guidelines](/content/developer/docs/guidelines-ekyb/index.html): The eKYB module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adaptation Th… (486 words) - [About the Incode Web SDK](/content/developer/docs/about-incode-websdk/index.html): Overview of the Web SDK and how it can be used for completely customizing onboarding Flows. (374 words) - [Flutter](/content/developer/docs/setup-flutter/index.html): Requirements Flutter SDK Documentation Flutter version >=1.20.0 Installation dependencies: ... onboarding_flutter_wrapper: git: url: git@github.com:Incode-Technologies-Example-Repos/IncdOnboardingFlutter.git ref: master ... Additional Setup for iOS Verify LFS is installed and running Git LFS Documen… (332 words) - [Face Authentication Webhook](/content/developer/docs/face-authentication-webhook/index.html): Overview of the Face Authentication webhook. (141 words) - [INE Scraping](/content/developer/docs/ine-scraping-webhook/index.html): The purpose of this webhook is to notify customers when the results of an INE scraping verification are available. INE scraping functionality is based on the execution of an asynchronous process, this process runs in background and once the results from the “INE Listas Nominales” are retrieved, thes… (291 words) - [Authentication webhook 1:N](/content/developer/docs/authentication-webhook/index.html): Overview of the 1:N Authentication webhook. (189 words) - [OIDC Automatic Configuration](/content/developer/docs/oidc-automatic-configuration/index.html): Face Auth 2.0 combines OpenID Connect (OIDC) with Incode's biometric verification pipeline. The result is a standard OAuth 2.0 authorization code flow — augmented with PKCE — where the authorization server performs liveness detection, ID document validation, and face recognition before issuing token… (1,247 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-watchlist-business/index.html): The Watchlist for business module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & View… (485 words) - [Code Samples for Web Integrations](/content/developer/docs/code-samples-for-web-integrations/index.html): The document provides information about a Backend Sample Server with endpoints for integrating with Incode's API, secure credential handling, setting up HTTPS for local development, exposing the server for webhooks, generating an admin token, low code integrations, and full WebSDK integrations. It also includes guides and links to code repositories for different samples. (306 words) - [Fetch Videoselfie Video File](/content/developer/docs/fetch-videos/index.html): An introduction to fetching the video selfie file for an Incode onboarding session (200 words) - [Cordova](/content/developer/docs/cordova-2/index.html): This is a guide to implement Incode in the Apache Cordova (222 words) - [Customization](/content/developer/docs/customization-watchlist/index.html): This section outlines the elements you can customize within the Watchlist module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, and optim… (561 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-watchlist/index.html): The Watchlist module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adaptati… (482 words) - [Framework Integrations](/content/developer/docs/framework-integrations/index.html): Learn how to integrate Incode Web SDK into several Frameworks (357 words) - [[Legacy] Getting Started With Face Authentication](/content/developer/docs/getting-started-3/index.html): Overview of face authentication and how it can be used. (255 words) - [Videoselfie upload webhook](/content/developer/docs/video-selfie-webhook/index.html): An introduction to the Video Selfie Webhook (173 words) - [Xamarin](/content/developer/docs/setup-xamarin/index.html): Requirements Microsoft Xamarin Guide Xamarin development environment setup Installation The wrapper is available via Nuget package located in the Nuget folder of the project. Make sure to add this folder to the list of sources for Nuget packages. Package should be installed in all your projects. For… (167 words) - [API Batch Processing](/content/developer/docs/api-batch-processing/index.html): An overview of using the Incode Omni API to batch process onboardings (330 words) - [Styling and CSS Customization](/content/developer/docs/web-integrations-styling/index.html): Instructions for customizing your web integration using Incode styling and CSS options. (394 words) - [Customization](/content/developer/docs/id-capture-customization/index.html): This section outlines the elements you can customize within the ID Capture module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, and opti… (1,768 words) - [API Integration: Generate Onboarding URL](/content/developer/docs/api-generate-onboarding-url/index.html): Basic instructions for accomplishing this task with the Incode Omni API (197 words) - [Prerequisites](/content/developer/docs/low-code-prerequisites/index.html): This document outlines the necessary settings for a Workflow in a low-code app to maximize conversion rates, reduce fraud, and protect customer privacy, including redirecting desktop users to mobile, setting a Redirect URL, adding User Consent and Machine Learning Consent modules. (260 words) - [Low-Code Integrations](/content/developer/docs/low-code-integrations/index.html): This document outlines the low-code integration options for Incode's onboarding experience, including URL redirect, redirect and back, and embedded iframe, with comparisons of user experience and customization features. (346 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-forms/index.html): The Forms and data entry module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewpo… (498 words) - [API Integration: Fetch Results and Data](/content/developer/docs/api-fetch-onboarding-results-and-data/index.html): Overview of the results and data produced by an Incode Omni API onboarding session (155 words) - [Web Integrations Customization](/content/developer/docs/web-integrations-customization/index.html): This document outlines customization options for onboarding experiences based on integration type, including options for logos, colors, fonts, shapes, borders, and translations. It also provides guides for styling and localization for Web SDK integrations. (108 words) - [Watchlist for Business](/content/developer/docs/watchlist-business/index.html): The Watchlist for Business module screens business entities against global sanctions lists, Politically Exposed Persons (PEPs), adverse media sources, and other compliance watchlists during onboarding and verification. It helps organizations identify potential compliance risks before account approva… (273 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-watchlist/index.html): V1 provides a basic watchlist screening experience with minimal status feedback and limited customization. V2 improves the watchlist screening experience with clearer processing and success states, better visual feedback, and alignment with the token-based design system. V1 is a basic watchlist expe… (279 words) - [Watchlist and Custom Watchlist](/content/developer/docs/watchlist/index.html): The Watchlist module checks customer identities against global sanctions lists, Politically Exposed Persons (PEPs), and other compliance watchlists during the onboarding and identity verification process. Where it fits in the flow The Watchlist module is typically performed after customer informat… (314 words) - [Customization](/content/developer/docs/customization-esign/index.html): This section outlines the elements you can customize within the Electronic Signature module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility… (903 words) - [Customization](/content/developer/docs/phone-input-customization/index.html): of Phone Number Input module (1,510 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-watchlist-business/index.html): V1 provides a basic Watchlist for Business screening experience with limited visibility into processing states and minimal customization options. V2 enhances the Watchlist for Business experience with clearer verification and review states, improved visual guidance, and full alignment with the token… (294 words) - [Forms and Data Entry](/content/developer/docs/forms-and-data-entry/index.html): Forms and data entry is a key step in onboarding and identity verification workflows. It presents users with a set of configurable input fields to capture essential personal information — such as ID number, email address, country of residence, and date of birth — before proceeding to document captur… (305 words) - [Fetch Device Information and Geolocation Data](/content/developer/docs/fetch-device-info/index.html): An introduction to fetching device information and geolocation data for an Incode onboarding session (284 words) - [Localization and Strings](/content/developer/docs/web-integrations-localization-and-strings/index.html): Incode web products will display in the default language set in the browser, however, you can explicitly set up one of the supported translations. Refer to Supported Languages for a full list. Pro Tip You can explicitly change the language of your application by appending a 2-digit language code in … (128 words) - [Screens & States](/content/developer/docs/screen-states-watchlist-business/index.html): This section provides a complete overview of all possible user-facing states within the Watchlist for business Watchlist Empty The initial state displays a simple business information form where users provide the business name and country before starting the watchlist screening process. Watchlist… (97 words) - [Customization](/content/developer/docs/fiscal-qr-ocr-customization/index.html): This section outlines the elements you can customize within the Fiscal QR OCR module to match your brand while preserving Incode's core UX. It clarifies which areas are flexible, such as text, scanning frame colors, and brand colors, and which elements remain fixed to ensure consistency, accessibili… (1,194 words) - [Screens & States](/content/developer/docs/screens-states-forms/index.html): This section provides a complete overview of all possible user-facing states within the Forms and Data Entry Forms empty Entry point of the data entry module. This screen presents the user with a form containing four customizable required fields: ID number, Email, Country of residence, and Date of … (184 words) - [Customization](/content/developer/docs/upload-digital-id-customization/index.html): This section outlines the elements you can customize within the Upload Digital ID module to match your brand while preserving Incode's core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors, and which elements remain fixed to ensure consistency, accessibility, … (1,303 words) - [OIDC Manual Configuration](/content/developer/docs/oidc-manual-configuration/index.html): Configure the required credentials and server values before integrating the OIDC Onboarding or Authentication flows. All values are available from your Incode dashboard. (1,376 words) - [Customization](/content/developer/docs/geolocation-customization/index.html): of Geolocation module (911 words) - [Customization](/content/developer/docs/manual-upload-id-customization/index.html): This section outlines the elements you can customize within the Manual Upload ID module to match your brand while preserving Incode's core UX. It clarifies which areas are flexible, such as text, tab labels, and brand colors, and which elements remain fixed to ensure consistency, accessibility, and … (1,227 words) - [Manual Upload ID](/content/developer/docs/manual-upload-id/index.html): Manual Upload ID allows users to submit photos of their physical identity document directly from their device's photo library or files as part of the verification flow. It supports multiple document types — such as ID and Passport — and requires the user to upload both the front and back sides, enab… (511 words) - [Screens & States](/content/developer/docs/screens-states-watchlist/index.html): This section provides a complete overview of all possible user-facing states within the Watchlist Watchlist Processing A loading indicator and processing message communicate that the screening is actively in progress while temporarily preventing duplicate submissions or interruptions.. Watchlist … (43 words) - [Resources](/content/developer/docs/web-resources/index.html): Several resources to help you develop your integration (32 words) - [Screens & States](/content/developer/docs/fiscal-qr-ocr-screens-states/index.html): A complete view of all screens the user may encounter during the Fiscal QR OCR experience. Each state includes a brief description and a direct link to its source in Figma. Intro Screen This screen appears at the beginning of the Fiscal QR OCR flow and prepares the user for the scanning step. It di… (237 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-adsign/index.html): The Advanced Signature module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport… (493 words) - [Screens & States](/content/developer/docs/curp-screens-states/index.html): A complete view of all screens the user may encounter during the CURP experience. Each state includes a brief description. Enter CURP This screen prompts the user to enter their Clave Única de Registro de Población (CURP). As the user types, the system validates the input format and enables progres… (222 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-esign/index.html): In V1, the Electronic Signature experience presents a functional but generic capture flow. The screen focuses on collecting the user's signature with a basic canvas, minimal instruction text, and a simple "Continue" button. Processing and success states are simple and isolated, with little continuit… (363 words) - [Specs & Guidelines](/content/developer/docs/face-capture-specs-guidelines/index.html): The Face Capture module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adapt… (517 words) - [Electronic Signature](/content/developer/docs/e-sign/index.html): Electronic Signature is a key step in onboarding and agreement workflows. It lets users draw their signature directly on screen using a finger or mouse. The module provides a clean signing canvas with the option to clear and redo, and a confirmation step to ensure the signature is captured accuratel… (303 words) - [Specs & Guidelines](/content/developer/docs/phone-input-specs-guidelines/index.html): of Phone Number Input module (548 words) - [Customization](/content/developer/docs/customization-ocr/index.html): This section outlines the elements you can customize within the OCR Review module to match your brand while preserving Incode's core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors, and which elements remain fixed to ensure consistency, accessibility, and opt… (876 words) - [Phone Number Input ](/content/developer/docs/phone-number-input-1/index.html): The Phone Number Input module verifies a user’s mobile number using either Silent Network Authentication (SNA) or an SMS-based one-time password (OTP) . OTP Verification When available, Silent Network Authentication validates the phone number directly through the user’s mobile network operator — wit… (639 words) - [Screens & States](/content/developer/docs/phone-input-screens-states/index.html): of Phone Number Input module (213 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-ekyb/index.html): In V1, eKYB Verification presents a functional but generic credentials form experience. The screen focuses on collecting user information user information with standard input fields and minimal contextual structure. Processing and success state are simple and isolated, with little continuity between… (394 words) - [Specs & Guidelines](/content/developer/docs/manual-upload-id-specs-guidelines/index.html): The Manual Upload ID module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Open Screens Specs in Figma (625 words) - [Government Record Verification V1 vs V2 Comparison](/content/developer/docs/government-record-verification-v1-vs-v2-comparison/index.html): In V1, Government Record Verification performs a background check against the corresponding government entity but provides no explicit reference to the source during the verification wait. The loading state is basic, result screens are minimal, and UI elements are not tokenized, which makes customi… (520 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-ekyc/index.html): The eKYC module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adaptation Th… (508 words) - [Specs & Guidelines](/content/developer/docs/email-input-specs-guidelines/index.html): of Email Input module (532 words) - [Data Sharing Consent](/content/developer/docs/data-sharing-consent-2/index.html): The Data Sharing Consent module allows organizations to request and record the user's consent before collecting, processing, or sharing personal information as part of the verification process. This module typically appears before identity verification begins or whenever explicit user authorization … (509 words) - [Screens & States](/content/developer/docs/screens-states-qsign/index.html): This section provides a complete overview of all possible user-facing states within the Qualified Signature experience. T&C Entry point of the Qualified Signature module. This screen presents the Terms & Conditions document for review, allowing the user to read the agreement before proceeding. The … (390 words) - [Specs & Guidelines](/content/developer/docs/geolocation-specs-guidelines/index.html): of Geolocation module (497 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-ocr/index.html): The OCR Review module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adaptation (356 words) - [Screens & States](/content/developer/docs/screens-states-esign/index.html): This section provides a complete overview of all possible user-facing states within the Electronic Signature experience. Signature Canva Entry point of the Electronic Signature module. This screen presents the user with a blank drawing area where they can capture their signature using a finger or m… (181 words) - [Screens & States](/content/developer/docs/screens-states-adsign/index.html): Complete overview of all possible user-facing states for Advanced Signature (241 words) - [Screens & States](/content/developer/docs/screen-states-ekyb/index.html): This section provides a complete overview of all possible user-facing states within the eKYB Verification experience. Entry Form Entry point of the eKYB module. This screen collects the business and beneficial ownership information required for electronic Know Your Business (eKYB) verification. The… (370 words) - [Advanced Signature ](/content/developer/docs/advanced-sign/index.html): Advanced Signature is a key step in onboarding and agreement workflows. It presents users with a document to review and a set of consent statements to confirm before completing the signing process. The module ensures users have read and agreed to all required terms before their signature is submitte… (306 words) - [Specs & Guidelines](/content/developer/docs/government-record-verification-specs-guidelines/index.html): The Government Record Verification module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Open Screens Sp… (564 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-qsign/index.html): The Qualified Signature module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewpor… (490 words) - [Specs & Guidelines](/content/developer/docs/curp-specs-guidelines/index.html): of CURP module (514 words) - [Customization](/content/developer/docs/face-match-customization/index.html): This section outlines the elements you can customize within the Face Match module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible — such as text, brand colors, and buttons — and which elements remain fixed to ensure consistency, accessibility, and a trust… (699 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-ekyc/index.html): In V1, eKYC Verification presents a functional but generic credentials form experience. The screen focuses on collecting user information with standard input fields and minimal contextual structure. Processing and success states are simple and isolated, with little continuity between steps. The expe… (340 words) - [Manual Upload ID V1 vs V2 Comparison](/content/developer/docs/manual-upload-id-v1-vs-v2-comparison/index.html): In V1, Manual Upload ID offers a basic experience for submitting identity document photos from a device. The flow covers the essential steps but provides limited guidance, and UI elements are not tokenized, which makes customization difficult and limits the ability to align the experience with your… (624 words) - [Screens & States](/content/developer/docs/screens-states-ekyc/index.html): This section provides a complete overview of all possible user-facing states within the eKYC Verification experience. Entry Form Entry point of the eKYC module. This screen collects the user’s personal and document information required for electronic Know Your Customer (eKYC) verification. The set … (393 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-adsign/index.html): V1 delivers a basic Advanced Electronic Signature flow with limited guidance. The experience focuses on completing required steps—reviewing a document, selecting checkboxes, and continuing—without clearly explaining the significance of those actions. V2 transforms the flow into a guided and trust-ce… (307 words) - [eKYC](/content/developer/docs/ekyc-design/index.html): The eKYC Verification module collects user identity information and validates it against official records to confirm identity authenticity. It enables compliant, real-time identity verification within onboarding and regulatory flows. This module is designed to be structured and secure, the module ma… (300 words) - [Qualified Signature ](/content/developer/docs/qualified-signature/index.html): Qualified Signature is a key step in onboarding and agreement workflows. It presents users with a document to review and a set of legally required consent statements to confirm before completing the signing process. Where it fits in the flow Qualified Signature is typically positioned after face c… (297 words) - [Customization](/content/developer/docs/data-sharing-consent-customization/index.html): This section outlines the elements you can customize within the Data Sharing Consent module to align with your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as consent copy, illustrations, and brand colors, and which elements remain fixed to ensure transparency… (556 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-qsign/index.html): V1 delivers a basic Qualified Electronic Signature flow with limited guidance. The experience focuses on completing required steps—reviewing a document, selecting checkboxes, and continuing—without clearly explaining the significance of those actions. V2 transforms the flow into a guided and trust-… (307 words) - [Fiscal QR OCR V1 vs V2 Comparison](/content/developer/docs/fiscal-qr-ocr-v1-vs-v2-comparison/index.html): In V1, Fiscal QR OCR offers a basic scanning experience with minimal user guidance, no dedicated intro screen with contextual illustrations, and limited customization options. The scanning flow runs with standard camera behavior and generic feedback states. In V2, Fiscal QR OCR delivers a significan… (497 words) - [Geolocation](/content/developer/docs/geolocation-design/index.html): The Geolocation module determines the user's current location through browser or device permissions. It is used to verify the user's geographical position as part of identity validation or compliance workflows. Where it fits in the flow Geolocation usually appears before ID and Selfie Capture. Aft… (333 words) - [Specs & Guidelines](/content/developer/docs/fiscal-qr-ocr-specs-guidelines/index.html): The Fiscal QR OCR module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adap… (680 words) - [Customization](/content/developer/docs/government-record-verification-customization/index.html): This section outlines the elements you can customize within the Government Record Verification module to match your brand while preserving Incode's core UX. It clarifies which areas are flexible, such as text and brand colors, and which elements remain fixed to ensure consistency, accessibility, and… (770 words) - [Specs & Guidelines](/content/developer/docs/specs-guidelines-esign/index.html): The Electronic Signature module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewpo… (493 words) - [Accessibility Manifest](/content/developer/docs/accessibility/index.html): Overview of the steps Incode takes to recognize and adhere to global accessibility standards and practices (533 words) - [CURP](/content/developer/docs/curp-design/index.html): The CURP module captures and validates the user's Clave Única de Registro de Población (CURP). It is used to verify the user's identity as part of identity validation or compliance workflows. It is used as a country-specific identity verification step for Mexico, typically after basic personal infor… (407 words) - [Geolocation V1 vs V2 Comparison](/content/developer/docs/geolocation-v1-vs-v2-comparison/index.html): V1 provides a functional geolocation experience that supports the required validation logic. However, the flow is rigid and offers limited flexibility to adapt to different products, markets or branding needs, which can lead to inconsistencies and higher user friction. V2 redesigns the geolocation f… (341 words) - [eKYB](/content/developer/docs/ekyb-1/index.html): The eKYB Verification module collects business identity information and validates it against official corporate registries and regulatory databases to confirm the legitimacy of a legal entity. It enables compliant, real-time business verification within onboarding and regulatory flows. Designed to b… (314 words) - [V1 vs V2 Comparison](/content/developer/docs/v1-vs-v2-comparison-ocr/index.html): V1 provides a basic OCR Review experience with limited review states, minimal guidance during data confirmation, and limited customization options. V2 enhances the OCR Review experience with clearer review and processing states, improved editable and non-editable data handling, stronger visual guida… (302 words) - [Email Input V1 vs V2 Comparison](/content/developer/docs/email-input-v1-vs-v2-comparison/index.html): V1 provides a basic email input and verification experience. While it supports the necessary validation logic, the flow offers less flexibility in adapting the experience to different product needs, markets, or branding requirements. V2 rethinks the flow to be clearer, and easier to customize, intro… (367 words) - [Screens & States](/content/developer/docs/email-input-screens-states/index.html): of Email Input module (229 words) - [Specs & Guidelines](/content/developer/docs/upload-digital-id-specs-guidelines/index.html): The Upload Digital ID module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Open Screens Specs in Figma (537 words) - [Email Input](/content/developer/docs/email-input-design/index.html): The Email Input module allows users to verify their email address by entering it and confirming a one-time passcode (OTP) sent to their inbox. This module ensures email ownership, a key step in identity verification and account activation flows. It is designed for clarity, speed, and accessibility —… (436 words) - [CURP V1 vs V2 Comparison](/content/developer/docs/curp-v1-vs-v2-comparison/index.html): V1 provides a basic CURP input and validation experience. While it supports correct data entry and basic validation logic, the flow offers limited flexibility for customization and is not fully aligned with the token-based design system. V2 builds on the same functional foundation but rethinks the e… (376 words) - [Phone Number V1 vs V2 Comparison](/content/developer/docs/phone-input-v1-vs-v2-comparison/index.html): V1 provides a basic phone number input and verification experience. While it supports the necessary validation logic, the flow offers less flexibility in adapting the experience to different product needs, markets, or branding requirements. V2 rethinks the flow to be clearer, and easier to customize… (370 words) - [ID Capture V1 vs V2 Comparison](/content/developer/docs/id-capture-v1-vs-v2/index.html): In v1, the ID Capture experience begins with a simple tutorial slide followed by a native camera permission request. Once granted, the user enters the capture flow with minimal guidance. Instructions are limited to small tooltip-like titles inside a gray section box, with no dynamic feedback, onboa… (698 words) - [Government Record Verification](/content/developer/docs/government-record-verification-1/index.html): Government Record Verification automatically compares the identity data extracted from the user's document against the records held by the corresponding government entity — such as the INE in Mexico or the Registraduría in Colombia. The verification runs in the background and presents the user with … (441 words) - [Upload Digital ID](/content/developer/docs/upload-digital-id/index.html): Upload Digital ID allows users to submit a government-issued digital identity document in PDF format as part of the verification flow. It extracts identity data and QR code information from the uploaded file, enabling verification without requiring a physical document capture. Upload Digital ID typi… (411 words) - [OCR Review](/content/developer/docs/ocr-review/index.html): The OCR Review module presents the information automatically extracted from the identity document using OCR. Relevant fields detected on the document—such as full name, date of birth, gender, document number, and expiration date—are pre-filled for the user to review and confirm. This step helps ensu… (400 words) - [Screens & States](/content/developer/docs/data-sharing-screens-states/index.html): A complete view of all screens the user may encounter throughout the Data Sharing Consent experience. Each state includes a brief description and serves as the source of truth for layouts, visual specifications, interactions, and platform-specific variations. Consent Screen Presented to the user to… (139 words) - [Face Capture V1 vs V2 Comparison](/content/developer/docs/face-capture-v1-vs-v2-comparison/index.html): In V1, Face Capture offers a basic experience to capture the user’s face, with limited guidance during the process. It focuses on checking the list of conditions that need to be met for a good capture, providing low visual guidance throughout the flow. In V2, Face Capture guides users step by step.… (487 words) - [Screens & States](/content/developer/docs/geolocation-screens-states/index.html): of Geolocation module (110 words) - [Face Match V1 vs V2 Comparison](/content/developer/docs/face-match-v1-vs-v2-comparison/index.html): In V1, Face Match presents a functional comparison of the selfie and ID portrait under a “Verifying photo based identity” heading, with limited branding and a result conveyed primarily through a tinted photo and a bottom status banner. In V2, Face Match keeps the same core comparison but wraps it i… (459 words) - [Screens & States](/content/developer/docs/id-capture-screens-and-states/index.html): A complete view of all screens the user may encounter during the ID Capture experience. Each state includes a brief description and optionally a link to its source in Figma or screen-specs. Tutorial Introductory screen shown before the camera opens. It sets expectations (flat surface, good lighting… (325 words) - [Australia](/content/developer/docs/system-of-record-australia/index.html): 1. Direct API integration a) Perform a Gov val with Passport: POST /omni/process/government-validation?countryCode=AUS Request Body: { "firstName": "VINCE", "middleName": "", "paternalLastName": "CITIZEN", "cic": "PA0001317", // Passport number "documentType": "Passport", "birthDate": "2013/03/01" } (298 words) - [Face Match](/content/developer/docs/face-match-design/index.html): Face Match confirms that the person presenting themselves is the same person shown in the identity document, by comparing the live selfie against the portrait extracted from the ID. This module typically runs right after the selfie and the ID document have been captured. It acts as the biometric lin… (393 words) - [Design and UX](/content/developer/docs/design-and-experience/index.html): Overview of Incode design for creating a seamless and fully branded user verification experience (616 words) - [Specs & Guidelines](/content/developer/docs/face-match-specs-guidelines/index.html): The Face Match module includes complete Figma specifications documenting spacing, layout rules, typography tokens, and language variants. These specs ensure consistency across platforms and allow localized versions of the UI to scale without breaking the layout. Responsiveness & Viewport Adaptat… (332 words) - [Face Capture](/content/developer/docs/face-capture-design/index.html): Face Capture confirms the user’s physical presence by capturing a live selfie that is later used to validate their identity. This module appears after ID Capture and before verification submission or Face Match, forming a core step in the onboarding and authentication flow. Where it fits in the fl… (420 words) - [Screens & States](/content/developer/docs/face-capture-screens-states/index.html): A complete view of all screens the user may encounter during the Face Capture experience. Each state includes a brief description. Source of truth for layout, visual specs, interactions, and platform variations. Tutorial Pre-capture instructional screen introducing the selfie step. Includes illustr… (267 words) - [Screens & States](/content/developer/docs/face-match-screens-and-states/index.html): A complete view of all screens the user may encounter during the Face Match experience. Each state includes a brief description and a direct link to its source in Figma. Open Full Screen and Specs in Figma Source of truth for layout, visual specs, interactions, and platform variations. Face Compari… (156 words) - [Screens & States](/content/developer/docs/government-record-verification-screens-states/index.html): A complete view of all screens the user may encounter during the Government Record Verification experience. Each state includes a brief description and a direct link to its source in Figma. Government Record Verification This screen appears while the module runs a background check, comparing the id… (121 words) - [Screens & States](/content/developer/docs/upload-digital-id-screens-and-states/index.html): A complete view of all screens the user may encounter during the Upload Digital ID experience. Each state includes a brief description and a direct link to its source in Figma. Tutorial Screen Introductory screen that prepares the user for the Upload Digital ID step. It displays an illustration of … (206 words) - [Incode Onboarding](/content/developer/docs/onboarding-process/index.html): Overview of the onboarding process within the context of the Incode Platform and its main components (780 words) - [ID Capture](/content/developer/docs/id-capture-design/index.html): Overview of the ID Capture module. (382 words) - [Screen & States](/content/developer/docs/screen-states-ocr/index.html): This section provides a complete overview of all possible user-facing states within the OCR Review module Review data editable This screen displays the information extracted from the identity document in an editable format, allowing users to review and correct any inaccurate or incomplete data befo… (90 words) - [Tokens Overview](/content/developer/docs/tokens-overview/index.html): Introduction Design Tokens represent small, repeatable design decisions. We use them as variables instead of repeatable raw values in code (hex, px, em). This makes it easy to make centralized changes and customize Incode's interfaces at a broad scale. Let's say a brand has a Primary Pink color. Des… (322 words) - [Error Code Changes for Colombia](/content/developer/docs/error-code-changes-for-colombia/index.html): This page details changes that were made in June 2026. (393 words) - [User Consent for PII Data](/content/developer/docs/user-consent-overview/index.html): Overview of the types of consent needed for collection of personally identifiable information (PII) and why consent is important. (370 words) - [Mexico](/content/developer/docs/system-of-record-mexico/index.html): Instituto Nacional Electoral (INE) In Mexico, the INE plays a significant role in identity verification by providing biometric verification services, particularly using facial recognition technologies. INE manages a comprehensive database that includes biometric data such as facial images, which are… (240 words) - [Retrieving and Understanding Onboarding Status](/content/developer/docs/retrieve-understand-status/index.html): The following is an introduction to fetching the results of an onboarding interview (531 words) - [Upload Digital ID Customization Overview](/content/developer/docs/upload-digital-id-customization-overview/index.html): Customization Overview Customization is significantly simple and consistent across module. Customizing the experience to match your brand is simpler in V2 The customization system makes it easy to tailor the experience to your brand while maintaining consistency across the entire module. Benefits … (131 words) - [South Africa](/content/developer/docs/system-of-record-south-africa/index.html): Incode verifies Data and Biometrics through a partner against the Department of Home Affairs. Standalone API POST /omni/process/government-validation?countryCode=ZAF Request Body { "idNumber": "12345678901", "firstName": "Trevor", "paternalLastName": "Kings", "maternalLastName": "", "base64Image": {… (167 words) - [Brazil](/content/developer/docs/system-of-record-brazil/index.html): Serviço Federal de Processamento de Dados (SERPRO) SERPRO is a state-owned company in Brazil responsible for processing data and providing information technology services to various government agencies. SERPRO has different databases with data about people living in Brazil. One database under SERPRO… (310 words) - [Argentina](/content/developer/docs/system-of-record-argentina/index.html): Registro Nacional de las Personas (RENAPER) RENAPER is Argentina’s governmental authority for personal identification data and identity verification. Incode’s platform supports clients that independently obtain RENAPER credentials through their own contract with RENAPER, allowing them to access RENA… (204 words) - [Prizma Design System foundations](/content/developer/docs/prizma-design-foundations/index.html): Vision Prizma Design System is a scalable product UI infrastructure. It defines the contract between design and development that enables consistent delivery, faster iteration, and reliable customization across platforms. Prizma is Incode’s single source of truth for our design language. It provides … (186 words) - [Supported Languages](/content/developer/docs/supported-languages-by-platform/index.html): Out-of-the-Box Language Support The Incode Platform (iOS, Android, and Web SDKs) officially supports English en , Spanish es , and Portuguese pt out of the box. You can modify strings for each language in the SDKs; for more information and instructions, refer to customization pages for iOS , Android… (263 words) - [Incode Modules](/content/developer/docs/incode-modules/index.html): Introduction to the modules that make up the Incode onboarding process. (561 words) - [United States](/content/developer/docs/system-of-record-united-states/index.html): Overview of ID document support for the United States (114 words) - [Government Verification Sources](/content/developer/docs/government-verification/index.html): Overview of how Incode uses various government systems of record in the identity verification process. (248 words) - [Colombia](/content/developer/docs/system-of-record-colombia/index.html): Registraduria In Colombia, data validation, particularly of personal identification details, can be conducted against the databases maintained by the Registraduría Nacional del Estado Civil. This entity is responsible for the civil registration of all Colombian citizens but also foreigners since Céd… (100 words) - [Chile](/content/developer/docs/system-of-record-chile/index.html): Sistema Nacional de Compensaciones (SINCAOFI) In Chile, SINCAOFI plays a key role in data validation, particularly in the context of financial and credit information. SINCAOFI is not a government agency, but a private entity that provides comprehensive financial information services. Personal detail… (84 words) - [Not Found](/content/life-at-incode/engineering-solutions-to-achieve-customer-success/index.html) (123 words) - [Not Found](/content/wp-content/uploads/2023/01/biometric-technology-7-step-guide-pdf.html) (541 words) - [Not Found](/content/blog/anti-money-laundering-aml-vs-know-your-customer-kyc.html) (199 words) - [Not Found](/content/wp-content/uploads/2022/10/ebook-pdf.html) (419 words) - [Not Found](/content/wp-content/uploads/2023/01/incode_gaming_industry_guide-pdf.html) (516 words) - [Not Found](/content/blog/why-is-manual-identity-verification-a-bad-idea-find-out-in-our-new-e-book.html) (561 words) - [Not Found](/content/incode-workforce-okta/index.html) (524 words) - [Not Found](/content/industries/telecom/index.html) (541 words) - [Not Found](/content/blog/incode-is-the-first-company-to-achieve-ibeta-level-3-compliance-on-both-ios-and-android-with-0-error.html) (470 words) - [Explicación de los 3 tipos más comunes de Deepfakes faciales | Incode](/content/es/blog/the-3-most-common-types-of-facial-deepfakes-explained.html) (2,646 words) - [Not Found](/content/use-cases/authentication/index.html) (611 words) - [Los 5 principales casos de fraude Deepfake de IA de 2024 expuestos | Blog | Incode](/content/es/blog/top-5-cases-of-ai-deepfake-fraud-from-2024-exposed/index.html) (1,796 words) - [The 3 Most Common Types of Facial Deepfakes Explained | Incode](/content/blog/the-3-most-common-types-of-facial-deepfakes-explained.html) (2,273 words) - [Entendiendo la Estructuración en el Lavado de Dinero | Incode](/content/es/blog/understanding-structuring-in-money-laundering/index.html) (1,708 words) - [Comprender el cumplimiento normativo y su importancia | Incode](/content/es/blog/understanding-regulatory-compliance-its-importance/index.html) (2,138 words) - [Comprensión de los documentos KYC para una verificación efectiva | Incode](/content/es/blog/understanding-kyc-documents-for-effective-verification.html) (1,796 words) - [Entendiendo las Etapas del Lavado de Dinero | Incode](/content/es/blog/understanding-the-stages-of-money-laundering/index.html) (1,564 words) - [La tecnología detrás de la verificación biométrica de identificación | Incode](/content/es/blog/the-technology-behind-biometric-id-verification/index.html) (1,880 words) - [¿Qué es el robo de identidad sintético? Aprende a detenerlo | Incode](/content/es/blog/synthetic-identity-theft-what-it-is-and-how-to-stop-it.html) (1,633 words) - [Understanding the Stages of Money Laundering | Incode](/content/blog/understanding-the-stages-of-money-laundering/index.html) (1,291 words) - [El nuevo modelo de amenazas KYC: cuando los documentos se vuelven ejecutables | Incode](/content/es/blog/the-new-kyc-threat-model-when-documents-become-executable.html): Los estafadores ahora utilizan documentos KYC como arma para secuestrar agentes de IA. Descubra cómo evolucionó el fraude documental y cómo se ve la pila de defensa avanzada. (1,441 words) - [Understanding Structuring in Money Laundering | Incode](/content/blog/understanding-structuring-in-money-laundering/index.html) (1,410 words) - [Synthetic Identity Theft: What It Is and How to Stop It | Incode](/content/blog/synthetic-identity-theft-what-it-is-and-how-to-stop-it.html) (1,375 words) - [The Technology Behind Biometric ID Verification | Incode](/content/blog/the-technology-behind-biometric-id-verification/index.html) (1,512 words) - [The New KYC Threat Model: When Documents Become Executable | Incode](/content/blog/the-new-kyc-threat-model-when-documents-become-executable.html): Fraudsters now weaponize KYC documents to hijack AI agents. Learn how document fraud evolved, and what advanced defense stack looks like. (1,106 words) - [El desafío de la confianza en la era digital: Navegar por las nuevas tecnologías y construir un futuro seguro | Incode](/content/es/blog/the-challenge-of-trust-in-the-digital-age-navigating-new-technologies-and-building-a-secure-future.html) (1,169 words) - [El propósito de la verificación de identidad, con información del informe de Gartner | Incode](/content/es/blog/the-purpose-of-identity-verification-with-insights-from-gartner-report.html) (1,258 words) - [The IDV Platform Matters. The Team Behind it Matters Just as Much | Incode](/content/blog/the-idv-platform-matters-the-team-behind-it-matters-just-as-much.html): Evaluating identity verification vendors? The platform isn't enough. Learn what to look for in a post-award customer success team before you sign. (1,015 words) - [La amenaza antes de la tormenta: Navegando por los desafíos de ciberseguridad | Incode](/content/es/blog/the-threat-before-the-storm/index.html) (944 words) - [Understanding KYC Documents for Effective Verification | Incode](/content/blog/understanding-kyc-documents-for-effective-verification.html) (928 words) - [Customization](/content/developer/docs/flutter-customization/index.html): To change theme and resources (text, images and videos) on Android platform please look at a guide here . To change resources on iOS platform please look at a guide here . setTheme To change theme on iOS platform specify JSON theme configuration and call IncodeOnboardingSdk.setTheme(theme: theme) : (1,136 words) - [Tres formas de identificar solicitudes fraudulentas de contracargo | Incode](/content/es/blog/three-ways-incode-omni-identifies-fraudulent-chargeback-requests.html) (962 words) - [The Frankenstein Problem: Why Stitching Together Identity Point Solutions Is a Federal Security Risk | Incode](/content/blog/the-frankenstein-problem-why-stitching-together-identity-point-solutions-is-a-federal-security-risk.html): Patchwork identity verification stacks create exploitable seams between vendors. Learn why federal agencies need a platform approach to close them. (898 words) - [An ROI Perspective Uncovers the Real Value of Biometrics | Incode](/content/blog/the-roi-behind-biometric-verification/index.html) (750 words) - [Not Found](/content/wp-content/uploads/2022/12/incode-business-verification-literature-sheet-final-pdf.html) (12 words) - [The New Threat Surface: How Hiring Became a Vector for Attack | Incode](/content/blog/the-new-threat-surface-how-hiring-became-a-vector-for-attack.html) (961 words) - [El camino por recorrer para la verificación de identidad | Incode](/content/es/blog/the-road-ahead-for-identity-verification/index.html) (962 words) - [FinCEN emite alerta urgente sobre el aumento de esquemas de fraude Deepfake dirigidos a instituciones financieras | Incode](/content/es/blog/urgent-fincen-alert-rising-deepfake-fraud-schemes-targeting-financial-institutions.html) (849 words) - [Customization](/content/developer/docs/face-capture-customization/index.html): This section outlines the elements you can customize within the Face Capture module to match your brand while preserving Incode’s core UX. It clarifies which areas are flexible, such as text, illustrations, and brand colors and which elements remain fixed to ensure consistency, accessibility, and op… (1,651 words) - [The History of Optical Character Recognition (OCR) | Incode](/content/blog/the-history-of-optical-character-recognition-ocr/index.html) (873 words) - [Transformación de las transacciones de comercio electrónico: la innovadora solución de autenticación facial de Incode | Incode](/content/es/blog/transforming-e-commerce-transactions-with-incode-facial-authentication.html) (937 words) - [Three Ways Incode Omni Identifies Fraudulent Chargeback Requests | Incode](/content/blog/three-ways-incode-omni-identifies-fraudulent-chargeback-requests.html) (839 words) - [Top Six Considerations for Selecting Public Sector Identity Solutions | Incode](/content/blog/top-six-considerations-for-selecting-public-sector-identity-solutions.html) (896 words) - [La nueva superficie de amenaza: cómo la contratación se convirtió en un vector de ataque | Incode](/content/es/blog/the-new-threat-surface-how-hiring-became-a-vector-for-attack.html) (1,265 words) - [The Frankenstein Problem: Why Stitching Together Identity Point Solutions Is a Federal Security Risk | Incode](/content/es/blog/the-frankenstein-problem-why-stitching-together-identity-point-solutions-is-a-federal-security-risk.html): Patchwork identity verification stacks create exploitable seams between vendors. Learn why federal agencies need a platform approach to close them. (937 words) - [Una perspectiva de ROI descubre el valor real de la biometría | Incode](/content/es/blog/the-roi-behind-biometric-verification/index.html) (878 words) - [La Plataforma IDV es importante. El equipo detrás de esto importa igual | Incode](/content/es/blog/the-idv-platform-matters-the-team-behind-it-matters-just-as-much.html): ¿Evaluar a los proveedores de verificación de identidad? La plataforma no es suficiente. Aprenda qué buscar en un equipo de éxito del cliente posterior al premio antes de firmar. (1,222 words) - [La psicología detrás de la verificación biométrica | Incode](/content/es/blog/the-psychology-behind-biometric-security/index.html) (882 words) - [Speed in Identity Verification: Go Fast or Go Home | Incode](/content/blog/speed-in-identity-verification-go-fast-or-go-home/index.html) (904 words) - [La historia del reconocimiento óptico de caracteres (OCR) | Incode](/content/es/blog/the-history-of-optical-character-recognition-ocr/index.html) (697 words) - [The Road Ahead for Identity Verification | Incode](/content/blog/the-road-ahead-for-identity-verification/index.html) (875 words) - [developer/docs/web-sdk-reference/index.html](/content/developer/docs/web-sdk-reference/index.html) (1,746 words) - [The Threat Before the Storm | Incode](/content/blog/the-threat-before-the-storm/index.html) (824 words) - [Velocidad en la verificación de identidad: vaya rápido o vaya a casa | Incode Blog | Incode](/content/es/blog/speed-in-identity-verification-go-fast-or-go-home/index.html) (1,049 words) - [Three Critical Pillars are Vital for a Successful Digital Identity Verification Implementation | Incode](/content/blog/three-critical-pillars-are-vital-for-a-successful-digital-identity-verification-implementation.html) (634 words) - [Tres pilares críticos son vitales para una implementación exitosa de la verificación de identidad digital: vea el seminario web | Incode](/content/es/blog/three-critical-pillars-are-vital-for-a-successful-digital-identity-verification-implementation-watch-the-webinar.html) (735 words) - [External Verification (eKYC)](/content/developer/reference/externalverificationekyc/index.html): This endpoint verifies phone, email, address, date of birth and tax numbers, specifically social security number (ssn). When making a request use "kyc" in the plugins array. To have the API return specific risk scores for phone, email, ssn (taxId) and address, see examples below. (368 words) - [Verificación de edad más inteligente con el más alto estándar de seguridad | Incode](/content/es/blog/smarter-age-verification-with-the-highest-standard-of-assurance.html) (783 words) - [Web SDK Release Notes](/content/developer/docs/releases-web-sdk/index.html): 1.91.0 - 2026-07-17 Fixed Fixed executeWorkflow infinite loading animation displayed after workflow is finished when showFinishScreen: false Fixed typo in ID capture V2 attempts remaining Fixed Electronic Signature - Signature canvas had incorrect sizing and spacing on mobile and tablet Editable and… (2,176 words) - [BOM Version Mapping](/content/developer/docs/bom-version-mapping/index.html): This page documents the versions of Incode library dependencies included in each version of the Incode BOM. (248 words) - [The Challenge of Trust in the Digital Age: Navigating New Technologies and Building a Secure Future | Incode](/content/blog/the-challenge-of-trust-in-the-digital-age-navigating-new-technologies-and-building-a-secure-future.html) (966 words) - [The Psychology Behind Biometric Security | Incode](/content/blog/the-psychology-behind-biometric-security/index.html) (761 words) - [Transforming E-Commerce Transactions with Incode’s Facial Authentication Solution | Incode](/content/blog/transforming-e-commerce-transactions-with-incode-facial-authentication.html) (709 words) - [Three Critical Features for Progressive Identity Verification | Incode](/content/blog/three-critical-features-for-progressive-identity-verification.html) (753 words) - [The Purpose of Identity Verification, With Insights From Gartner Report | Incode](/content/blog/the-purpose-of-identity-verification-with-insights-from-gartner-report.html) (708 words) - [Smarter Age Verification With the Highest Standard of Assurance | Incode](/content/blog/smarter-age-verification-with-the-highest-standard-of-assurance.html) (624 words) - [Process government validation](/content/developer/reference/processgovernmentvalidation/index.html): This endpoint reads the country code from the interview which can be set at the moment of calling the start endpoint or is updated based on the processed id. Request body can optionally contain data from id in JSON. If omitted, data from scanned ID is read. Country codes : MEX : Mexico - INE Validat… (1,331 words) - [Tines Automation](/content/workforce-developer/docs/tines-automations/index.html): Using Incode in Tines Stories Introduction Collecting information from Incode Adding credentials to Tines Setting up Tines actions Authenticate with Incode Generate a verification link Deliver the verification link Set up the Incode webhook Validate the webhook in Tines Use the verification result S… (1,858 words) - [eKYB](/content/developer/reference/externalverificationekyb/index.html): This endpoint performs an eKYB check for the business specified (434 words) - [Splunk Integration](/content/workforce-developer/docs/splunk-integration/index.html): Logging Incode Events to Splunk (1,302 words) - [IA superinteligente: por qué la IA patentada de Incode supera a los humanos en la detección del fraude de documentos de identidad. | Incode](/content/es/blog/superintelligent-ai-why-incodes-proprietary-ai-surpasses-humans-in-detecting-identity-document-fraud.html) (68 words) - [PT - BR - Portuguese (Brazil)](/content/developer/docs/pt-br-portuguese-brazil-10/index.html): 🆕 Added biometricConsent.subtitle = Sua verificação é feita pela Incode. Para cumprir as normas estaduais, precisamos de seu consentimento para o processamento biométrico. documentCapture.camera.subtitle = Verifique se ele está totalmente visível e pressione o botão documentCapture.camera.title = M… (679 words) - [Superintelligent AI: Why Incode’s Proprietary AI Surpasses Humans in Detecting Identity Document Fraud | Incode](/content/blog/superintelligent-ai-why-incodes-proprietary-ai-surpasses-humans-in-detecting-identity-document-fraud.html) (51 words) - [Attach signature on annotation](/content/developer/reference/addsignaturetopdfonannotation/index.html): Attach signature from interview to previously uploaded PDF contracts at all places annotated with text from request, with desired height on pdf. Annotations must contain text with either preselected values, or alternative can be supplied. If user wishes to use signature supplied during onboarding, D… (148 words) - [CURP Validation - Error Codes](/content/developer/reference/curp-validation-error-codes/index.html): Incode uses a third party provider to access the official RENAPO records. Errors while requesting the CURP validation might come from different sources: Provider and RENAPO. The details of the error will be included within the error field in the response. The errors from the Provider suggest a conne… (669 words) - [Fetch video archive urls](/content/developer/reference/geturlarchives/index.html): Fetch URLs of video archives from given 'interviewId' or if omitted for given 'since' timestamp. If not provided, 'since' will be defaulted to time of first created archive. The maximum fetch size is 1000. In case maximum fetch size is reached, a new fetch should be triggered, using 'startTime' of l… (131 words) - [Update editable OCR data in interview](/content/developer/reference/updateeditableocrdata/index.html): Update some of the crucial interview OCR data if needed. (79 words) - [Attach signature to multiple pdf documents](/content/developer/reference/addsignaturetopdffilev2/index.html): Attach signature from interview to previously uploaded PDF contracts at (x, y) coordinates with desired height to desired page on pdf. Coordinates are relative to left bottom corner of page. Every document id can have multiple signature attached to it, hence the array of signature positions for ever… (133 words) - [Fetch Identity data](/content/developer/reference/identitydata/index.html): Fetches data associated with identity, which was gathered in onboarding. Works with Admin Token . (63 words) - [Integrations Ecosystem Overview](/content/developer/docs/integrations-ecosystem-overview/index.html): The Incode Platform connects with the tools your organization already uses, such as identity providers, directories, HR systems, ticketing platforms, and productivity apps. You can set up and configure these connections through a unified Integrations experience in Dashboard. Each integration links a… (1,641 words) - [Fetch authentication attempts](/content/developer/reference/authenticationattempts/index.html): This API allows for searching through stored authentication records, providing insight into both 1:1 (one to one) and 1:N (one to many) authentication modes. It includes data for successful and failed login attempts, enabling an overview of authentication activity within the organization. Works with… (72 words) - [Forms](/content/developer/docs/forms/index.html): Capture (1,771 words) - [Fetch conference feedback](/content/developer/reference/getconferencefeedback/index.html): This endpoint is used for fetching conference feedback for the interview/session. Works with Admin Token . (90 words) - [Sign combined consents with checkboxes.](/content/developer/reference/signcombinedconsent/index.html): Receives information about which checkboxes user signed. (66 words) - [Sign hash with NOM 151](/content/developer/reference/signhashnom151/index.html): Sign any SHA-256 hash (64-hex) with NOM 151. (90 words) - [Get videoselfie hash](/content/developer/reference/getvideoselfiehash/index.html): Obtain a hash of the video file of the videoselfie. The hash and hashImage fields in the response will be null if the video file is not yet ready. (81 words) - [eKYC Income verification](/content/developer/reference/externalverificationincome/index.html): This endpoint performs an eKYC income check (189 words) - [Sign document with NOM 151](/content/developer/reference/signdocumentnom151/index.html): Sign any base64-encoded document with NOM 151. (78 words) - [Calculate contract Nom151 signature](/content/developer/reference/calculatenom151signature/index.html): This api endpoint calculates the Nom151 signature of an already signed contract and returns the signature. (101 words) - [Modules](/content/developer/docs/flutter-modules/index.html): All the modules supported by the SDK are listed here, with their configuration parameters. Phone Ask the user to enter a phone number. defaultRegionPrefix (optional): int?. Default region prefix for phone input. If set, will override the current default prefix based on the user's device region selec… (1,301 words) - [Sign String with NOM 151](/content/developer/reference/signstringnom151/index.html): Sign any String with NOM 151. (104 words) - [Fetch conference chat](/content/developer/reference/getchats/index.html): Fetch conference chat for given 'interviewId'.Works with Admin Token . (62 words) - [Fetch conference status](/content/developer/reference/getconferencedetails/index.html): Returns data about conference session for given ID. (70 words) - [Fetch onboarding url](/content/developer/reference/getonboardingurl/index.html): Fetch onboarding URL generated for specific user and specific flow. Only supply a clientId , if a redirect to mobile feature has been added to the flow configuration and SMS and desktop onboarding is needed. Alternatively, if only a QR code is needed, it's recommended to supply clientId , components… (99 words) - [Get signed documents](/content/developer/reference/getsigneddocumentsv2/index.html): This endpoint is used to get signed documents for a session (66 words) - [Add user consent](/content/developer/reference/adduserconsent/index.html): Add user consent with title, content and status to session. (63 words) - [Common Implementation Patterns](/content/developer/docs/flutter-common-implementation-patterns/index.html): Initialize the SDK Before starting any onboarding flow, you need to initialize the SDK by calling IncodeOnboardingSdk.init() method. IncodeOnboardingSdk.init( apiKey: 'YOUR_API_KEY', apiUrl: 'YOUR_API_URL', testMode: false, onError: (String error) { IncodeSdkInitError? e = error.toIncodeSdkInitError… (882 words) - [Add document V3](/content/developer/reference/adddocumentv3/index.html): Upload document image gathered and store data. (262 words) - [Get signed contracts links](/content/developer/reference/getsignedcontracts/index.html): Fetches temporary link of the signed contracts uploaded for the current session. (59 words) - [Add custom fields](/content/developer/reference/addcustomfields/index.html): This endpoint is used for adding custom fields to current onboarding session. The key must match one of the keys that are defined for the Organization, and the value must be of the type that is defined for the corresponding key. (81 words) - [Workday Integration](/content/workforce-developer/docs/workday-integration/index.html): Incode–Workday Integration Architecture & Functional Overview Incode’s Identity Verification (IDV) integration with Workday provides organizations with a secure, automated, and fully digital approach to validating candidate identities during the hiring process. By leveraging facial biometrics, docu… (839 words) - [Add curp v2](/content/developer/reference/addcurp2/index.html): Add CURP and validation result based on a person data. (186 words) - [Get fiscal qr url response](/content/developer/reference/getfiscalqrurlresponse/index.html): Get the information obtained from a fiscal qr url added to the session. (México only) (60 words) - [Get user consent](/content/developer/reference/getuserconsent/index.html): Fetches user consent with title, content and status from session. (61 words) - [Get combined consent for requested language](/content/developer/reference/getcombinedconsent/index.html): Fetches combined consent for requested language. (80 words) - [Fetch Form Answers](/content/developer/reference/fetchformanswers/index.html): Retrieves all questions and answers that a user has responded to during a session, regardless of the form module configurations used. Works with Admin Token . (60 words) - [Fetch audit logs](/content/developer/reference/auditlogs/index.html): Use this API to retrieve records of activities performed within your organization. These logs include key events such as changes to organization settings, executive actions, updates to flows, workflows and user identities, as well as changes made to organization’s watchlist. Note: Requires admin log… (203 words) - [Add phone](/content/developer/reference/postaddphone/index.html): Add phone to interview (72 words) - [Add front side of ID](/content/developer/reference/addfrontidv2/index.html): This endpoint is used for storing front side of id for further processing. Image quality check is performed during that call. Number of retries is not limited. Once process-id is finished, this endpoint cannot be called for retries. Note: Front side of id should be uploaded before back-side (358 words) - [Add fiscal qr url](/content/developer/reference/addfiscalqrurl/index.html): Upload the url extracted from a fiscal qr code. Data from the given url will be available via the Get fiscal qr url response endpoint. (México only) (63 words) - [Add document V2](/content/developer/reference/adddocumentv2/index.html): Upload document image and store data. (204 words) - [Add document asynchronously](/content/developer/reference/adddocumentasync/index.html): Upload document image and store data asynchronously. (175 words) - [Add fiscal qr image](/content/developer/reference/addfiscalqrimage/index.html): Upload a fiscal qr image as base64 to session. The data available in the url embedded in the qr will be available via the Get fiscal qr url response endpoint. (México only) (103 words) - [CURP by data validation v4](/content/developer/reference/validatecurpbydata4/index.html): Check for valid CURP based on a person data and return corresponding values of that person including the CURP. (192 words) - [Get custom fields](/content/developer/reference/getcustomfields/index.html): This endpoint is used for fetching custom fields for current session. (57 words) - [Add curp](/content/developer/reference/addcurp/index.html): Add curp and the validation process result to interview. (117 words) - [Get email](/content/developer/reference/getemail/index.html): Get email from interview previously added via Add email endpoint (56 words) - [Delete custom watchlist entry](/content/developer/reference/deleteincodewatchlistrecord/index.html): Works with Admin Token . (87 words) - [Add custom watchlist entry](/content/developer/reference/insertincodewatchlistrecord/index.html): Works with Admin Token . (246 words) - [Send SMS with One Time Password for onboarding](/content/developer/reference/getotp/index.html): Send SMS with an OTP (One Time Password) code to validate an onboarding. Phone number is obtained from interview data, so phone step it's required. (86 words) - [Add email](/content/developer/reference/addemail/index.html): Add email to interview. (85 words) - [Add proof of address v2](/content/developer/reference/addproofofaddressv2/index.html): Add a proof of address statement as a base64 string. OCR data from statement will be automatically extracted (93 words) - [Add phone](/content/developer/reference/addphone/index.html): Add phone to interview. Deprecated, use POST /phone instead. (64 words) - [Attach stamp on annotation](/content/developer/reference/addstamptopdfonannotation/index.html): Substitute stamps from interview to previously uploaded PDF contracts at all places with pdf text annotations. Annotations must contain text with preselected values. Preselected values are: NAME (NAME_STAMP), ADDRESS (ADDRESS_STAMP), DATE #ZoneId# #Format#, AGE, SEX, DOB #Format#, COUNTRY, STATE, PH… (87 words) - [Get phone](/content/developer/reference/getgetphone/index.html): Get the phone previously added to the interview. (76 words) - [Get phone](/content/developer/reference/getphone/index.html): Get the phone previously added to the interview. Deprecated, use GET /phone instead. (77 words) - [Add back side of ID](/content/developer/reference/addbackidv2/index.html): This endpoint is used for storing back side of id for further processing. Image quality check is performed during that call. Number of retries is not limited. Once process-id is finished, this endpoint cannot be called for retries. Note : Front-side of id should be uploaded before back side. In case… (320 words) - [Add proof of address](/content/developer/reference/addproofofaddress/index.html): Add a proof of address statement as a blob. OCR data from statement will be automatically extracted (67 words) - [Add document](/content/developer/reference/adddocument/index.html): Upload document image and store data. Note : Make sure to put the 'Content-Type' header as 'Content-Type: image/jpeg' or 'Content-Type: image/png'. (159 words) - [SDK Deprecation Policy and Timeline](/content/developer/docs/sdk-deprecation-policy-and-timeline/index.html): This page details the policy and timeline for deprecating legacy SDK versions. (956 words) - [Get contracts links](/content/developer/reference/getcontracts/index.html): Fetches temporary link of the contracts uploaded for the current session. (60 words) - [Process Second Id](/content/developer/reference/processsecondid/index.html): Note : This endpoint should be called only after the upload of front-side-secondId and back-side-secondId is over. And in case of passports or only front sided documents, only front-side-secondId should be over. Incode validations and ocr parsing are processed during this endpoint. To fetch ocr data… (102 words) - [Global Watchlist result](/content/developer/reference/getwatchlistresult-1/index.html): This endpoint calls the global watchlist api (currently only Tier 2), and gets the latest gathered result. (144 words) - [Process custom watchlist](/content/developer/reference/processincodewatchlistrecord/index.html): This endpoint fetches data (photo, email, phone, document number) from onboarding session and tries to find a match in custom watchlist database. If a match on the watchlist is found, then the score influence is calculated based on the number of matched fields. (65 words) - [Request Verification (Candidates)](/content/workforce-developer/docs/request-verification-candidate/index.html): The Incode Workforce API allows clients to generate a verification link for identity verification processes through the a simple API call. This feature is particularly useful for integrating with automation tools to request identity verification during recruiting process. It also enables embedding a… (543 words) - [Integrating Incode with Jira Service Management (JSM)](/content/workforce-developer/docs/integrating-incode-with-jira-service-management-jsm.html): Jira Service Management Integration Guide Overview This guide walks you through configuring the Incode Identity Verification app for Jira Service Management (JSM). The integration allows help desk agents to verify employee identities directly from a JSM service request using Incode's biometric veri… (891 words) - [Add face/Selfie image](/content/developer/reference/addfacebythirdparty/index.html): Uploads selfie image for onboarding session. Response will contain data regarding liveness — if that is the photo of a real person. Number of retries is not limited. Note : After selfie and front-id are uploaded, endpoint for comparing faces process-face on those two images can be called. It is requ… (132 words) - [Process IMSS](/content/developer/reference/processimss/index.html): Trigger fetching of work history for curp. This will notify the results to the configured Work History Webhook . (89 words) - [Process global watchlist](/content/developer/reference/processglobalwatchlist/index.html): This endpoint processes a global watchlist search for an individual using the watchlist configuration defined in the flow (including settings for subscription to ongoing monitoring). It performs a comprehensive screening against global watchlists (sanctions, PEPs, adverse media) and saves the result… (121 words) - [CURP validation v4](/content/developer/reference/validatecurp4/index.html): Check for valid CURP and return corresponding values of that person. If CURP is not found then renapo_valid field will be false. if CURP has invalid format or is not found an error object with details will be returned, for example: { "error": { "codigoError": "06", "message": "La CURP no se encuentr… (109 words) - [Process Global Watchlist](/content/developer/reference/global-watchlist/index.html): Trigger global watchlist processing and receive a basic success response. (111 words) - [Add geolocation](/content/developer/reference/addgeolocation/index.html): Send location to store in database, or send coordinates and fetch location and store it (89 words) - [Add custom watchlist entry from identity](/content/developer/reference/insertwatchlistrecordfromidentity/index.html): Works with Admin Token . (71 words) - [Add custom watchlist entry from session](/content/developer/reference/insertwatchlistrecordfromsession/index.html): Works with Admin Token . (68 words) - [Update editable OCR data in interview for the second Id](/content/developer/reference/updateeditableocrdatasecondid/index.html): Update some of the crucial interview OCR data if needed. (103 words) - [Updated global watchlist result](/content/developer/reference/getupdatedwatchlistresult/index.html): This endpoint gets the latest result for a previous search created with watch-list with refId from it's response, or gathered from an update notification or with interviewId that the search is associated with. (74 words) - [Process face](/content/developer/reference/processface/index.html): Note: This endpoint should be called only after selfie and front-id both are over. It is validating user's selfie against photo from ID (1:1 recognition). Also, this call validates if user already exists in the system (1:N recognition). It is highly recommended that before calling this process-face … (79 words) - [Add back side of Second ID](/content/developer/reference/addbacksecondidv2/index.html): Image quality check is performed during that call. Number of retries is not limited. Once id processing is finished, this endpoint cannot be called for retries. Front side of id should be uploaded before back side. In case of passport, this endpoint should not be called. (94 words) - [Fetch ocr data for second id](/content/developer/reference/getocrdatasecondid/index.html): Returns data about user read from the second id. (67 words) - [Using Flows](/content/developer/docs/using-flows/index.html): Flows define the onboarding and authentication experiences. Flows run modules in the exact order they are added, without conditional logic or branching. We recommend using Workflows because there is more flexibility to cover more use cases. In the left navigation, click Flows . From this page, you … (1,125 words) - [Get ID Summary](/content/developer/reference/getidsummary/index.html): Returns success information about addFront and addBack. Also returns onlyFront flag. (76 words) - [Greenhouse Integration](/content/workforce-developer/docs/integrating-incode-with-greenhouse-ats/index.html): Overview This guide walks through how to integrate Incode’s identity verification into the Greenhouse Applicant Tracking System (ATS) . By embedding identity verification steps directly into the hiring workflow, you can ensure candidates are who they say they are—protecting against fraud and stream… (694 words) - [Add document id](/content/developer/reference/adddocumentid/index.html): Upload document identifier. For Mexican id it is cic from the back of id. (71 words) - [Process face vs second id](/content/developer/reference/processfacevssecondid/index.html): Note : This endpoint should be called only after selfie and front-second-id both are over. It is validating user's selfie against photo from ID (1:1 recognition). Also, this call validates if user already exists in the system (1:N recognition). It is highly recommended that before calling this proce… (79 words) - [Add front side of Second ID](/content/developer/reference/addfrontsecondidv2/index.html): This endpoint is used for storing front side of second id for further processing (122 words) - [Process Id](/content/developer/reference/processid/index.html): Note :This endpoint should be called only after the front-side and back-side is over. And in case of passports or only front sided documents, only front-side should be over. Incode validations and ocr parsing are processed during this endpoint. To fetch ocr data call Fetch-OCR . Once this is called,… (102 words) - [Setting up Your Workforce Instance](/content/workforce-developer/docs/setup-wizard-guide/index.html): Wizard The Workforce Wizard is a setup tool designed to simplify the configuration of Incode Workforce for IT administrators. This tool walks you through the initial configuration process, covering key areas such as branding , verification policies, data scope, consent management and connection to y… (1,233 words) - [OKTA (Classic) Authenticator Integration](/content/workforce-developer/docs/okta-oidc-classic-authenticator-integration/index.html): This guide walks you through the process of setting up an OIDC-based Authenticator for Incode Workforce within your Okta environment. Set up Guide Step 1: Setup OIDC Identity Provider (IDP) OKTA Admin Dashboard Add Identity Provider: In the Okta Admin Dashboard, navigate to: Security -> Identity Pro… (585 words) - [Add Base64 Barcode](/content/developer/reference/addbarcodev2/index.html): Add Base64 barcode and parse it to interview. (70 words) - [Get session status](/content/developer/reference/getsessionstatus/index.html): Get the status of current session. (59 words) - [Fetch IMSS labor history](/content/developer/reference/getlaborhistoryinfo/index.html): Fetch user's labor history from IMSS. Interview id is extracted from jwt token. (52 words) - [Get cross-document comparison results](/content/developer/reference/cross-doc-check-results/index.html): Fetch cross-document data check results for a given interview ID. If no ID is provided, it defaults to the user's ID from the JWT. (68 words) - [Fetch ocr data v2](/content/developer/reference/getocrdatav2/index.html): Returns data about user read from id and address statement wrapped in ocrData object. (76 words) - [Incode IDV with Okta: Passwordless Sign-in Experience](/content/workforce-developer/docs/incode-idv-customize-your-sign-in-experience/index.html): Prerequisites Before starting, ensure you have followed the Incode Workforce IDV Setup Guide A biometric factor deployed with-in Okta, in this example we are using Okta fastpass. Okta Verify app installed to the user's computer Okta Device Trust Certification deployed to the user's computer See Okta… (384 words) - [Get batch processing status](/content/developer/reference/getprocessbatchstatus/index.html): Returns the status of the /omni/process/batch progress (57 words) - [Fetch device info](/content/developer/reference/getdeviceinfo/index.html): Fetch information about device user was using during onboarding (111 words) - [Request Verification (Employees)](/content/workforce-developer/docs/requesting-verification/index.html): The Incode Workforce API allows clients to generate a verification link for identity verification processes through the a simple API call. This feature is particularly useful for integrating with automation tools to request identity verification at critical moments, such as onboarding new employees … (511 words) - [Login admin token](/content/developer/reference/adminlogin/index.html): Logs in an user and provides a token with high-privileges (73 words) - [Process payment proof](/content/developer/reference/obtainlaborhistorycallback/index.html): Note : This endpoint should be called once the Qr-code is executed. It will fetch info from add qr code text call and validate payment proof fields rfc issuer, rfc receiver and fiscal invoice and return response. It will also call the configured Payment Proof Webhook . (73 words) - [Delete PII data for single onboarding session by external ID.](/content/developer/reference/cleansingleonboardingsessionwithexternalid/index.html): Delete single onboarding session using the external ID as identifier. Note: Works with Admin Token .Please, bear in mind that usage of this API endpoint for deletion of Customer Data will mean that Incode will no longer have access to it nor will be able to review or analyze any issue related to del… (117 words) - [Update manual review](/content/developer/reference/updatemanualreview/index.html): Can be used to set an interview as 'needs manual review', 'approved by manual review' or 'rejected by manual review'. In case manualReviewStatus field in request is set to APPROVED or REJECTED, notification to client side is sent for onboarding status change - see [notify-status-changed] for more de… (145 words) - [Fetch interview events](/content/developer/reference/getevents/index.html): Returns the list of all events for given interview (73 words) - [Start onboarding](/content/developer/reference/startinterview/index.html): This endpoint is mandatory to start any onboarding session in Incode Omni and session can be monitored on the Incode Dashboard. And it generates token which should be used for the authentication of future subsequent calls. (194 words) - [Approve customer](/content/developer/reference/approve/index.html): Approve customer for omnichannel program. Body is optional and used for auto approve when only specific features should be approved. It is not possible to approve twice the same user (e.g. with the same phone number). (88 words) - [Fetch image links for second id](/content/developer/reference/getimageslinksforsecondid/index.html): Returns seconnd id images temporary links for requested images. Links are valid for one hour (105 words) - [Fetch images second id](/content/developer/reference/getimagessecondid/index.html): Returns images for second id of user (153 words) - [Fetch images](/content/developer/reference/getimages/index.html): Returns images for user (161 words) - [Delete PII data for single onboarding session.](/content/developer/reference/cleansingleonboardingsession/index.html): Delete all PII data for onboarding sessions by given array of interview ids. Note: Works with Admin Token .Please, bear in mind that usage of this API endpoint for deletion of Customer Data will mean that Incode will no longer have access to it nor will be able to review or analyze any issue related… (103 words) - [Fetch session listing](/content/developer/reference/b2bsessionlisting/index.html): Fetch onboarding sessions listing. (66 words) - [Slack Integration Guide](/content/workforce-developer/docs/slack-integration-guide/index.html): What does the Incode Workforce App on Slack do? Incode Workforce Slack App enables employees to request identity verification on demand before sharing confidential information, documents, or meeting invites, ensuring recipients are who they claim to be. Sample Use Cases: IT Administrators: Verify th… (429 words) - [Delete PII data for multiple onboarding sessions with multiple options.](/content/developer/reference/cleanallonboardingsessions/index.html): Delete all PII data for onboarding sessions by given array of interview ids. Note: Works with Admin Token .Please, bear in mind that usage of this API endpoint for deletion of Customer Data will mean that Incode will no longer have access to it nor will be able to review or analyze any issue related… (70 words) - [Face Authentication Module](/content/developer/docs/face-authentication-module/index.html): The Face Authentication module enables automated capture of a selfie and authentication with an existing Identity. The authentication can be run in two modes - 1:1 and 1:N. (861 words) - [Set session status](/content/developer/reference/setsessionstatus/index.html): Set the status of current session. Possible actions to set the status to are: Alive, Closed or Deleted. Closed status disables all of the "/add/..." calls so they can no longer make any changes to the system. Deleted status deletes the important data stored in the session. (66 words) - [Send SMS with the link for onboarding](/content/developer/reference/sendsmsexternal/index.html): Used by Admins or Executives to send SMS containing generated onboarding link. (180 words) - [Add QR code raw text](/content/developer/reference/addqrcodetext/index.html): Add QR code raw text to interview. It will be saved in customFields named 'qrCodeText', this fields needs to be present in organization's custom fields schema. (76 words) - [Mark onboarding complete](/content/developer/reference/finishsession_1/index.html): Mark onboarding done (118 words) - [Fetch device info list](/content/developer/reference/b2bdeviceinfo/index.html): Fetch all device information entries associated with the given onboarding Session. (65 words) - [Onboarding Session Lifecycle](/content/developer/docs/onboarding-session-lifecycle/index.html): Overview of the Onboarding Session lifecycle and how it integrates with your own onboarding process. (487 words) - [Using Workflows](/content/developer/docs/workflows-20/index.html): Workflows define the onboarding and authentication experiences. We recommend using Dashboard to build and customize your Workflows. Refer to Workflows Overview to understand the core concepts behind Workflows. We recommend using Workflows rather than Flows. Workflows offer additional options like cu… (1,359 words) - [eKYB (electronic Know Your Business)](/content/developer/docs/ekyb/index.html): Overview of the eKYB identity verification process, which is used by many countries to protect against business-to-business fraud. (939 words) - [Generates single session PDF report](/content/developer/reference/downloadpdfv2/index.html): This endpoint is used to generate a PDF report for a single session (62 words) - [Integrating Incode with ServiceNow ITSM](/content/workforce-developer/docs/integrating-incode-with-servicenow-itsm/index.html): Overview This guide explains how to integrate Incode Workforce identity verification into ServiceNow IT Service Management (ITSM) workflows. By embedding verification into the help desk process, agents can confirm the caller’s identity before completing sensitive IT actions (like MFA resets, passwo… (586 words) - [Mark onboarding complete](/content/developer/reference/finishsession/index.html): Mark onboarding done. NOTE: This call is deprecated , use POST /finish-status instead. (112 words) - [Update interview](/content/developer/reference/updateinterview/index.html): If upload of front, back side of id or selfie, was not successful after retries, use this endpoint to specify that additional manual check is needed. (144 words) - [Fetch interview event dictionary](/content/developer/reference/getdictionary/index.html): Returns the list of all existing interview event types (54 words) - [Fetch concatenated images](/content/developer/reference/getconcatenatedimages/index.html): Concatenates requested images from user. Resulting image keep the largest width of the requested images and preserves the order. (161 words) - [Request new onboarding for integrations](/content/developer/reference/requestnewonboarding/index.html): This endpoint starts new onboarding session for integration and generates onboarding link. (142 words) - [Authorization](/content/workforce-developer/docs/authorization/index.html): The Authorize Endpoint is used to obtain a server token that allows a client’s server to create a verification request or fetch verification results securely. Since identity verification data is sensitive, authentication is required to ensure that only authorized servers can access it. To generate a… (270 words) - [Fetch image links](/content/developer/reference/getimageslinks/index.html): Returns images temporary links for requested images. Links are valid for one hour (143 words) - [Fetch onboarding status](/content/developer/reference/getonboardingstatus/index.html): Check the status of onboarding session. (161 words) - [Calculate RFC](/content/developer/reference/generaterfc/index.html): Calculate and return the RFC based on a person data. Once you obtain the calculated RFC it doesn't necessarily mean it's a valid one. You could use the validate RFC method to check if it exists. (110 words) - [Getting Started with Workforce Developer Docs](/content/workforce-developer/docs/getting-started/index.html): This page will help you get started with Workforce Developer Docs. You'll be up and running in a jiffy! (692 words) - [Fetch scores](/content/developer/reference/getscores/index.html): Get id validation, liveness and face recognition results for given interviewId. (105 words) - [How to get an access token](/content/developer/reference/how-to-get-an-session-token/index.html): Incode's platform includes two primary access control levels. The first level is the session token and it's scoped to an onboarding session. The second level is the executive token and this token provides access to any session, as well as privileged operations. Privileged operations include, but are… (356 words) - [Incode IDV Integration with Okta](/content/workforce-developer/docs/incode-okta-idv-configuration/index.html): Securely verify identities with Incode and Okta. (306 words) - [RFC validation](/content/developer/reference/validaterfc/index.html): Check for valid RFC. If RFC is not found then validRFC field will be false. (100 words) - [Self-Serve Resets](/content/workforce-developer/docs/self-serve-resets-portal/index.html): The Self-Serve Resets portal allows employees to reset their passwords and MFA credentials without requiring helpdesk assistance. You can configure the portal URL for your organization in the Settings section of the Workforce dashboard. Once configured, the portal becomes live and available for all … (220 words) - [Ashby Integration](/content/workforce-developer/docs/integrating-incode-with-ashby-ats/index.html): Integrating Incode with Ashby ATS Overview This guide explains how to integrate Incode Workforce identity verification into Ashby ATS , embedding trust and compliance into your recruiting workflow. By verifying candidates during key stages of the hiring journey, you reduce fraud risks, meet complia… (688 words) - [Data Sharing Consent](/content/developer/docs/data-sharing-consent/index.html): This component, previously known as Combined Consent, asks permission from the user to collect the information and photos required for onboarding. (692 words) - [RFC validation by CURP v2](/content/developer/reference/validaterfcbycurpv2/index.html): Check for valid CURP, use obtained data to calculate RFC and then validate the RFC. If CURP is not found then renapo_valid field will be false. (108 words) - [Helpdesk Verifications](/content/workforce-developer/docs/helpdesk-verifications-guide/index.html): Role: Helpdesk Staff Helpdesk Staff members are responsible for initiating and tracking employee verification requests. Upon being added by an admin, Helpdesk Staff will receive an email from the Workforce admin inviting them to set up their account. By following the link provided in the email, they… (225 words) - [No-Code Integration](/content/developer/docs/no-code-integration/index.html): This document provides a step-by-step guide on how to quickly set up an onboarding process using the Incode dashboard without any code, including creating a workflow, copying the onboarding URL, sharing it with users, and accessing the results. It also mentions the option to customize the branding of the onboarding process through the dashboard. (242 words) - [Incode Workforce Data Handling and Security Overview](/content/workforce-developer/docs/incode-workforce-data-handling-and-security-overview.html): Your Information and How It’s Protected As part of your company’s identity verification process with Incode, you will be asked to take a selfie and upload your government-issued ID. We understand that your personal information is sensitive. Here’s what happens to it and how we keep it safe. What Ha… (429 words) - [OKTA Early Access Features](/content/workforce-developer/docs/okta-early-access-features/index.html): Okta has some features in Early Access that can help improve your experience with Workforce. See how to enable an Early access feature here . Note: There maybe feature differences between Okta Preview and Production, see here for more Require specific authenticator instance in an authentication poli… (292 words) - [Incode Webhooks](/content/developer/docs/webhooks/index.html): Overview of webhooks that let you request notifications from the Incode platform to your API (636 words) - [Microsoft Entra Integrations](/content/workforce-developer/docs/microsoft-entra-integrations/index.html): Incode Workforce Integration with Microsoft Entra Incode integrates with Microsoft Entra to provide high-assurance identity verification for employees. It’s used for Self-Service Password Reset (SSPR) , MFA recovery , and as an external authentication method step to gate sensitive access. Key capab… (334 words) - [Workforce Dashboard Roles and User Management](/content/workforce-developer/docs/admin-user-management/index.html): User Management can be handled through a self-service approach within the Workforce dashboard. Once your instance is provisioned, the initial admins are responsible for setting up the instance and then adding other users as needed across the available roles. This streamlined process ensures that rol… (415 words) - [Manage Integrations](/content/developer/docs/manage-integrations/index.html): All integrations are created, configured, and managed from the Integrations page in Dashboard. This page covers the common Dashboard operations that apply to all integration types. For integration-specific setup instructions, see the guide for the integration type you are configuring. Create an In… (402 words) - [Directory Integrations](/content/developer/docs/directory-integrations/index.html): Directory integrations connect Incode to your organization's user directory, syncing employee records so that Incode can look up users and perform claims matching during verification sessions. When a directory integration is configured, Incode can locate a user by their loginHint —typically a corpor… (345 words) - [ Incode IDP Integration with Okta](/content/workforce-developer/docs/incode-idp-integration-with-okta/index.html): Prerequisites Before continuing, please note that all subsequent configuration steps assume that Incode has been set up as the Identity Provider (IdP) in your Okta environment. Okta provides a built-in Identity Verification (IDV) standard, but this guide does not use Okta’s native IDV. Instead, it … (59 words) - [Workflows Overview](/content/developer/docs/workflows/index.html): Overview of Incode Workflows. (408 words) - [The Incode Omni Platform](/content/developer/docs/omni-platform-1/index.html): The Omni Platform The Omni Platform is an AI-driven identity ecosystem that offers onboarding, authentication, and ID verification in an easy-to-integrate, modular way. The platform is divided into three main layers: Applications Layer . The available channels to interact with the Incode Omni Platfo… (436 words) - [Available Integration Options](/content/developer/docs/onboarding-overview/index.html): Overview of the integration options Incode offers to implement an Onboarding process. Use this page to determine which integration is right for your use case. (301 words) - [Platform Release Notes](/content/developer/docs/releases/index.html): Incode Omni API, Omni Dashboard, Webflows release notes. (64 words) - [Incode Face Authentication Journeys](/content/developer/docs/face-authentication-journeys/index.html): Concepts and definitions for authentication journeys using the Incode Platform (382 words) - [Example Implementation](/content/developer/docs/android-sdk/index.html): Incode customers can view an example Android implementation from our GitHub library. Contact your customer success manager for access. (22 words) - [Building Verification Journeys](/content/developer/docs/building-verification-journeys/index.html): Overview of Incode Platform tools for building ID verification journeys (130 words) - [Face Authentication Overview ](/content/developer/docs/face-authentication-overview/index.html): Incode Face Authentication is a type of biometric authentication that verifies a person’s identity using the unique features of their face. It is commonly used to confirm a user’s identity by comparing a person’s face to the biometric data stored in that identity instance. Face Authentication can ve… (295 words) - [Authenticating Webhook Requests](/content/developer/docs/authenticating-webhooks-requests/index.html): Instructions for using OAuth 2.0 to ensure all webhook requests for your Incode implementation are authenticated (155 words) - [Incode Web Integrations](/content/developer/docs/web-integrations/index.html): Overview of supported approaches for web-integrated onboarding. (318 words) - [Not Found](/content/our-technology/document-verification/index.html) (564 words) - [Privacy, Use, and Disclosure Policy (HIPAA) | Incode](/content/es/privacy-use-and-disclosure-policy-hipaa/index.html) (6,792 words) - [Not Found](/content/liveness-detection-technology/index.html) (474 words) - [Not Found](/content/our-technology/facial-recognition/index.html) (523 words) - [Press | Incode](/content/press-resources/index.html): See Incode in the news with press coverage highlighting our leadership in identity verification and fraud prevention. Latest media mentions and recognition. (968 words) - [Not Found](/content/resources/incode-ibeta-level-3/index.html) (594 words) - [Not Found](/content/events/money-20-20/index.html) (523 words) - [Not Found](/content/network/index.html) (611 words) - [Not Found](/content/developers/index.html) (494 words) - [Not Found](/content/blog/three-critical-pillars-are-vital-for-a-successful-digital-identity-verification-implementation-watch-the-webinar.html) (499 words) - [Not Found](/content/industries/identity-documentation-verification/index.html) (532 words) - [Not Found](/content/wp-content/uploads/2023/04/frost-radar-biometric-authentication-solutions-2022-incode-pdf.html) (610 words) - [Not Found](/content/wp-content/uploads/2023/10/case-study-funticket-pdf.html) (12 words) - [Not Found](/content/event-experiences/index.html) (103 words) - [Not Found](/content/wp-content/uploads/2024/01/incode-employee-verification-literature-sheet_web-pdf.html) (540 words) - [Not Found](/content/2023-predictions/index.html) (502 words) - [Not Found](/content/wp-content/uploads/2024/05/hype_cycle_for_digit_792128_ndx-pdf.html) (431 words) - [Press | Incode](/content/es/press-resources/index.html): See Incode in the news with press coverage highlighting our leadership in identity verification and fraud prevention. Latest media mentions and recognition. (1,121 words) - [Not Found](/content/blog/incode-g2-winter-2026-badges-leader-identity-age-verification-aml.html) (189 words) - [Diligencia debida simplificada (SDD): su guía de lo esencial | Incode](/content/es/blog/simplified-due-diligence/index.html) (1,910 words) - [Not Found](/content/wp-content/uploads/2023/04/incodeid_document-validationv1_compressed-pdf.html) (548 words) - [Not Found](/content/whitepapers/download-the-three-best-practices-for-implementing-an-electronic-know-your-customer-solution-white-paper.html) (121 words) - [Not Found](/content/buyers-guide/index.html) (466 words) - [Not Found](/content/industries/hospitality/index.html) (12 words) - [Not Found](/content/incode-named-1-identity-verification-vendor-on-g2/index.html) (12 words) - [Privacy, Use, and Disclosure Policy (HIPAA) | Incode](/content/privacy-use-and-disclosure-policy-hipaa/index.html) (3,133 words) - [Simplified Due Diligence (SDD): Your Guide to the Essentials | Incode](/content/blog/simplified-due-diligence/index.html) (1,577 words) - [Not Found](/content/our-technology/passive-liveness-technology/index.html) (567 words) - [Not Found](/content/incode-omni/index.html) (509 words) - [Not Found](/content/life-at-incode/three-reasons-why-i-joined-incode/index.html) (521 words) - [Privacy Policy | Incode](/content/privacy-policy/index.html) (6,116 words) - [Tres Funciones Críticas para la Verificación Progresiva de Identidad | Incode](/content/es/blog/three-critical-features-for-progressive-identity-verification.html) (906 words) - [¿Qué es un comprobante de domicilio y cómo obtener uno? | Incode](/content/es/blog/proof-of-address-what-is-it-and-how-to-get-one/index.html) (2,070 words) - [Las estafas románticas están en todas partes. ¿Su plataforma de citas tiene la protección adecuada? | Incode](/content/es/blog/romance-scams-are-everywhere-does-your-dating-platform-have-the-right-protection-in-place.html) (1,003 words) - [Not Found](/content/incode-age-verification/index.html) (12 words) - [Online Identity Authentication Methods: Compare Top 4 Methods | Incode](/content/blog/online-identity-authentication-methods-compare-top-4-methods.html) (1,705 words) - [Purdue valida Incode Deepsight: la mejor precisión de su clase en la detección de Deepfake | Incode](/content/es/blog/purdue-univerisity-validates-deepsight/index.html) (1,446 words) - [Romance Scams Are Everywhere. Does Your Dating Platform Have the Right Protection in Place? | Incode](/content/blog/romance-scams-are-everywhere-does-your-dating-platform-have-the-right-protection-in-place.html) (811 words) - [Métodos de autenticación de identidad en línea: Compare los 4 métodos principales | Incode](/content/es/blog/online-identity-authentication-methods-compare-top-4-methods.html) (2,140 words) - [Reducción del abandono de usuarios durante la incorporación de clientes | Incode](/content/es/blog/reducing-user-abandonment-during-customer-onboarding.html) (1,206 words) - [Reducción del Riesgo de Robo de Credenciales | Incode](/content/es/blog/reducing-the-risk-of-credential-theft/index.html) (1,446 words) - [What Is a Proof of Address and How to Get One? | Incode](/content/blog/proof-of-address-what-is-it-and-how-to-get-one/index.html) (1,854 words) - [Reducción de la carga del servicio de asistencia técnica y mejora de la seguridad de IAM con autenticación biométrica | Incode](/content/es/blog/reducing-help-desk-burden-and-enhancing-iam-security-with-biometric-authentication.html) (972 words) - [Reducing the Risk of Credential Theft | Incode](/content/blog/reducing-the-risk-of-credential-theft/index.html) (1,283 words) - [Lo que Moltbook revela sobre la economía de los agentes: la capa de identidad que falta | Incode](/content/es/blog/moltbook-agent-economy/index.html): A medida que los agentes de IA interactúan de manera autónoma, la confianza se rompe sin identidad. Lo que revela Moltbook sobre la capa de identidad faltante en la economía de los agentes. (1,980 words) - [Integración segura con SDK móviles | Incode](/content/es/blog/secure-integration-with-mobile-sdks/index.html) (709 words) - [Protección de la información del cliente a través de asociaciones gubernamentales seguras | Incode](/content/es/blog/safeguarding-customer-information-through-secure-government-partnerships.html) (868 words) - [Not Found](/content/blog/incode-achieve-ibeta-level-3-compliance-on-both-ios-and-android-with-0-error.html) (492 words) - [Reducing User Abandonment During Customer Onboarding | Incode](/content/blog/reducing-user-abandonment-during-customer-onboarding.html) (977 words) - [Revolucionando la democracia: Incode Omni empodera a una nación líder de LATAM con un sistema de votación electrónica | Incode](/content/es/blog/revolutionizing-democracy-incode-omni-empowers-a-leading-latam-nation-with-an-electronic-voting-system.html) (963 words) - [Eliminación de la fricción de la captura al probar identidades | Incode](/content/es/blog/removing-friction-from-capture-when-proving-identities.html) (904 words) - [On-Device Processing: The Next Step in Privacy Architecture | Incode](/content/blog/on-device-age-processing-the-next-step-in-privacy-architecture.html): See how on-device processing eliminates biometric data exposure at the source, and what Incode's first production use case delivers in practice. (1,196 words) - [Ransomware como servicio. ¿Qué es y por qué es una amenaza? | Incode](/content/es/blog/ransomware-as-a-service-what-is-it-and-why-is-it-a-threat.html) (871 words) - [Purdue Univerisity Validates Incode Deepsight: Best-In-Class Precision on Deepfake Detection | Incode](/content/blog/purdue-univerisity-validates-deepsight/index.html) (1,093 words) - [Verificación de identificación con foto: cómo funciona y por qué la necesita | Incode](/content/es/blog/photo-id-verification-how-it-works-and-why-you-need-it.html) (1,362 words) - [What Moltbook Reveals About the Agent Economy: The Missing Identity Layer | Incode](/content/blog/moltbook-agent-economy/index.html): As AI agents interact autonomously, trust breaks without identity. What Moltbook reveals about the missing identity layer in the agent economy. (1,681 words) - [Safeguarding Customer Information Through Secure Government Partnerships | Incode](/content/blog/safeguarding-customer-information-through-secure-government-partnerships.html) (745 words) - [Secure Integration with Mobile SDKs | Incode](/content/blog/secure-integration-with-mobile-sdks/index.html) (667 words) - [Reducing Help Desk Burden And Enhancing IAM Security With Biometric Authentication | Incode](/content/blog/reducing-help-desk-burden-and-enhancing-iam-security-with-biometric-authentication.html) (776 words) - [Removing Friction from Capture When Proving Identities | Incode](/content/blog/removing-friction-from-capture-when-proving-identities.html) (822 words) - [Ticketing NFT: Qué es, cómo funciona y sus beneficios | Incode](/content/es/blog/nft-ticket/index.html) (1,448 words) - [Fraude de pago: ¿Qué es y cómo prevenirlo? | Incode](/content/es/blog/payment-fraud-what-is-it-how-to-prevent-it/index.html) (1,197 words) - [Revolutionizing Digital Identity: Introducing the New Era of Incode ID | Incode](/content/blog/revolutionizing-digital-identity-introducing-the-new-era-of-incode-id.html) (470 words) - [Revolucionando la identidad digital: Introducción a la nueva era de Incode ID | Incode](/content/es/blog/revolutionizing-digital-identity-introducing-the-new-era-of-incode-id.html) (580 words) - [Revolutionizing Democracy: Incode Omni Empowers a Latin American Country with Electronic Voting | Incode](/content/blog/revolutionizing-democracy-incode-omni-empowers-a-latin-american-country-with-electronic-voting.html) (516 words) - [NFT Ticket | Incode](/content/blog/nft-ticket/index.html) (1,101 words) - [Mobile Driver’s Licenses (mDLs) Are On The Rise. Here’s What to Expect | Incode](/content/blog/mobile-drivers-licenses-mdls-are-on-the-rise/index.html): Mobile driver's licenses (mDLs) are on the rise. Learn how mDLs work, which states offer them, and how Incode verifies them for your business. (1,320 words) - [On-Device Processing: The Next Step in Privacy Architecture | Incode](/content/es/blog/on-device-age-processing-the-next-step-in-privacy-architecture.html): See how on-device processing eliminates biometric data exposure at the source, and what Incode's first production use case delivers in practice. (1,191 words) - [Ransomware as a Service. What Is It and Why Is It a Threat? | Incode](/content/blog/ransomware-as-a-service-what-is-it-and-why-is-it-a-threat.html) (717 words) - [Mobile Driver’s Licenses (mDLs) Are On The Rise. Here’s What to Expect | Incode](/content/es/blog/mobile-drivers-licenses-mdls-are-on-the-rise/index.html): Mobile driver's licenses (mDLs) are on the rise. Learn how mDLs work, which states offer them, and how Incode verifies them for your business. (1,276 words) - [Superar los 7 principales conceptos erróneos de tecnología biométrica | Incode](/content/es/blog/overcoming-the-top-7-biometric-technology-misconceptions.html) (909 words) - [Photo ID Verification: How It Works and Why You Need It | Incode](/content/blog/photo-id-verification-how-it-works-and-why-you-need-it.html) (1,081 words) - [Overcoming the Top 7 Biometric Technology Misconceptions | Incode](/content/blog/overcoming-the-top-7-biometric-technology-misconceptions.html) (767 words) - [Un desertor norcoreano revela historia interna de fraude de candidato patrocinado por el estado | Incode](/content/es/blog/north-korean-defector-reveals-inside-story-of-state-sponsored-candidate-fraud.html) (655 words) - [Payment Fraud: What is It & How to Prevent it? | Incode](/content/blog/payment-fraud-what-is-it-how-to-prevent-it/index.html) (896 words) - [Incode’s Leadership in Biometric Age Estimation: A Preview of NIST Benchmarking | Incode](/content/blog/nist-biometric-age-estimation-leadership/index.html) (645 words) - [El liderazgo de Incode en la estimación biométrica de la edad: una vista previa de la evaluación comparativa del NIST | Incode](/content/es/blog/nist-biometric-age-estimation-leadership/index.html) (771 words) - [Una Plataforma de Identidad. Cero Limitaciones de Terceros](/content/es/abm-lp/crecimiento-sin-fricciones/index.html) (569 words) - [North Korean Defector Reveals Inside Story of State-Sponsored Candidate Fraud | Incode](/content/blog/north-korean-defector-reveals-inside-story-of-state-sponsored-candidate-fraud.html) (499 words) - [Incode vs. Persona](/content/es/lp/incode-vs-persona/index.html) (1,167 words) - [MetaMap Joins the Incode Family: A New Era of Identity Verification | Incode](/content/blog/metamap-joins-the-incode-family-a-new-era-of-identity-verification.html) (574 words) - [Washington Consumer Health Data Privacy Policy | Incode](/content/washington-consumer-health-data-privacy-policy/index.html) (936 words) - [What Last Year’s AI Deepfake Fraud Cases Can Teach Us In 2026 | Incode](/content/es/blog/what-last-years-ai-deepfake-fraud-cases-can-teach-us-in-2026.html): AI deepfake fraud cost the U.S. $712 million in 2025. Learn what last year's biggest cases reveal about stopping deepfake fraud in 2026. (1,669 words) - [Biometric Data Policy and Notice | Incode](/content/biometric-data-policy-and-notice/index.html) (684 words) - [Washington Consumer Health Data Privacy Policy | Incode](/content/es/washington-consumer-health-data-privacy-policy/index.html) (944 words) - [What Last Year’s AI Deepfake Fraud Cases Can Teach Us In 2026 | Incode](/content/blog/what-last-years-ai-deepfake-fraud-cases-can-teach-us-in-2026.html): AI deepfake fraud cost the U.S. $712 million in 2025. Learn what last year's biggest cases reveal about stopping deepfake fraud in 2026. (2,077 words) - [El fraude bancario en Colombia está en su punto más alto. Grupo Aval necesita actuar ahora.](/content/es/abm-lp/landing-page-grupo-aval/index.html) (373 words) - [Incode Deepsight](/content/es/abm-lp/incode-deepsight/index.html) (317 words) - [Biometric Data Policy and Notice | Incode](/content/es/biometric-data-policy-and-notice/index.html) (678 words) - [Equilibrando Conversión y Confianza en el E-commerce — Sin Compromisos](/content/es/abm-lp/landing-page-es-ecommerce/index.html) (514 words) - [Desliza hacia la confianza: Verificación moderna para apps de citas](/content/es/abm-lp/landing-page-es-dating-apps/index.html) (523 words) - [Identity at the Speed of Trust: One AI-Native Verification Platform for Every Industry](/content/es/abm-lp/opt-in-page-general/index.html) (277 words) - [Gartner® Magic Quadrant™ for IDV | Incode](/content/es/gartner-magic-quadrant/index.html): 2025 Report 2025 Gartner® Magic Quadrant™ for Identity Verification Incode has been recognized as a Leader in the Gartner® Magic Quadrant™ for Identity Verification for the second consecutive year. Download the Magic Quadrant™ Complete the fields for expert insights into the evolving identity verification market. How does a Gartner Magic Quadrant work? (328 words) - [Accessibility | Incode](/content/es/accessibility/index.html) (383 words) - [Deteniendo los SIM Swaps Sin Frenar el Crecimiento de Suscriptores](/content/es/abm-lp/landing-page-es-telco/index.html) (448 words) - [El Fraude No Duerme en Cripto — Tu Verificación de Identidad Tampoco Debería](/content/es/abm-lp/landing-page-crypto-standardization-es/index.html) (427 words) - [Corrige la prueba de vida. Protege tu plataforma](/content/es/abm-lp/landing-page-es-gig-economy/index.html) (479 words) - [From Abandoned Carts to Confirmed Bookings: Identity That Keeps Travelers Moving](/content/es/abm-lp/opt-in-page-travel-and-hospitality/index.html) (299 words) - [El momento de actuar es ahora: protege a tus clientes y transforma 
tu onboarding digital](/content/es/abm-lp/opt-in-page-grupo-aval/index.html) (309 words) - [Beyond Fast: Why Bybit Should Have Smarter Fraud Prevention—Not Just Quicker Onboarding](/content/es/abm-lp/opt-in-page-bybit/index.html) (359 words) - [Accessibility | Incode](/content/accessibility/index.html) (383 words) - [Gartner® Magic Quadrant™ for IDV | Incode](/content/gartner-magic-quadrant/index.html): 2025 Report 2025 Gartner® Magic Quadrant™ for Identity Verification Incode has been recognized as a Leader in the Gartner® Magic Quadrant™ for Identity Verification for the second consecutive year. Download the Magic Quadrant™ Complete the fields for expert insights into the evolving identity verification market. How does a Gartner Magic Quadrant work? (269 words) - [High-Stakes Identity: Stop Bonus Abuse Before the First Bet](/content/es/abm-lp/opt-in-page-igaming/index.html) (270 words) - [Identidad a la Velocidad de la Confianza](/content/es/abm-lp/landing-page-es-general/index.html) (542 words) - [Fix the Liveness Gap Before It Breaks Your Platform](/content/es/abm-lp/opt-in-page-gig-economy/index.html) (303 words) - [Una Plataforma de Identidad. Cero Limitaciones de Terceros.](/content/es/lp/crecimiento-sin-fricciones/index.html) (565 words) - [Convierte la verificación de identidad en tu ventaja competitiva](/content/es/abm-lp/opt-in-page-es-telco/index.html) (262 words) - [BBVA’s Digital Onboarding: Why Fintechs are Winning and How Incode Can Help](/content/es/abm-lp/opt-in-page-bbvas-digital-onboarding/index.html) (297 words) - [El fraude no duerme: identidad que contraataca](/content/es/abm-lp/opt-in-page-es-ecommerce/index.html) (333 words) - [Banco Falabella podría enfrentarse 
a desafíos críticos de KYC en Chile, Perú y Colombia](/content/es/abm-lp/opt-in-page-banco-falabella/index.html) (325 words) - [Secure Every SIM, Secure Every Session](/content/es/abm-lp/opt-in-page-telco/index.html) (301 words) - [Swipe Right on Trust: AI Identity That Converts and Protects](/content/es/abm-lp/landing-page-dating-apps/index.html) (447 words) - [Klarna's Latam Expansion](/content/es/abm-lp/klarnas-latam-expansion/index.html) (651 words) - [Resolviendo el Dilema de Crecimiento vs. Riesgo en iGaming — Sin Compromisos](/content/es/abm-lp/landing-page-es-igaming/index.html) (576 words) - [Stop Catfish, Deepfakes, and Underage Access—Without Slowing Your Users Down](/content/es/abm-lp/opt-in-page-dating-apps/index.html) (282 words) - [Get download URL of videoselfie](/content/developer/reference/generatevideoselfiedownloadurl/index.html): Get URL for downloading video recording of video selfie. This is temporary pre-signed url, that expires in 1 hour (90 words) - [From Cart to Checkout: Identity That Converts](/content/es/abm-lp/opt-in-page-ecommerce/index.html) (274 words) - [Confirma reservas en segundos: Verificación de identidad sin fricción para viajes globales](/content/es/abm-lp/opt-in-page-es-travel-and-hospitality/index.html) (320 words) - [From Delays to Delight: Identity Verification That Converts Travelers in Seconds](/content/es/abm-lp/landing-page-travel-and-hospitality/index.html) (404 words) - [Arcus’s Ultimate 
KYC Solution](/content/es/abm-lp/landing-page-arcus/index.html) (355 words) - [Fetch notes](/content/developer/reference/getconferencenotes/index.html): This endpoint is used for fetching conference notes for interview/session. Works with Admin Token . (72 words) - [Protect Your iGaming Platform from Evolving Fraud—Unlock the Power of Incode’s Identity Solution](/content/es/abm-lp/opt-in-page-betsson-group/index.html) (298 words) - [El punto de falla en la economía gig: corrige tu prueba de vida antes del próximo escándalo](/content/es/abm-lp/opt-in-page-es-gig-economy/index.html) (337 words) - [Process Antifraud](/content/developer/reference/getantifraudresult/index.html): This endpoint should be called only after process-id and process-face both are over. This endpoint gives ability to compare current interview with existing interviews and customers and detect anomalies than could be signs of fraud. Important: Calling this endpoint affects the total score . (57 words) - [Más Allá del Selfie — Verificación de Identidad que Escala Globalmente sin Fricción](/content/es/abm-lp/opt-in-page-es-dating-apps/index.html) (313 words) - [Fetch ocr data](/content/developer/reference/getocrdata/index.html): Returns data about user read from id and address statement. (69 words) - [Get url to download session recording](/content/developer/reference/generatesessionrecordingdownloadurl/index.html): Get url to download session recording (90 words) - [Why Fast Isn’t Enough 
for Crypto KYC](/content/es/abm-lp/landing-page-bybit/index.html) (396 words) - [Add Barcode](/content/developer/reference/addbarcode/index.html): Add raw barcode and parse it to interview. (79 words) - [Fraud Never Sleeps in Crypto — Your Identity Verification Can’t Either](/content/es/abm-lp/landing-page-crypto-standardization/index.html) (375 words) - [El Fraude No Duerme en Cripto — Tu Verificación de Identidad Debe Ser Igual de Rápida](/content/es/abm-lp/opt-in-page-crypto-standardization-es/index.html) (355 words) - [Fetch all passed onboardings for the same person](/content/developer/reference/getcustomersessions/index.html): Get all passed onboardings for the same person (53 words) - [Cumple con la regulación y aumenta tus conversiones con verificación de identidad moderna](/content/es/abm-lp/opt-in-page-telco-regulaciones/index.html) (181 words) - [Detén el Abuso de Bonos y Deepfakes sin Perder Jugadores Reales](/content/es/abm-lp/opt-in-page-es-igaming/index.html) (284 words) - [Verificación de Identidad que Restaura la Confianza y Acelera la Atención Médica](/content/es/lp/opt-in-page-es-healthcare/index.html) (328 words) - [Identidad a la Velocidad de la Confianza: Una sola plataforma de verificación con IA nativa para todos los sectores.](/content/es/abm-lp/opt-in-page-es-general/index.html) (285 words) - [From Trust Risk to Trusted Growth: How Acorns Can Strengthen Fraud Defense and Fuel Smarter Expansion](/content/es/abm-lp/landing-page-acorns/index.html) (329 words) - [Solving iGaming’s Growth vs. Risk Dilemma – Without Compromise](/content/es/abm-lp/landing-page-igaming/index.html) (437 words) - [Betterment – Investing in Trust Starts with Smarter IDV](/content/es/abm-lp/landing-page-betterment/index.html) (341 words) - [El Problema: Por qué las Empresas Luchan Contra el Fraude](/content/es/lp/el-problema/index.html) (328 words) - [Turn Your Network Into Income](/content/es/lp/incode-affiliate-program-for-b2b-leaders/index.html) (382 words) - [Crypto moves fast — and so do fraudsters](/content/es/lp/landing-page-crypto/index.html) (422 words) - [Privacy Policy | Incode](/content/es/privacy-policy/index.html) (1,185 words) - [La IA Impulsa el Fraude — ¿Estás Preparado para Detenerlo?](/content/es/lp/ia-vs-ia/index.html) (284 words) - [Modern Identity Verification 
for Digital Healthcare](/content/es/abm-lp/landing-page-gig-economy/index.html) (412 words) - [The AI Arms Race in Fraud Prevention: Are You Ready?](/content/es/lp/finance-o4-the-ai-arms-race/index.html) (176 words) - [Trust at Scale: How Modern Gig Platforms Stop Fraud Without Slowing Growth](/content/es/lp/landing-page-web-services/index.html) (382 words) - [Scammers 2.0: 5 Signs Your Exchange Is Vulnerable to AI-Powered Crypto Scams](/content/es/lp/opt-in-4-crypto/index.html) (315 words) - [Adaptación Rápida al Fraude El Fraude Evoluciona a Diario. Tu Defensa También Debería.](/content/es/lp/el-fraude-evoluciona/index.html) (258 words) - [Continuous Identity, Real-Time Defense: The New Standard for Gig Platforms](/content/es/lp/opt-in-page-2-web-services/index.html) (304 words) - [Dollar Bank](/content/es/lp/dollar-bank-2/index.html) (288 words) - [Stopping SIM Swaps Without Slowing Subscriber Growth](/content/es/abm-lp/landing-page-telco/index.html) (414 words) - [Identity at the Speed of Trust: One AI-Native Verification Platform for Every Industry](/content/es/abm-lp/landing-page-general/index.html) (396 words) - [The Bonus Trap: How Promo Abuse Is Quietly Undermining iGaming Growth](/content/es/lp/opt-in-page-4-igaming/index.html) (350 words) - [Introduction](/content/developer/reference/introduction/index.html): The Incode Omni API is organized around REST. In general our API uses standard secure HTTP requests with JSON arguments and JSON responses. (646 words) - [Grand Theft Crypto: Inside 2024’s Biggest Scams and Thefts](/content/es/lp/opt-in-2-crypto/index.html) (318 words) - [Cumple con la regulación sin frenar el crecimiento de tus clientes](/content/es/abm-lp/landing-page-telco-regulaciones/index.html) (389 words) - [Friction vs. Flow: The Secret to Converting Crypto Users Faster](/content/es/lp/opt-in-5-crypto/index.html) (318 words) - [La Solución](/content/es/lp/la-solucion/index.html) (309 words) - [El fraude no duerme: identidad que contraataca](/content/es/abm-lp/opt-in-page-es-banking/index.html) (333 words) - [Beyond the Selfie: Identity That Scales With Every Device and Market](/content/es/abm-lp/opt-in-page-fintech/index.html) (322 words) - [Why Casinos Are Switching to Incode: The End of Legacy Identity Systems](/content/es/lp/opt-in-page-6-igaming/index.html) (302 words) - [Why Incode Wins: Faster, Smarter, Proven Identity Verification for Platform Growth](/content/es/lp/opt-in-page-3-web-services/index.html) (324 words) - [Stay Ahead of the Synthetic Identity Surge in iGaming](/content/es/lp/opt-in-page-2-igaming/index.html) (276 words) - [Vende más SOAT con Verificación Instantánea y Sin Fraude](/content/es/abm-lp/landing-page-vende-mas-soat-con-verificacion-instantanea.html) (175 words) - [El fraude no duerme: identidad que contraataca](/content/es/abm-lp/opt-in-page-banking/index.html) (332 words) - [Solving Bumble’s Growth vs. Trust Dilemma – Without Compromise](/content/es/abm-lp/solving-bumbles-growth-vs-trust-dilemma/index.html) (487 words) - [The Compliance Crunch: Why Crypto Can’t Afford to Fall Behind](/content/es/lp/opt-in-3-crypto/index.html) (280 words) - [Cumplimiento: Sin Complejidad](/content/es/lp/cumplimiento-sin-complejidad/index.html) (215 words) - [Fraude Impulsado por IA](/content/es/lp/finanzas-o2-fraude-impulsado-por-ia/index.html) (201 words) - [Global Compliance Is a Lie: What Exchanges Get Wrong About EMEA & LATAM](/content/es/lp/opt-in-6-crypto/index.html) (252 words) - [Trust on Demand: Why Gig Platforms Must Rethink Identity Now](/content/es/lp/opt-in-page-1-web-services/index.html) (296 words) - [From Compliance to Conversion: How Smarter Identity Verification Protects Profit in iGaming](/content/es/lp/opt-in-page-5-igaming/index.html) (296 words) - [La Batalla Contra el Fraude Potenciado por IA](/content/es/lp/finanzas-o4-la-batalla-contra-el-fraude-potenciado-por-ia.html) (221 words) - [The Fraud Industry Ebook](/content/es/abm-lp/the-fraud-industry-eng-ebook/index.html) (19 words) - [The Hidden Flaws in Fraud Prevention Ebook](/content/es/abm-lp/the-hidden-flaws-in-fraud-prevention-eng-ebook/index.html) (27 words) - [Scaling Without Limits Ebook](/content/es/abm-lp/scaling-without-limits-eng-ebook/index.html) (19 words) - [Crece Sin Límites Ebook](/content/es/abm-lp/crece-sin-limites-ebook/index.html) (26 words) - [La Industria del Fraude Ebook](/content/es/abm-lp/la-industria-del-fraude-ebook/index.html) (26 words) - [IA vs IA Ebook (ES)](/content/es/abm-lp/ia-vs-ia-ebook/index.html) (26 words) - [Las Fallas Ocultas en la Prevención del Fraude Ebook](/content/es/abm-lp/las-fallas-ocultas-en-la-prevencion-del-fraude-ebook.html) (27 words) - [IA vs IA Ebook](/content/es/abm-lp/ia-vs-ia-eng-ebook/index.html) (26 words) - [Non-Document Verification | Incode](/content/es/use-cases/know-your-customer-ekyc/index.html): Prevent fraud with secure non-document verification. Boost conversion rates with fast and secure onboarding. (1,104 words) - [Deepsight: Deepfake Detection & Liveness AI | Incode](/content/es/platform/deepsight/index.html): Incode Deepsight blocks deepfakes, AI impersonation, and camera injections with 68x better accuracy. Validated by Purdue University as the top system. (1,281 words) - [Liveness Detection | Incode](/content/es/technology/liveness-detection/index.html): Stop deepfakes and spoofing attacks with Incode's advanced liveness detection. Verify real people instantly with zero friction. 0% false positives. (781 words) - [KYC & Identity Verification for Finance | Incode](/content/es/industries/financial-services/index.html): AI-powered identity verification for financial services. Stop deepfakes, ensure KYC/AML compliance, and accelerate onboarding with 99% fraud reduction. (732 words) - [Digital Identity & Fraud Prevention Platform | Incode](/content/es/platform/index.html): Build and manage identity verification in one place. Create custom journeys, track performance in real time, and handle fraud cases efficiently. (739 words) - [Incode](/content/case-studies/revolutionizing-democracy-incode-omni-empowers-a-leading-latam-nation-with-an-electronic-voting-system.html) (793 words) - [AI-Powered Identity Verification for Public Sector | Incode](/content/es/industries/public-sector/index.html): AI-powered biometric identity verification for government agencies. Protect public funds, detect deepfakes, and modernize digital services securely. (1,194 words) - [Social Media Identity Verification | Incode](/content/es/industries/social-media/index.html): AI-powered identity verification for social media platforms. Stop bots, fake accounts, and deepfakes while ensuring compliance and seamless user experience. (973 words) - [AI Identity Verification for Online Gambling | Incode](/content/es/industries/gambling/index.html): Stop fraud, ensure KYC/AML compliance, and protect players with AI-powered identity verification for online gambling platforms. Up to 99% fraud reduction. (1,153 words) - [Face Recognition & Biometric Authentication | Incode](/content/es/technology/face-recognition/index.html): Advanced facial recognition technology with NIST-certified accuracy. Fast, fair, and secure biometric verification in 20ms. Trusted by industry leaders. (895 words) - [AI-Powered Identity Verification for Healthcare | Incode](/content/es/industries/healthcare/index.html): AI-powered identity verification for healthcare. Protect patient data, ensure HIPAA compliance, prevent fraud, and deliver seamless access to care. (823 words) - [KYC Verification & AML Compliance Software | Incode](/content/es/use-cases/kyc-aml/index.html): Ensure KYC/AML compliance with AI-powered verification. 4-second average verification, 98% first-try validation. Automate CIP, CDD, and EDD flows. (1,002 words) - [Ricardo Amper Warns of Fraud Threats After 400K Bank Customers’ Data Breach | Incode](/content/press/ricardo-amper-warns-of-long-term-fraud-threats-after-400k-bank-customers-data-was-exposed.html) (1,216 words) - [AI Identity Verification for Online Gaming | Incode](/content/es/industries/online-gaming/index.html): Protect your gaming platform with AI-powered identity verification. Stop fraud, ensure compliance, and enable frictionless onboarding for players. (657 words) - [AI-Powered Face & Agentic Identity Verification | Incode](/content/es/use-cases/agentic-identity/index.html): Securely identify and continuously monitor autonomous AI systems to prevent fraud, ensure compliance, and build trust in the agentic web. (791 words) - [Identity Solutions by Industry | Incode Technologies](/content/es/industries/index.html): AI-powered identity verification for financial services, healthcare, gaming, e-commerce, and more. Fight fraud, meet compliance, and build trust. (347 words) - [Ricardo Amper advierte sobre amenazas de fraude tras violación de datos de 400 mil clientes bancarios | Incode](/content/es/press/ricardo-amper-warns-of-long-term-fraud-threats-after-400k-bank-customers-data-was-exposed.html) (1,516 words) - [Why Incode | Trusted Identity Verification Leader](/content/es/why-incode/index.html): Discover why global banks, governments, and tech leaders choose Incode. 4.1B+ identity checks, superior AI, and >99.99% reliability for fraud prevention. (595 words) - [Demo | Incode](/content/es/demo/index.html): Verify users safely with AI-powered identity verification. Cut fraud losses, adapt to emerging threats, and future-proof your stack with Incode's platform. (88 words) - [AI-Powered Fraud Detection & Risk Prevention | Incode](/content/es/platform/risk-ai/index.html): Risk AI Agent AI-powered fraud decisions that see the whole picture Risk AI Agent moves beyond isolated scoring by using adaptive ML to evaluate signals holistically, reducing manual overhead and delivering smarter, context-aware decisions. Get started Industry leaders trust Incode with their AI fraud prevention Smarter fraud prevention Holistic intelligence, better outcomes Reduce your operational (562 words) - [AI-powered Identity Verification & KYC | Incode](/content/es/index.html): AI-powered identity verification and fraud prevention for the world’s leading companies. Secure onboarding, authentication, and KYC compliance. (612 words) - [E-commerce & Marketplace Identity Verification | Incode](/content/es/industries/ecommerce-marketplaces/index.html): AI-powered identity verification for e-commerce platforms. Stop fraud, verify buyers and sellers, ensure compliance, and boost conversions with Incode. (631 words) - [Incode](/content/case-studies/incode-redefines-safety-in-the-soccer-experience-across-national-stadiums-in-mexico.html) (1,387 words) - [Non-Document Verification | Incode](/content/use-cases/know-your-customer-ekyc/index.html): Prevent fraud with secure non-document verification. Boost conversion rates with fast and secure onboarding. (467 words) - [Ricardo Amper sobre la creciente amenaza de fraude detrás de anuncios de empleo falsos | Incode](/content/es/press/ricardo-amper-on-the-growing-fraud-threat-behind-fake-job-ads.html) (1,384 words) - [Desde la entrevista hasta el primer día: Cómo Incode asegura el ciclo de vida completo de la identidad de los empleados](/content/es/webinars/webinar-how-incode-secures-the-full-employee-identity-lifecycle.html): Cómo Incode conecta la verificación de candidatos en Workday con la incorporación de empleados en Okta y la recuperación de credenciales en Entra. Sin fricción añadida. (1,117 words) - [Compromised Identity: How African Financial Institutions Can Stop Fraud Before It Starts](/content/webinars/compromised-identity-how-african-financial-institutions-can-stop-fraud-before-it-starts.html): Identity fraud in Africa has evolved beyond onboarding. Learn how deepfakes, sleeper cells, and injection attacks are reshaping fraud and how to stop it before it starts. (519 words) - [Use Cases | Identity Verification & Fraud Prevention | Incode](/content/es/use-cases/index.html): Incode enables critical use cases across the customer journey, helping businesses to stop fraud, maximize conversions, achieve compliance, and scale growth. (259 words) - [Identidad comprometida: cómo las instituciones financieras africanas pueden detener el fraude antes de que comience](/content/es/webinars/compromised-identity-how-african-financial-institutions-can-stop-fraud-before-it-starts.html): El fraude de identidad en África ha evolucionado más allá de la incorporación. Descubra cómo los deepfakes, las células durmientes y los ataques de inyección están reconfigurando el fraude y cómo detenerlo antes de que comience. (706 words) - [Incode presenta la protección Deepsight AI para combatir los deepfakes | Incode](/content/es/press/incode-unveils-deepsight-ai-defence-to-combat-deepfakes.html) (1,022 words) - [Identidades reales, persona equivocada: por qué falla la verificación de identidad](/content/es/webinars/real-identities-wrong-person-why-identity-verification-is-failing.html): La verificación de identidad está fallando en la era del fraude de IA. Descubra cómo las deepfakes, los ataques de inyección y la verificación de la fuente de la verdad están reconfigurando el aseguramiento de identidad en 2026. (744 words) - [Incode](/content/es/case-studies/citibanamex-harnesses-the-power-of-the-incode-omni-orchestration-platform-to-drive-digitalization-of-the-banking-sector-in-mexico.html) (845 words) - [Incode](/content/es/case-studies/incodes-kyb-compliant-solutions-empowers-uniclick-to-fight-financial-fraud-in-mexico.html) (992 words) - [From Interview to Day One: How Incode Secures the Full Employee Identity Lifecycle](/content/webinars/webinar-how-incode-secures-the-full-employee-identity-lifecycle.html): How Incode connects candidate verification in Workday to employee onboarding in Okta and credential recovery in Entra. No friction added. (877 words) - [Incode](/content/es/case-studies/viva-aerobus-and-incode-are-digitalizing-the-airport-ecosystem-for-mexico-with-seamless-contactless-passenger-experiences.html) (845 words) - [Incode transforma la verificación de identidad en Australia y Nueva Zelanda | Incode](/content/es/press/incode-transforming-identity-verification-in-australia-and-new-zealand.html) (1,028 words) - [Incode](/content/case-studies/viva-aerobus-and-incode-are-digitalizing-the-airport-ecosystem-for-mexico-with-seamless-contactless-passenger-experiences.html) (847 words) - [Incode](/content/case-studies/jumeirah-and-incode-redefine-luxury-for-the-hotel-industry-with-digital-check-in-and-exceptional-guest-experiences.html) (657 words) - [Incode](/content/es/case-studies/funticket-and-incode-are-improving-transparency-in-the-live-event-ticket-market-while-protecting-fans-from-ticket-touting.html) (776 words) - [Incode](/content/es/case-studies/jumeirah-and-incode-redefine-luxury-for-the-hotel-industry-with-digital-check-in-and-exceptional-guest-experiences.html) (656 words) - [Incode](/content/case-studies/funticket-and-incode-are-improving-transparency-in-the-live-event-ticket-market-while-protecting-fans-from-ticket-touting.html) (769 words) - [Interac elige Incode para fortalecer verificación de identidad en Canadá | Incode](/content/es/press/interac-chooses-incode-to-strengthen-identity-verification-in-canada.html) (1,105 words) - [Interac Chooses Incode to Strengthen Identity Verification in Canada | Incode](/content/press/interac-chooses-incode-to-strengthen-identity-verification-in-canada.html) (833 words) - [Incode](/content/es/case-studies/revolutionizing-democracy-incode-omni-empowers-a-leading-latam-nation-with-an-electronic-voting-system.html) (672 words) - [What's More Important in 2026: Proving You're You or Proving You're Human? By Ricardo Amper | Incode](/content/press/whats-more-important-in-2026-proving-youre-you-or-proving-youre-human-by-ricardo-amper.html) (1,061 words) - [What's More Important in 2026: Proving You're You or Proving You're Human? By Ricardo Amper | Incode](/content/es/press/whats-more-important-in-2026-proving-youre-you-or-proving-youre-human-by-ricardo-amper.html) (1,055 words) - [Incode](/content/resources/conversation-starters/index.html) (725 words) - [Deepfakes in 2026: Why Advanced AI Is Becoming an Existential Risk in Fraud](/content/webinars/deepfakes-2026/index.html): AI-generated identities are becoming repeatable and scalable. Discover what detection data reveals about evolving fraud behavior. (410 words) - [Incode](/content/case-studies/incodes-kyb-compliant-solutions-empowers-uniclick-to-fight-financial-fraud-in-mexico.html) (798 words) - [Incode Technologies Redefines Event Experiences | Incode](/content/press/incode-technologies-redefines-event-experiences/index.html) (600 words) - [Incode](/content/es/case-studies/incode-redefines-safety-in-the-soccer-experience-across-national-stadiums-in-mexico.html) (547 words) - [Incode Technologies redefine las experiencias de eventos | Incode](/content/es/press/incode-technologies-redefines-event-experiences/index.html) (713 words) - [Incode Acquires Identiq to Expand Its Privacy-First Architecture | Incode](/content/press/incode-acquires-identiq-to-expand-its-privacy-first-architecture.html) (940 words) - [Incode lanza Deepsight, la defensa Deepfake más precisa del mundo | Incode](/content/es/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-2.html) (744 words) - [Jumeirah Group e Incode Technologies anuncian asociación estratégica | Incode](/content/es/press/jumeirah-group-and-incode-technologies-announce-strategic-partnership.html) (980 words) - [Vea por qué Incode es reconocido como un proveedor representativo para pruebas y afirmaciones de identidad | Incode](/content/es/press/see-why-incode-is-recognized-as-a-representative-vendor-for-identity-proofing-and-affirmation.html) (683 words) - [See Why Incode is Recognized as a Representative Vendor for Identity Proofing and Affirmation | Incode](/content/press/see-why-incode-is-recognized-as-a-representative-vendor-for-identity-proofing-and-affirmation.html) (556 words) - [Incode](/content/resources/case-studies/index.html) (242 words) - [Incode](/content/es/case-studies/enhancing-tenant-screening-and-fraud-prevention-with-incode-technologies-at-vidalta.html) (521 words) - [Incode](/content/es/resources/conversation-starters/index.html) (661 words) - [Incode explica por qué las empresas deben fortalecer las defensas de IA contra Deepfakes | Incode](/content/es/press/incode-on-why-enterprises-must-strengthen-ai-defenses-against-deepfake-attacks.html) (1,396 words) - [Incode](/content/case-studies/enhancing-tenant-screening-and-fraud-prevention-with-incode-technologies-at-vidalta.html) (524 words) - [INTELITY e Incode Technologies anuncian alianza estratégica durante HITEC Orlando 2022 | Incode](/content/es/press/intelity-and-incode-technologies-announce-strategic-partnership-during-hitec-orlando-2022.html) (769 words) - [Validación de identidad en tiempo real desde Incode para integrarse en Experian Ascend | Incode](/content/es/press/real-time-identity-validation-from-incode-to-be-integrated-into-experian-ascend.html) (583 words) - [Jumeirah Group and Incode Technologies Announce Strategic Partnership | Incode](/content/press/jumeirah-group-and-incode-technologies-announce-strategic-partnership.html) (821 words) - [Incode y TOTM Technologies forman una asociación estratégica para satisfacer la demanda acelerada de experiencias de identidad omnicanal en Indonesia | Incode](/content/es/press/incode-totm-technologies-form-strategic-partnership-to-meet-accelerated-demand-for-omnichannel-identity-experiences-in-indonesia.html) (820 words) - [Informe “El pulso del consumidor en la biometría” de Incode | Incode](/content/es/blog/incodes-consumer-pulse-on-biometrics-report/index.html) (2,070 words) - [Incode](/content/es/case-studies/incode-delivers-seamless-and-secure-onboarding-for-metallicus-crypto-platform-users.html) (477 words) - [LIGA MX adopta Incode “Fan ID” en todos los estadios de México | Incode](/content/es/press/liga-mx-adopts-incode-fan-id-across-stadiums-in-mexico.html) (760 words) - [Incode Transforming Identity Verification in Australia and New Zealand | Incode](/content/press/incode-transforming-identity-verification-in-australia-and-new-zealand.html) (864 words) - [Incode](/content/resources/faq/index.html) (254 words) - [INTELITY and Incode Technologies Announce Strategic Partnership During HITEC Orlando 2022 | Incode](/content/press/intelity-and-incode-technologies-announce-strategic-partnership-during-hitec-orlando-2022.html) (701 words) - [La Selección Mexicana da la bienvenida a Incode Technologies | Incode](/content/es/press/the-mexican-national-team-welcomes-incode-technologies.html) (367 words) - [Incode lanza Deepsight, una efectiva defensa Deepfake | Incode](/content/es/press/incode-launches-deepsight-an-effective-deepfake-defense.html) (777 words) - [Incode Announces Strategic Partnership with Sardine | Incode](/content/press/incode-announces-strategic-partnership-with-sardine.html) (553 words) - [Incode Partners with Spectrum Edge to Power a World of Trust for Malaysian Enterprises with Automated Identity Verification | Incode](/content/press/incode-partners-with-spectrum-edge-to-power-a-world-of-trust-for-malaysian-enterprises-with-automated-identity-verification.html) (696 words) - [Introducing Incode Workflows for organizations seeking to accelerate customer onboarding experiences and maximize conversion | Incode](/content/press/introducing-incode-workflows-for-organizations-seeking-to-accelerate-customer-onboarding-experiences-and-maximize-conversion.html) (321 words) - [Incode Technologies asegura un lugar en la cohorte Fintech Power 50 2022 | Incode](/content/es/press/incode-technologies-secures-place-in-the-fintech-power-50-2022-cohort.html) (779 words) - [Incode](/content/resources/third-party-validation/index.html) (185 words) - [LIGA MX Adopts Incode "Fan ID" Across Stadiums in Mexico | Incode](/content/press/liga-mx-adopts-incode-fan-id-across-stadiums-in-mexico.html) (620 words) - [Securing and Improving the RappiCard Experience with Incode | Incode](/content/press/securing-and-improving-the-rappicard-experience-with-incode.html) (491 words) - [Incode](/content/es/resources/message-templates/index.html) (110 words) - [Real-time identity validation from Incode to be integrated into Experian Ascend | Incode](/content/press/real-time-identity-validation-from-incode-to-be-integrated-into-experian-ascend.html) (454 words) - [Asegurar y mejorar la experiencia RappiCard con Incode | Incode](/content/es/press/securing-and-improving-the-rappicard-experience-with-incode.html) (568 words) - [Incode lanza Deepsight, la defensa Deepfake más precisa del mundo | Incode](/content/es/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-4.html) (808 words) - [Incode](/content/es/resources/one-pager/index.html) (110 words) - [Incode & TOTM Technologies Form Strategic Partnership to Meet Accelerated Demand for Omnichannel Identity Experiences in Indonesia | Incode](/content/press/incode-totm-technologies-form-strategic-partnership-to-meet-accelerated-demand-for-omnichannel-identity-experiences-in-indonesia.html) (692 words) - [Incode lanza Deepsight, la defensa Deepfake más precisa del mundo | Incode](/content/es/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense.html) (928 words) - [Incode](/content/es/resources/third-party-validation/index.html) (175 words) - [Incode Technologies Secures Place in the Fintech Power 50 2022 Cohort | Incode](/content/press/incode-technologies-secures-place-in-the-fintech-power-50-2022-cohort.html) (641 words) - [Incode](/content/resources/message-templates/index.html) (110 words) - [Incode se asocia con Spectrum Edge para potenciar un mundo de confianza para las empresas malasias con verificación automatizada de identidad | Incode](/content/es/press/incode-partners-with-spectrum-edge-to-power-a-world-of-trust-for-malaysian-enterprises-with-automated-identity-verification.html) (817 words) - [Incode](/content/es/resources/case-studies/index.html) (250 words) - [Incode Launches Deepsight, an Effective Deepfake Defense | Incode](/content/press/incode-launches-deepsight-an-effective-deepfake-defense.html) (607 words) - [Incode](/content/resources/useful-videos/index.html) (131 words) - [Incode](/content/es/resources/useful-videos/index.html) (129 words) - [Incode](/content/resources/one-pager/index.html) (110 words) - [Incode](/content/es/resources/faq/index.html) (243 words) - [Incode y Prove revelan capas de identidad para proteger las transacciones de agentes de IA | Incode](/content/es/press/incode-prove-unveil-identity-layers-to-secure-ai-agent-transactions.html) (1,037 words) - [Incode on Why Enterprises Must Strengthen AI Defenses Against Deepfakes | Incode](/content/press/incode-on-why-enterprises-must-strengthen-ai-defenses-against-deepfake-attacks.html) (1,038 words) - [Incode dice que la recuperación de cuentas es un punto débil de fraude falso en la superficie de ataque ampliada | Incode](/content/es/press/incode-says-account-recovery-deepfake-fraud-soft-spot-in-expanded-attack-surface.html) (874 words) - [The Mexican National Team Welcomes Incode Technologies | Incode](/content/press/the-mexican-national-team-welcomes-incode-technologies.html) (340 words) - [Presentación de flujos de trabajo de Incode para organizaciones que buscan acelerar las experiencias de incorporación de clientes y maximizar la conversión | Incode](/content/es/press/introducing-incode-workflows-for-organizations-seeking-to-accelerate-customer-onboarding-experiences-and-maximize-conversion.html) (444 words) - [Incode lanza Deepsight, la defensa Deepfake más precisa del mundo | Incode](/content/es/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-3.html) (934 words) - [Incode Achieves FedRAMP Ready Status: ID Verification for U.S. Federal Agencies | Incode](/content/press/incode-technologies-achieves-fedramp-ready-status-advancing-trusted-identity-verification-for-u-s-federal-agencies.html) (567 words) - [Ricardo Amper on the Growing Fraud Threat Behind Fake Job Ads | Incode](/content/press/ricardo-amper-on-the-growing-fraud-threat-behind-fake-job-ads.html) (292 words) - [Incode Launches Deepsight, the World’s Most Accurate Deepfake Defense | Incode](/content/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-3.html) (730 words) - [Incode, Prove unveil identity layers to secure AI agent transactions | Incode](/content/press/incode-prove-unveil-identity-layers-to-secure-ai-agent-transactions.html) (829 words) - [Incode recibe la certificación ACCS por su solución de verificación de edad | Incode](/content/es/press/incode-receives-accs-certification-for-its-age-verification-solution.html) (742 words) - [Incode lanza Agentic Identity para verificar y proteger a los agentes de IA | Incode](/content/es/press/incode-launches-agentic-identity-to-verify-and-secure-ai-agents-2.html) (912 words) - [Incode lanza Identidad Agentic para verificar y proteger a los agentes de IA en la era de la computación autónoma | Incode](/content/es/press/incode-launches-agentic-identity-to-verify-and-secure-ai-agents.html) (1,044 words) - [Nombran a Incode Technologies como líder en el Cuadrante Mágico de Gartner® 2024 en Verificación de Identidad | Incode](/content/es/press/nombran-a-incode-technologies-como-lider-en-el-cuadrante-magico-de-gartner-2024-en-verificacion-de-identidad.html) (30 words) - [Incode: Líder en el Cuadrante Mágico de Gartner® 2025 para la Verificación de Identidad™ | Incode](/content/es/press/incode-named-a-leader-in-the-2025-gartner-magic-quadrant-for-identity-verification.html) (902 words) - [Incode Technologies anuncia expansión de su Centro de Desarrollo en Serbia | Incode](/content/es/press/incode-technologies-announces-expansion-of-its-development-center-in-serbia.html) (510 words) - [Incode logra el estatus de listo para FedRAMP: Verificación de identificación para agencias federales de EE. UU. | Incode](/content/es/press/incode-technologies-achieves-fedramp-ready-status-advancing-trusted-identity-verification-for-u-s-federal-agencies.html) (693 words) - [Incode Launches Deepsight, the World’s Most Accurate Deepfake Defense | Incode](/content/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-4.html) (681 words) - [Incode y Snappt se asocian para llevar la verificación de identidad líder en la industria a la administración de propiedades | Incode](/content/es/press/trashed/index.html) (25 words) - [Ricardo Amper's interview for Euronews Serbia | Incode](/content/press/ricardo-ampers-interview-for-euronews-serbia/index.html) (11 words) - [Incode: Leader in the 2025 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/press/incode-named-a-leader-in-the-2025-gartner-magic-quadrant-for-identity-verification.html) (691 words) - [Nombran a Incode Technologies como líder en el Cuadrante Mágico de Gartner® 2024 en Verificación de Identidad | Incode](/content/press/nombran-a-incode-technologies-como-lider-en-el-cuadrante-magico-de-gartner-2024-en-verificacion-de-identidad.html) (22 words) - [Incode Technologies announces expansion of its Development Center in Serbia | Incode](/content/press/incode-technologies-announces-expansion-of-its-development-center-in-serbia.html) (409 words) - [Incode and Snappt Partner to Bring Industry-Leading Identity Verification to Property Management | Incode](/content/press/trashed/index.html) (17 words) - [Incode snaps up AuthenticID to bolster fraud defence | Incode](/content/press/incode-snaps-up-authenticid-to-bolster-fraud-defence.html) (443 words) - [Deepfakes on Demand: Bienvenido a la era del fraude como servicio (FaaS) | Incode](/content/es/press/deepfakes-on-demand-welcome-to-the-era-of-fraud-as-a-service-faas.html) (1,603 words) - [Incode unveils Deepsight AI protection to combat deepfakes | Incode](/content/press/incode-unveils-deepsight-ai-defence-to-combat-deepfakes.html) (211 words) - [Incode compra AuthentiCid para reforzar la defensa contra el fraude | Incode](/content/es/press/incode-snaps-up-authenticid-to-bolster-fraud-defence.html) (541 words) - [Incode Launches Deepsight, the World’s Most Accurate Deepfake Defense | Incode](/content/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense.html) (729 words) - [¿Por qué los hackers se dirigen a la industria de la salud? | Incode](/content/es/blog/why-are-hackers-targeting-the-healthcare-industry/index.html) (2,175 words) - [Incode lanza Deepsight para protegerse contra deepfakes y ataques de inyección | Incode](/content/es/press/incode-launches-deepsight-to-protect-against-deepfakes-injection-attacks.html) (585 words) - [Incode lanza defensa deepfake “Deepsight”, validada por estudio de Purdue | Incode](/content/es/press/incode-launches-deepsight-deepfake-defense-validated-by-purdue-study.html) (671 words) - [Incode Launches Deepsight, the World’s Most Accurate Deepfake Defense | Incode](/content/press/incode-launches-deepsight-the-worlds-most-accurate-deepfake-defense-2.html) (604 words) - [Incode Technologies fue nombrada líder en el Cuadrante Mágico de Gartner® 2024™ para la verificación de identidad | Incode](/content/es/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification-2.html) (30 words) - [Incode Makes Strategic Hire to Further Accelerate Growth and Global Adoption | Incode](/content/press/incode-makes-strategic-hire-to-further-accelerate-growth-and-global-adoption.html) (469 words) - [Incode la biometría y la detección de vida para potenciar los flujos de trabajo de Descope IAM | Incode](/content/es/press/incode-biometrics-and-liveness-detection-to-power-descope-iam-workflows.html) (517 words) - [Incode launches Deepsight to protect against deepfakes, injection attacks | Incode](/content/press/incode-launches-deepsight-to-protect-against-deepfakes-injection-attacks.html) (461 words) - [Incode se une al ecosistema de socios de Experian para fortalecer las soluciones de prevención de fraude | Incode](/content/es/press/incode-joins-experian-partner-ecosystem-strengthening-fraud-prevention-solutions.html) (770 words) - [Incode Technologies Named a Leader in the 2024 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification-2.html) (19 words) - [Reconocen a Incode Technologies como Tecnología #1 para Estimación y Verificación de Edad en estudio por el NIST | Incode](/content/es/press/incode-technologies-recognized-as-1-technology-for-age-estimation-and-verification-in-study-by-the-nist.html) (31 words) - [Incode Technologies Recognized as #1 Technology for Age Estimation and Verification in Study by the NIST | Incode](/content/press/incode-technologies-recognized-as-1-technology-for-age-estimation-and-verification-in-study-by-the-nist.html) (21 words) - [Incode acquires AuthenticID, creating identity firm with deep reach | Incode](/content/press/incode-acquires-authenticid-creating-identity-firm-with-deep-reach.html) (467 words) - [Incode Launches Agentic Identity to Verify and Secure AI Agents in the Era of Autonomous Computing | Incode](/content/press/incode-launches-agentic-identity-to-verify-and-secure-ai-agents.html) (812 words) - [Incode Deepsight targets deepfakes and synthetic identity threats | Incode](/content/press/incode-deepsight-targets-deepfakes-and-synthetic-identity-threats.html) (612 words) - [Incode biometrics and liveness detection to power Descope IAM workflows | Incode](/content/press/incode-biometrics-and-liveness-detection-to-power-descope-iam-workflows.html) (350 words) - [Incode Technologies fue nombrada líder en el Cuadrante Mágico de Gartner® 2024™ para la verificación de identidad | Incode](/content/es/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification-3.html) (22 words) - [Incode Deepsight se dirige a deepfakes y amenazas de identidad sintética | Incode](/content/es/press/incode-deepsight-targets-deepfakes-and-synthetic-identity-threats.html) (796 words) - [Incode Technologies se asocia con Advanced Living Technologies y AT-Visions para transformar la incorporación de jugadores e invitados en EMEA | Incode](/content/es/press/incode-technologies-partners-with-advanced-living-technologies-at-visions-to-transform-player-and-guest-onboarding-in-emea.html) (33 words) - [Incode Joins Experian Strengthening Fraud Prevention Solutions | Incode](/content/press/incode-joins-experian-strengthening-fraud-prevention-solutions-2.html) (433 words) - [Predicciones Incode 2026. Ricardo Amper sobre Deepfakes, el futuro de la confianza digital | Incode](/content/es/press/incode-2026-predictions-deepfakes-synthetic-identities-and-the-future-of-digital-trust.html) (938 words) - [Incode Completed the Acquisition of Identiq | Incode](/content/es/press/incode-completed-the-acquisition-of-identiq/index.html) (918 words) - [Incode Technologies Named a Leader in the 2024 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification-3.html) (19 words) - [Incode Technologies Partners with Advanced Living Technologies & At-visions to Transform Player and Guest Onboarding in EMEA | Incode](/content/press/incode-technologies-partners-with-advanced-living-technologies-at-visions-to-transform-player-and-guest-onboarding-in-emea.html) (21 words) - [Incode Completed the Acquisition of Identiq | Incode](/content/press/incode-completed-the-acquisition-of-identiq/index.html) (918 words) - [Incode compra AuthenticID para mejorar la plataforma de fraude de identificación | Incode](/content/es/press/incode-buying-authenticid-to-enhance-id-fraud-platform.html) (705 words) - [Incode Acquires Identiq to Expand its Privacy-First Architecture for Identity and Fraud Prevention | Incode](/content/press/incode-acquires-identiq/index.html) (869 words) - [Incode realiza contratación estratégica para acelerar aún más el crecimiento y la adopción global | Incode](/content/es/press/incode-makes-strategic-hire-to-further-accelerate-growth-and-global-adoption.html) (563 words) - [Incode Launches “Deepsight” deepfake defense, validated by Purdue Study | Incode](/content/press/incode-launches-deepsight-deepfake-defense-validated-by-purdue-study.html) (513 words) - [Incode Technologies Named a Leader in the 2024 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification.html) (19 words) - [Incode Technologies fue nombrada líder en el Cuadrante Mágico de Gartner® 2024™ para la verificación de identidad | Incode](/content/es/press/incode-technologies-named-a-leader-in-the-2024-gartner-magic-quadrant-for-identity-verification.html) (22 words) - [Incode Acquires Identiq to Expand its Privacy-First Architecture for Identity and Fraud Prevention | Incode](/content/es/press/incode-acquires-identiq/index.html) (869 words) - [Incode se une a Experian para fortalecer las soluciones de prevención de fraude | Incode](/content/es/press/incode-joins-experian-strengthening-fraud-prevention-solutions.html) (646 words) - [Incode anuncia expansión de ANZ en medio de un tremendo crecimiento global | Incode](/content/es/press/incode-announces-anz-expansion-amid-tremendous-global-growth.html) (1,032 words) - [Incode Receives ACCS Certification for Its Age Verification Solution | Incode](/content/press/incode-receives-accs-certification-for-its-age-verification-solution.html) (213 words) - [Incode Technologies nombra al pionero de la industria Domingo Guerra como Vicepresidente Ejecutivo de Confianza | Incode](/content/es/press/incode-technologies-appoints-industry-trailblazer-domingo-guerra-as-executive-vice-president-of-trust.html) (20 words) - [Incode adquiere AuthenticID para fraude impulsado por IA | Incode](/content/es/press/incode-acquires-authenticid-for-ai-driven-fraud/index.html) (696 words) - [Incode Announces ANZ Expansion Amid Tremendous Global Growth | Incode](/content/press/incode-announces-anz-expansion-amid-tremendous-global-growth.html) (851 words) - [Incode es el primero en alcanzar el nivel más alto de pruebas independientes de seguridad de identidad de iBeta tanto en iOS como en Android con 0% de tasa de error | Incode](/content/es/press/incode-first-to-achieve-ibeta-level-3-businesswire/index.html) (1,023 words) - [Incode Says Account Recovery Deepfake Fraud Soft Spot in Expanded Attack Surface | Incode](/content/press/incode-says-account-recovery-deepfake-fraud-soft-spot-in-expanded-attack-surface.html) (300 words) - [Incode Technologies Appoints Industry Trailblazer Domingo Guerra as Executive Vice President of Trust | Incode](/content/press/incode-technologies-appoints-industry-trailblazer-domingo-guerra-as-executive-vice-president-of-trust.html) (18 words) - [Incode Joins Experian Partner Ecosystem Strengthening Fraud Prevention Solutions | Incode](/content/press/incode-joins-experian-partner-ecosystem-strengthening-fraud-prevention-solutions.html) (595 words) - [Incode First to Achieve iBeta’s Highest Level of Independent Identity Security Testing on Both iOS and Android With 0% Error Rate | Incode](/content/press/incode-first-to-achieve-ibeta-level-3-businesswire/index.html) (799 words) - [Incode adquiere AuthenticID para combatir el fraude de IA | Incode](/content/es/press/incode-acquires-authenticid-to-fight-ai-fraud/index.html) (671 words) - [Incode Extends its Privacy-By-Design Architecture with Identiq's Acquisition | Incode](/content/press/incode-extends-its-privacy-by-design-architecture-with-identiqs-acquisition-2.html) (810 words) - [Incode Acquires Identiq to Expand Its Privacy-First Architecture | Incode](/content/es/press/incode-acquires-identiq-to-expand-its-privacy-first-architecture.html) (929 words) - [Incode Extends its Privacy-By-Design Architecture with Identiq's Acquisition | Incode](/content/es/press/incode-extends-its-privacy-by-design-architecture-with-identiqs-acquisition-2.html) (810 words) - [Incode and Okta Join Forces to Strengthen Workforce ID Security | Incode](/content/press/incode-and-okta-join-forces-to-strengthen-workforce-id-security.html) (627 words) - [Incode lanza Deepsight para detectar videollamadas deepfake | Incode](/content/es/press/identity-verification-startup-incode-launches-deepsight-to-detect-deepfake-video-calls.html) (1,010 words) - [Incode Joins Experian Strengthening Fraud Prevention Solutions | Incode](/content/press/incode-joins-experian-strengthening-fraud-prevention-solutions.html) (478 words) - [Incode se une a Experian para fortalecer las soluciones de prevención de fraude | Incode](/content/es/press/incode-joins-experian-strengthening-fraud-prevention-solutions-2.html) (560 words) - [Incode Anuncia Asociación Estratégica con Sardine | Incode](/content/es/press/incode-announces-strategic-partnership-with-sardine.html) (713 words) - [Incode Acquires Identiq, Commits $100M 
to Privacy-First 
Identity Tech | Incode](/content/es/press/incode-acquires-identiq-commits-100m-to-privacy-first-identity-tech.html) (532 words) - [Incode Acquires Identiq, Commits $100M 
to Privacy-First 
Identity Tech | Incode](/content/press/incode-acquires-identiq-commits-100m-to-privacy-first-identity-tech.html) (593 words) - [Incode y Okta unen fuerzas para fortalecer la seguridad de identificación de la fuerza laboral | Incode](/content/es/press/incode-and-okta-join-forces-to-strengthen-workforce-id-security.html) (758 words) - [Incode Acquires AuthenticID for AI-Driven Fraud | Incode](/content/press/incode-acquires-authenticid-for-ai-driven-fraud/index.html) (521 words) - [Incode Acquires Identiq to Establish Privacy-First Fraud Prevention Network | Incode](/content/press/incode-acquires-identiq-to-establish-privacy-first-fraud-prevention-network.html) (540 words) - [Incode Acquires Identiq to Establish Privacy-First Fraud Prevention Network | Incode](/content/es/press/incode-acquires-identiq-to-establish-privacy-first-fraud-prevention-network.html) (540 words) - [Deepfakes on Demand: Welcome to the Era of Fraud as a Service (FaaS) | Incode](/content/press/deepfakes-on-demand-welcome-to-the-era-of-fraud-as-a-service-faas.html) (1,263 words) - [Incode Anuncia Asociación Estratégica con Hoteza | Incode](/content/es/press/incode-announces-strategic-partnership-with-hoteza/index.html) (607 words) - [Comprensión de las personas políticamente expuestas (PEPs) | Incode](/content/es/blog/what-is-a-politically-exposed-person-pep/index.html) (1,379 words) - [Las 7 mejores herramientas de verificación de identidad que recomiendo para la seguridad de extremo a extremo | Incode](/content/es/press/7-best-id-verification-tools-i-recommend-for-end-to-end-security.html) (1,902 words) - [Incode adquiere AuthenticID, creando firma de identidad con alcance profundo | Incode](/content/es/press/incode-acquires-authenticid-creating-identity-firm-with-deep-reach.html) (598 words) - [Incode and Banorte Join Forces to Offer Remote Account Registration in the Identity Authentication Revolution | Incode](/content/press/incode-and-banorte-join-forces-to-offer-remote-account-registration-in-the-identity-authentication-revolution.html) (541 words) - [Incode y Banorte unen fuerzas para ofrecer registro remoto de cuenta en la revolución de la autenticación de identidad | Incode](/content/es/press/incode-and-banorte-join-forces-to-offer-remote-account-registration-in-the-identity-authentication-revolution.html) (626 words) - [Equilibrar la prevención del fraude con la incorporación digital perfecta: una guía de Ricardo Amper | Incode](/content/es/press/balancing-fraud-prevention-with-seamless-digital-onboarding-a-guide-by-ricardo-amper.html) (1,723 words) - [Incode Buying AuthenticID To Enhance ID Fraud Platform | Incode](/content/press/incode-buying-authenticid-to-enhance-id-fraud-platform.html) (555 words) - [¿Qué es la identidad digital? Lo que necesitas saber | Incode](/content/es/blog/what-is-digital-identity-what-you-need-to-know/index.html) (2,294 words) - [Incode Announces Strategic Partnership with Hoteza | Incode](/content/press/incode-announces-strategic-partnership-with-hoteza/index.html) (506 words) - [Incode Acquires AuthenticID to fight AI fraud | Incode](/content/press/incode-acquires-authenticid-to-fight-ai-fraud/index.html) (520 words) - [Incode Featured in the CIOInsights Cloud Computing Edition | Incode](/content/press/incode-featured-in-the-cioinsights-cloud-computing-edition.html) (422 words) - [Incode Launches Agentic Identity to Verify and Secure AI Agents | Incode](/content/press/incode-launches-agentic-identity-to-verify-and-secure-ai-agents-2.html) (250 words) - [Incode aparece en la edición de CioInsights Cloud Computing | Incode](/content/es/press/incode-featured-in-the-cioinsights-cloud-computing-edition.html) (515 words) - [Not Found](/content/life-at-incode/the-past-present-and-future-of-incode-and-digital-identity.html) (12 words) - [Deepfake Hiring Fraud: Incode on the Security You Should Know Podcast | Incode](/content/blog/incode-podcast-security-you-should-know/index.html) (3,859 words) - [Incode Achieves FedRAMP Ready Status: ID Verification for Federal Agencies | Incode](/content/press/incode-achieves-fedramp-ready-status-id-verification-for-federal-agencies.html) (532 words) - [Why Are Hackers Targeting the Healthcare Industry? | Incode](/content/blog/why-are-hackers-targeting-the-healthcare-industry/index.html) (1,608 words) - [¿Qué es una identidad digital? | Incode](/content/es/blog/what-is-digital-identity-a-complete-guide/index.html) (1,967 words) - [Por qué la verificación comercial KYB de Incode es imprescindible para cualquier organización | Incode](/content/es/blog/why-incodes-kyb-business-verification-is-a-must-for-any-organization.html) (1,628 words) - [Fraude de contratación de Deepfake: Incode sobre la seguridad que debe conocer Podcast | Incode](/content/es/blog/incode-podcast-security-you-should-know/index.html) (4,318 words) - [Incode is a Silver Sponsor of Women in Identity | Incode](/content/press/incode-is-a-silver-sponsor-of-women-in-identity/index.html) (250 words) - [Incode es un patrocinador plateado de Women in Identity | Incode](/content/es/press/incode-is-a-silver-sponsor-of-women-in-identity/index.html) (299 words) - [La crisis de identidad de la fuerza laboral de 2025. Lo que expuso sobre los ataques modernos | Incode](/content/es/blog/workforce-identity-crisis-2025/index.html): 2025 expuso la identidad de la fuerza laboral como un riesgo sistémico de seguridad. Descubra cómo el fraude en la contratación, la ingeniería social y la suplantación de identidad impulsada por la IA reconfiguraron la superficie de ataque de los empleados y qué deben cambiar las organizaciones a continuación. (1,198 words) - [Hudini e Incode Technologies entran en asociación estratégica para transformar digitalmente la experiencia de hospitalidad | Incode](/content/es/press/hudini-and-incode-technologies-enter-strategic-partnership-to-digitally-transform-the-hospitality-experience.html) (872 words) - [Identidad de la fuerza laboral en 2026: lo que los atacantes explotarán a continuación | Incode](/content/es/blog/workforce-identity-2026/index.html): Las amenazas de identidad de la fuerza laboral en 2026 se sentirán como que los flujos de trabajo normales han salido mal. Conozca qué explotarán los atacantes a continuación y cómo hacer que la verificación sea operativa. (714 words) - [Ricardo Amper sobre el riesgo real de las criptomonedas: no saber en quién confiar | Incode](/content/es/press/cryptos-biggest-unresolved-risk-is-not-theft-of-assets-its-the-collapse-of-identity-certainty-in-financial-transactions.html) (1,243 words) - [“Bastante seguro” no es lo suficientemente bueno. Por qué la detección de Deepfake debe ser más profunda | Incode](/content/es/blog/why-deepfake-detection-must-go-deeper/index.html): La detección de Deepfake necesita más que señales visuales. Descubra cómo la plataforma de verificación de identidad de Incode utiliza la detección de la capacidad de vida y el contexto en tiempo real para detener el fraude de identidad impulsado por IA. (1,489 words) - [Hudini and Incode Technologies Enter Strategic Partnership to Digitally Transform the Hospitality Experience | Incode](/content/press/hudini-and-incode-technologies-enter-strategic-partnership-to-digitally-transform-the-hospitality-experience.html) (669 words) - [7 Best ID Verification Tools I Recommend For End-to-End Security | Incode](/content/press/7-best-id-verification-tools-i-recommend-for-end-to-end-security.html) (1,497 words) - [Incode Acquires MetaMap to Lead the Future of Identity Verification | Incode](/content/press/incode-acquires-metamap-to-lead-the-future-of-identity-verification.html) (15 words) - [What is Identity Fraud? Definition & Common Questions | Incode](/content/blog/what-is-identity-fraud-definition-common-questions/index.html) (1,565 words) - [¿Qué es el fraude de identidad? Definición y preguntas comunes | Incode](/content/es/blog/what-is-identity-fraud-definition-common-questions/index.html) (1,896 words) - [Incode y Okta unen fuerzas para fortalecer la seguridad de la identidad de la fuerza laboral | Incode](/content/es/press/incode-and-okta-join-forces-to-strengthen-workforce-identity-security.html) (20 words) - [¿Qué es la autenticación multifactor? | Blog de Incode | Incode](/content/es/blog/what-is-multi-factor-authentication/index.html) (662 words) - [Incode 2026 Predictions. Ricardo Amper on Deepfakes, the Future of Digital Trust | Incode](/content/press/incode-2026-predictions-deepfakes-synthetic-identities-and-the-future-of-digital-trust.html) (280 words) - [Qué es un UBO y cómo identificarlo | Incode](/content/es/blog/what-is-an-ultimate-beneficial-owner-or-ubo/index.html) (1,551 words) - [Lo que todo el líder de fraude debe saber sobre la IA se debe hacer en el lugar | Incode](/content/es/blog/what-every-fraud-leader-should-know-about-locally-run-ai.html): El IA que se realiza de manera local ha cambiado el modelo de amenaza de fraude. Una mirada a la asimetría de costos, la nueva superficie de ataque y cómo los líderes del fraude deben adaptar sus defensas. (1,963 words) - [Incode acquires MetaMap to level up global identity verification offering | Incode](/content/press/incode-acquires-metamap-to-level-up-global-identity-verification-offering.html) (15 words) - [Presentamos Deepsight. La detección de Deepfake más precisa del mundo | Incode](/content/es/blog/introducing-incode-deepsight/index.html) (2,151 words) - [Incode adquiere MetaMap para subir de nivel su oferta global de verificación de identidad | Incode](/content/es/press/incode-acquires-metamap-to-level-up-global-identity-verification-offering.html) (19 words) - [What Every Fraud Leader Should Know About Locally Run AI | Incode](/content/blog/what-every-fraud-leader-should-know-about-locally-run-ai.html): Locally run AI has changed the fraud threat model. A look at the cost asymmetry, the new attack surface, and how fraud leaders should adapt their defenses. (1,607 words) - [Why Your IDV Vendor Needs Adversarial Testing | Incode](/content/es/blog/why-your-idv-vendor-needs-adversarial-testing/index.html): Not all IDV vendors are tested equally. Learn the four validation types every buyer should demand, and see Incode's adversarial pen test results. (1,264 words) - [Incode acquires MetaMap to enhance identity verification services | Incode](/content/press/incode-acquires-metamap-to-enhance-identity-verification-services.html) (13 words) - [Incode adquiere MetaMap para liderar el futuro de la verificación de identidad | Incode](/content/es/press/incode-acquires-metamap-to-lead-the-future-of-identity-verification.html) (17 words) - [Incode and Okta Join Forces to Strengthen Workforce Identity Security | Incode](/content/press/incode-and-okta-join-forces-to-strengthen-workforce-identity-security.html) (14 words) - [Medidas de autenticación de ruta amarilla para bancos | Incode](/content/es/blog/yellow-path-authentication-measures-banks-need-to-implement.html) (1,386 words) - [Incode adquiere MetaMap para mejorar los servicios de verificación de identidad | Incode](/content/es/press/incode-acquires-metamap-to-enhance-identity-verification-services.html) (16 words) - [Why Your IDV Vendor Needs Adversarial Testing | Incode](/content/blog/why-your-idv-vendor-needs-adversarial-testing/index.html): Not all IDV vendors are tested equally. Learn the four validation types every buyer should demand, and see Incode's adversarial pen test results. (1,241 words) - [.Gov: Your Best Defense Against Fake Government Websites | Incode](/content/blog/your-best-defense-against-fake-government-websites/index.html): Learn how to spot fake government websites and avoid scams. A quick .gov URL check can protect your personal data from AI-powered fraud. (1,133 words) - [Ricardo Amper on Crypto’s Real Risk: Not Knowing Who to Trust | Incode](/content/press/cryptos-biggest-unresolved-risk-is-not-theft-of-assets-its-the-collapse-of-identity-certainty-in-financial-transactions.html) (894 words) - [Incode Extends its Privacy-By-Design Architecture with Identiq's Acquisition | Incode](/content/press/incode-extends-its-privacy-by-design-architecture-with-identiqs-acquisition.html) (1,146 words) - [La Comisión Alemana para la Protección de Menores en los Medios de Comunicación aprueba Incode Technologies como Sistema de Verificación de Edad (AVS) | Incode](/content/es/press/german-commission-for-the-protection-of-minors-in-the-media-approves-incode-technologies-as-an-age-verification-system-avs.html) (561 words) - [Incode Extends its Privacy-By-Design Architecture with Identiq's Acquisition | Incode](/content/es/press/incode-extends-its-privacy-by-design-architecture-with-identiqs-acquisition.html) (1,155 words) - [.Gov: Su mejor defensa contra los sitios web falsos del gobierno | Incode](/content/es/blog/your-best-defense-against-fake-government-websites/index.html): Aprenda a detectar sitios web gubernamentales falsos y evitar estafas. Una rápida verificación de URL de.gov puede proteger sus datos personales del fraude impulsado por IA. (1,329 words) - [Cabify se asocia con Incode Technologies para mejorar la seguridad del conductor con tecnología de verificación de identidad para selfies | Incode](/content/es/press/cabify-partners-up-with-incode-technologies-to-enhance-driver-security-with-selfie-identity-verification-technology.html) (1,052 words) - [Entendiendo el Pitufo en el Lavado de Dinero | Incode](/content/es/blog/what-is-smurfing-in-money-laundering/index.html) (1,563 words) - [Seis consideraciones principales para seleccionar soluciones de identidad del sector público | Incode](/content/es/blog/top-six-considerations-for-selecting-public-sector-identity-solutions.html) (1,137 words) - [Grandes retos necesitan grandes plataformas: Ricardo Amper sobre adquisición de AuthenticID | Incode](/content/es/press/big-challenges-need-big-platforms-ricardo-amper-on-acquisition-of-authenticid.html) (1,022 words) - [Why Platforms Are Making On-Device Age Assurance an Option for Their Users | Incode](/content/blog/why-platforms-are-making-on-device-age-assurance-an-option-for-their-users.html): On-device age estimation lets platforms verify user age without exposing biometric data. Here's why leading platforms are making it an option. (1,073 words) - [What is Digital Identity? What You Need to Know | Incode](/content/blog/what-is-digital-identity-what-you-need-to-know/index.html) (2,056 words) - [Why Incode’s KYB Business Verification is a Must for Any Organization | Incode](/content/blog/why-incodes-kyb-business-verification-is-a-must-for-any-organization.html) (1,265 words) - [German Commission for the Protection of Minors in the Media Approves Incode Technologies as an Age Verification System (AVS) | Incode](/content/press/german-commission-for-the-protection-of-minors-in-the-media-approves-incode-technologies-as-an-age-verification-system-avs.html) (447 words) - [Big challenges need big platforms: Ricardo Amper on acquisition of AuthenticID | Incode](/content/press/big-challenges-need-big-platforms-ricardo-amper-on-acquisition-of-authenticid.html) (838 words) - [¿Qué es KYC para Crypto? Cumplimiento de KYC para intercambios de criptomonedas | Incode](/content/es/blog/what-is-kyc-for-crypto-kyc-compliance-for-crypto-exchanges.html) (1,583 words) - [What is an Ultimate Beneficial Owner, or UBO? | Incode](/content/blog/what-is-an-ultimate-beneficial-owner-or-ubo/index.html) (1,286 words) - [Mundo sin identificaciones físicas: Permitir experiencias de cliente sin fricciones | Incode](/content/es/blog/world-without-physical-ids-enabling-frictionless-customer-experiences.html) (876 words) - [Why Platforms Are Making On-Device Age Assurance an Option for Their Users | Incode](/content/es/blog/why-platforms-are-making-on-device-age-assurance-an-option-for-their-users.html): On-device age estimation lets platforms verify user age without exposing biometric data. Here's why leading platforms are making it an option. (1,072 words) - [Mulas portátiles: cómo Corea del Norte se está infiltrando en las fuerzas laborales remotas (Parte 2) | Incode](/content/es/blog/laptop-mules-how-north-korea-is-infiltrating-remote-workforces-part-2.html) (1,753 words) - [What the IMF Got Right About Know Your Agent (And What It Missed) | Incode](/content/blog/what-the-imf-got-right-about-know-your-agent-and-what-it-missed.html): The IMF's new Know Your Agent framework verifies bots and mandates but leaves the human unverified. Here's where your 2027 agent fraud losses will come from. (917 words) - [Yellow Path Authentication Measures Banks Need to Keep Customers Safe | Incode](/content/blog/yellow-path-authentication-measures-banks-need-to-keep-customers-safe.html) (1,100 words) - [Cabify partners up with Incode Technologies to enhance driver security with selfie identity verification technology | Incode](/content/press/cabify-partners-up-with-incode-technologies-to-enhance-driver-security-with-selfie-identity-verification-technology.html) (912 words) - [¿Qué es la verificación de identidad digital? | Incode](/content/es/blog/what-is-digital-identity-verification/index.html): Conozca qué es la verificación digital de identificación, cómo funciona y por qué las empresas la utilizan para prevenir el fraude y cumplir con las normas en un mundo que da primacía a lo digital. (1,481 words) - [Incode Workforce y Okta se alía para combatir el fraude GenAI y la ingeniería social | Blog | Incode](/content/es/blog/incode-workforce-and-okta-team-up-to-combat-genai-fraud-and-social-engineering.html) (1,309 words) - [Quién compra tecnología ahora y qué significa para su ciberseguridad | Incode](/content/es/blog/whos-buying-tech-now-and-what-it-means-for-your-cybersecurity.html) (609 words) - [What Is a Digital Identity? A Complete Guide | Incode](/content/blog/what-is-digital-identity-a-complete-guide/index.html) (1,619 words) - [World Without Physical IDs: Enabling Frictionless Customer Experiences | Incode](/content/blog/world-without-physical-ids-enabling-frictionless-customer-experiences.html) (750 words) - [Detección de la capacidad de vida: cómo la biometría previene el fraude de identidad | Incode](/content/es/blog/liveness-detection-how-biometrics-prevents-identity-fraud.html) (2,062 words) - [When AI Agents Act on Your Behalf: The Impending Identity Problem | Incode](/content/blog/when-ai-agents-act-on-your-behalf/index.html): AI agents are taking autonomous action at scale, and today's identity verification wasn't built for them. Learn how Incode's Agentic Identity secures the agentic web. (749 words) - [Liveness Detection: How Biometrics Prevents Identity Fraud | Incode](/content/blog/liveness-detection-how-biometrics-prevents-identity-fraud.html) (1,680 words) - [What is Smurfing in Money Laundering? | Incode](/content/blog/what-is-smurfing-in-money-laundering/index.html) (1,334 words) - [Por qué la experiencia del cliente es fundamental para la lealtad a la marca y cómo la identidad digital puede ayudar | Incode](/content/es/blog/why-customer-experience-is-critical-to-brand-loyalty-and-how-digital-identity-can-help.html) (943 words) - [The Workforce Identity Crisis of 2025. What It Exposed About Modern Attacks | Incode](/content/blog/workforce-identity-crisis-2025/index.html): 2025 exposed workforce identity as a systemic security risk. Learn how hiring fraud, social engineering, and AI-driven impersonation reshaped the employee attack surface and what organizations must change next. (985 words) - [What is Customer Identity Verification? | Incode](/content/blog/what-is-customer-identity-verification/index.html) (1,265 words) - [¿Qué es un pasaporte biométrico o pasaporte electrónico? | Incode](/content/es/blog/what-is-a-biometric-passport-or-e-passport/index.html) (1,314 words) - [AstroPay integra las soluciones de verificación y autenticación de identidad de Incode para impulsar la seguridad y la confianza | Incode](/content/es/press/astropay-integrates-incodes-identity-authentication-solutions-to-drive-security-and-trust.html) (597 words) - [What is a Customer Identification Program (CIP)? | Incode](/content/blog/what-is-a-customer-identification-program-cip/index.html) (1,277 words) - [Mulas portátiles: Cómo Corea del Norte se está infiltrando en las fuerzas de trabajo remotas (Parte 1) | Incode](/content/es/blog/laptop-mules-how-north-korea-is-infiltrating-remote-workforces-part-1.html) (1,306 words) - [“Pretty Sure” Isn’t Good Enough. Why Deepfake Detection Must Go Deeper | Incode](/content/blog/why-deepfake-detection-must-go-deeper/index.html): Deepfake detection needs more than visual cues. Learn how Incode's identity verification platform uses liveness detection and real-time context to stop AI-powered identity fraud. (1,223 words) - [¿Qué es un Programa de Identificación del Cliente (CIP)? | Incode](/content/es/blog/what-is-a-customer-identification-program-cip/index.html) (1,564 words) - [What is KYC for Crypto? KYC Compliance for Crypto Exchanges | Incode](/content/blog/what-is-kyc-for-crypto-kyc-compliance-for-crypto-exchanges.html) (1,359 words) - [When AI Agents Act on Your Behalf: The Impending Identity Problem | Incode](/content/es/blog/when-ai-agents-act-on-your-behalf/index.html): AI agents are taking autonomous action at scale, and today's identity verification wasn't built for them. Learn how Incode's Agentic Identity secures the agentic web. (757 words) - [Understanding Regulatory Compliance & Its Importance | Incode](/content/blog/understanding-regulatory-compliance-its-importance/index.html) (1,746 words) - [Who’s Buying Tech Now —and What It Means for Your Cybersecurity | Incode](/content/blog/whos-buying-tech-now-and-what-it-means-for-your-cybersecurity.html) (505 words) - [Lo que el FMI se perdió en su marco “Conozca a su agente” | Incode](/content/es/blog/what-the-imf-got-right-about-know-your-agent-and-what-it-got-wrong.html): El nuevo marco Know Your Agent del FMI verifica bots y mandatos, pero deja al humano sin verificar. Aquí es de donde vendrán sus pérdidas por fraude de agente 2027. (1,027 words) - [AstroPay Integrates Incode’s Identity Verification & Authentication Solutions to Drive Security and Trust | Incode](/content/press/astropay-integrates-incodes-identity-authentication-solutions-to-drive-security-and-trust.html) (450 words) - [¿Qué es el Reconocimiento Óptico de Caracteres (OCR) para la Verificación de Identidad? | Incode](/content/es/blog/what-is-optical-character-recognition-ocr-for-identity-verification.html) (912 words) - [Lo que significa el Premio Turing 2025, el “Premio Nobel de Computación”, para el futuro de la IA y la prevención del fraude | Incode](/content/es/blog/what-the-2025-turing-award-the-nobel-prize-of-computing-means-for-the-future-of-ai-and-fraud-prevention.html) (830 words) - [Balancing Fraud Prevention With Seamless Digital Onboarding: A Guide by Ricardo Amper | Incode](/content/press/balancing-fraud-prevention-with-seamless-digital-onboarding-a-guide-by-ricardo-amper.html) (369 words) - [Por qué las pruebas de velocidad de incorporación son críticas para la marca | Incode](/content/es/blog/why-on-boarding-speed-tests-are-brand-critical/index.html) (703 words) - [Workforce Identity in 2026: What Attackers Will Exploit Next | Incode](/content/blog/workforce-identity-2026/index.html): Workforce identity threats in 2026 will feel like normal workflows gone wrong. Learn what attackers will exploit next and how to make verification operational. (855 words) - [Introducing Deepsight. The World’s Most Accurate Deepfake Detection | Incode](/content/blog/introducing-incode-deepsight/index.html) (1,828 words) - [What Is Digital Identity Verification? | Incode](/content/blog/what-is-digital-identity-verification/index.html): Learn what digital ID verification is, how it works, and why businesses use it to prevent fraud and stay compliant in a digital-first world. (1,060 words) - [¿Qué es la verificación de identidad del cliente? | Incode](/content/es/blog/what-is-customer-identity-verification/index.html) (1,595 words) - [¿Qué es KYB y por qué es crítico para la seguridad, el cumplimiento de normas y la confianza? | Incode](/content/es/blog/what-is-kyb-and-why-is-it-critical-for-security-compliance-and-trust.html) (893 words) - [What Is KYB and Why Is It Critical for Security, Compliance, and Trust? | Incode](/content/blog/what-is-kyb-and-why-is-it-critical-for-security-compliance-and-trust.html) (732 words) - [Why the Gaming Industry Needs a New Identity | Incode](/content/blog/why-the-gaming-industry-needs-a-new-identity/index.html) (617 words) - [Laptop Mules: How North Korea Is Infiltrating Remote Workforces (Part 1) | Incode](/content/blog/laptop-mules-how-north-korea-is-infiltrating-remote-workforces-part-1.html) (1,099 words) - [What is a Politically Exposed Person (PEP)? | Incode](/content/blog/what-is-a-politically-exposed-person-pep/index.html) (1,107 words) - [Por qué la industria del juego necesita una nueva identidad | Incode](/content/es/blog/why-the-gaming-industry-needs-a-new-identity/index.html) (755 words) - [What the 2025 Turing Award, the “Nobel Prize of Computing”, Means for AI and Fraud Prevention | Incode](/content/blog/what-the-2025-turing-award-the-nobel-prize-of-computing-means-for-ai-fraud-prevention.html) (643 words) - [Laptop Mules: How North Korea Is Infiltrating Remote Workforces (Part 2) | Incode](/content/blog/laptop-mules-how-north-korea-is-infiltrating-remote-workforces-part-2.html) (1,557 words) - [Why Customer Experience is Critical to Brand Loyalty, and How Digital Identity Can Help | Incode](/content/blog/why-customer-experience-is-critical-to-brand-loyalty-and-how-digital-identity-can-help.html) (678 words) - [Why On-boarding Speed Tests are Brand Critical | Incode](/content/blog/why-on-boarding-speed-tests-are-brand-critical/index.html) (585 words) - [Por qué la verificación de identidad es beneficiosa para las instituciones financieras | Incode](/content/es/blog/why-identity-verification-is-win-win-for-financial-institutions.html) (642 words) - [What is Optical Character Recognition (OCR) for Identity Verification? | Incode](/content/blog/what-is-optical-character-recognition-ocr-for-identity-verification.html) (803 words) - [Verificando lo que está por venir: seis predicciones de IDV para 2024 | Incode](/content/es/blog/verifying-whats-to-come-six-idv-predictions-for-2024.html) (1,127 words) - [¿Por qué la verificación manual de identidad es una mala idea? Descúbrelo en nuestro nuevo libro electrónico | Incode](/content/es/blog/why-is-manual-identity-verification-a-bad-idea-find-out-in-our-new-e-book.html) (305 words) - [El desempeño estelar de Incode en las pruebas de identificación NIST FRTE 1:N: Un testamento de precisión y liderazgo en el reconocimiento facial | Incode](/content/es/blog/incodes-stellar-performance-nist-frtr-1n-identification-testing.html) (1,683 words) - [Why is Manual Identity Verification a Bad Idea? Find Out in our New E-Book | Incode](/content/blog/why-is-manual-identity-verification-a-bad-idea-find-out.html) (227 words) - [What Is Multi-Factor Authentication? | Incode](/content/blog/what-is-multi-factor-authentication/index.html) (581 words) - [America Digital News Featuring Diego Creel | Incode](/content/press/america-digital-news-featuring-diego-creel/index.html) (41 words) - [Noticias digitales de América con Diego Creel | Incode](/content/es/press/america-digital-news-featuring-diego-creel/index.html) (47 words) - [Why Identity Verification Is Win-Win for Financial Institutions | Incode](/content/blog/why-identity-verification-is-win-win-for-financial-institutions.html) (517 words) - [Viva Aerobús e Incode están digitalizando el ecosistema aeroportuario para México con experiencias de pasajeros sin interrupciones y sin contacto | Incode](/content/es/blog/viva-aerobus-and-incode-are-digitalizing-the-airport-ecosystem-for-mexico-with-seamless-contactless-passenger-experiences.html) (1,112 words) - [What is a Biometric Passport or e-Passport? | Incode](/content/blog/what-is-a-biometric-passport-or-e-passport/index.html) (1,092 words) - [Verifying What’s to Come: Six IDV Predictions for 2024 | Incode](/content/blog/verifying-whats-to-come-six-idv-predictions-for-2024.html) (903 words) - [Incode redefine la seguridad en la experiencia futbolera a través de estadios nacionales en México. | Incode](/content/es/blog/incode-redefines-safety-in-the-soccer-experience-across-national-stadiums-in-mexico.html) (1,787 words) - [Jumeirah e Incode redefinen el lujo para la industria hotelera con check-in digital y experiencias excepcionales para los huéspedes. | Incode](/content/es/blog/jumeirah-and-incode-redefine-luxury-for-the-hotel-industry-with-digital-check-in-and-exceptional-guest-experiences.html) (837 words) - [Presentación de Incode + Okta Workforce Identity Integration: un nuevo estándar para la seguridad de la fuerza laboral | Incode](/content/es/blog/introducing-the-incode-okta-workforce-identity-integration-a-new-standard-for-workforce-security.html) (1,170 words) - [Introducing Incode On-Device Age Estimation, the First On-Device Age Assurance Solution With Enterprise-Class Privacy, Accuracy, and Security | Incode](/content/es/blog/introducing-incode-on-device-age-estimation/index.html): Incode launches On-Device Age Estimation: enterprise-grade accuracy and 99% spoof detection with no biometric data leaving the user's device. (1,087 words) - [Viva Aerobus and Incode are Digitalizing the Airport Experience in Mexico | Incode](/content/blog/viva-aerobus-and-incode-are-digitalizing-the-airport-experience-in-mexico.html) (771 words) - [Soluciones KYC — Parte 7 | Incode](/content/es/blog/kyc-solutions-part-7/index.html) (961 words) - [Incode Named a Leader in the First-Ever 2024 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/blog/incode-technologies-named-a-leader-in-the-first-ever-2024-gartner-magic-quadrant-for-identity-verification.html) (1,156 words) - [Presentamos Deepsight para Documentos. La defensa multicapa más precisa contra las identificaciones sintéticas | Incode](/content/es/blog/introducing-deepsight-for-documents/index.html): Deepsight for Documents es la defensa multicapa más precisa contra las identificaciones sintéticas, ya que detecta el fraude de documentos generado por IA con una precisión 8,8 veces mayor que las comprobaciones tradicionales. (992 words) - [Incode se ubica entre los mejores resultados en la validación de documentos DHS S&T RIVR Track 2 | Incode](/content/es/blog/incode-meet-multiple-dhs-st-goals-in-rivr-track-2/index.html): El DHS probó los sistemas de validación de documentos en condiciones del mundo real. Incode fue uno de los dos únicos en cumplir múltiples objetivos de performance. (983 words) - [How to Find a KYC Service Provider: Four Steps to Choosing the Right Provider | Incode](/content/blog/how-to-find-a-kyc-service-provider-four-steps-to-choosing-the-right-provider.html) (1,591 words) - [FinCEN Issues Urgent Alert on Rising Deepfake Fraud Schemes Targeting Financial Institutions | Incode](/content/blog/urgent-fincen-alert-rising-deepfake-fraud-schemes-targeting-financial-institutions.html) (684 words) - [Incode se asocia con Descope para la incorporación biométrica segura y el registro automático | Incode](/content/es/blog/incode-partners-with-descope-for-secure-biometric-onboarding-and-self-check-in.html) (1,103 words) - [Incode’s Stellar Performance in NIST FRTE 1:N Identification Testing: A Testament to Accuracy and Leadership in Facial Recognition | Incode](/content/blog/incodes-stellar-performance-nist-frtr-1n-identification-testing.html) (1,432 words) - [KYC Compliance – Part 2 | Incode](/content/blog/kyc-compliance-part-2/index.html) (751 words) - [Conozca su negocio (KYB): una guía de inicio rápido | Incode](/content/es/blog/kyb-know-your-business/index.html) (1,177 words) - [Uso de la detección de vida facial certificada por Ibeta para combatir el fraude de identidad digital | Incode](/content/es/blog/using-ibeta-certified-facial-liveness-detection-to-combat-digital-identity-fraud.html) (501 words) - [Incode Redefines Safety in the Soccer Experience at FMF Venues | Incode](/content/blog/incode-redefines-safety-in-the-soccer-experience-at-fmf-venues.html) (1,311 words) - [Cumplimiento de KYC — Parte 2 | Incode](/content/es/blog/kyc-compliance-part-2/index.html) (886 words) - [Introducing Incode On-Device Age Estimation, the First On-Device Age Assurance Solution With Enterprise-Class Privacy, Accuracy, and Security | Incode](/content/blog/introducing-incode-on-device-age-estimation/index.html): Incode launches On-Device Age Estimation: enterprise-grade accuracy and 99% spoof detection with no biometric data leaving the user's device. (1,115 words) - [Autenticación de Incode: El futuro es ahora | Incode](/content/es/blog/incodes-authentication-the-future-is-now/index.html) (1,316 words) - [Using iBeta-Certified Facial Liveness Detection to Combat Digital Identity Fraud | Incode](/content/blog/using-ibeta-certified-facial-liveness-detection-to-combat-digital-identity-fraud.html) (444 words) - [MetaMap se une a la familia Incode: una nueva era de verificación de identidad | Incode](/content/es/blog/metamap-joins-the-incode-family-a-new-era-of-identity-verification.html) (640 words) - [AML (Anti-Lavado de Dinero): Una Guía Completa | Incode](/content/es/blog/anti-money-laundering-comprehensive-guide/index.html) (4,785 words) - [Incode Wins 20 G2 Badges, Leading Identity Verification in Summer 2026 | Incode](/content/blog/incode-wins-20-g2-badges-leading-identity-verification-in-summer-2026.html): See why Incode earned 20 G2 badges in Summer 2026. Leader across Identity Verification, Age Verification, and AML, backed by verified customer reviews. (877 words) - [IDV para el Crecimiento del Negocio: Elegir un asociado de negocios eficaz para impulsar su ROI | Incode](/content/es/blog/idv-for-business-growth-choosing-a-partner-to-drive-your-roi.html) (2,134 words) - [KYC Solutions – Part 7 | Incode](/content/blog/kyc-solutions-part-7/index.html) (819 words) - [KYB: Know Your Business | Incode](/content/blog/kyb-know-your-business/index.html) (1,063 words) - [Incode Omni: Liderando el camino hacia un nuevo estándar de lujo en la industria hotelera de Asia. | Incode](/content/es/blog/incode-omni-leading-the-way-to-a-new-standard-of-luxury-in-asias-hospitality-industry.html) (1,412 words) - [KYC — Introducción: Lo que necesita saber | Incode](/content/es/blog/kyc-introduction-what-you-need-to-know/index.html) (837 words) - [Incode fue nombrado líder en el primer Cuadrante Mágico de Gartner® 2024 para la verificación de identidad™ | Incode](/content/es/blog/incode-technologies-named-a-leader-in-the-first-ever-2024-gartner-magic-quadrant-for-identity-verification.html) (1,180 words) - [Introducing the Incode + Okta Workforce Identity Integration: A New Standard for Workforce Security | Incode](/content/blog/introducing-the-incode-okta-workforce-identity-integration-a-new-standard-for-workforce-security.html) (919 words) - [KYC Verification - Part 1 | Incode](/content/blog/kyc-verification-part-1/index.html) (837 words) - [Introducing Deepsight for Documents. The Most Accurate Multi-Layer Defense Against Synthetic IDs | Incode](/content/blog/introducing-deepsight-for-documents/index.html): Deepsight for Documents is the most accurate multi-layer defense against synthetic IDs, detecting AI-generated document fraud with 8.8x greater accuracy than traditional checks. (745 words) - [Verificaciones KYC — Parte 4 | Incode](/content/es/blog/kyc-checks-part-4/index.html) (720 words) - [Incode Workforce and Okta Team Up to Combat GenAI Fraud and Social Engineering | Blog | Incode](/content/blog/incode-workforce-and-okta-team-up-to-combat-genai-fraud-and-social-engineering.html) (1,035 words) - [KYC para Banca y Finanzas — Parte 6 | Incode](/content/es/blog/kyc-for-banking-and-finance-part-6/index.html) (589 words) - [AML (Anti-Money Laundering): A Comprehensive Guide | Incode](/content/blog/anti-money-laundering-comprehensive-guide/index.html) (4,182 words) - [Jumeirah and Incode Redefine Luxury for the Hotel Guest of the Future | Incode](/content/blog/jumeirah-and-incode-redefine-luxury-for-the-hotel-guest-of-the-future.html) (687 words) - [IDV for Business Growth: Choosing an effective partner to drive your ROI | Incode](/content/blog/idv-for-business-growth-choosing-a-partner-to-drive-your-roi.html) (1,841 words) - [Reconocida a Incode como Luminaria en 2023 Informe de Prisma de Identidad Digital Biométrica | Incode](/content/es/blog/incode-recognized-as-a-luminary-in-2023-biometric-digital-identity-prism-report.html) (775 words) - [KYC Data Remediation – Part 5 | Incode](/content/blog/kyc-data-remediation-part-5/index.html) (502 words) - [Incode's Ricardo Amper Named a Forbes Mexico Leader of Innovation | Incode](/content/blog/incodes-ricardo-amper-named-a-forbes-mexico-leader-of-innovation.html): Forbes México named Incode Founder and CEO, Ricardo Amper, one of its 30 Leaders of Innovation. Here's what the recognition means for Incode. (719 words) - [Incode Wins 20 G2 Badges, Leading Identity Verification in Summer 2026 | Incode](/content/es/blog/incode-wins-20-g2-badges-leading-identity-verification-in-summer-2026.html): See why Incode earned 20 G2 badges in Summer 2026. Leader across Identity Verification, Age Verification, and AML, backed by verified customer reviews. (840 words) - [KYC Checks – Part 4 | Incode](/content/blog/kyc-checks-part-4/index.html) (600 words) - [Conozca a su invitado: La nueva experiencia de hospitalidad, elevada por Incode | Incode](/content/es/blog/know-your-guest-the-new-hospitality-experience-elevated-by-incode.html) (708 words) - [KYC: Introduction: What You Need To Know | Incode](/content/blog/kyc-introduction-what-you-need-to-know/index.html) (752 words) - [Cuando su mesa de ayuda se convierte en la puerta principal: cómo la araña dispersa está convirtiendo en arma la confianza humana | Incode](/content/es/blog/how-scattered-spider-is-weaponizing-human-trust/index.html) (2,127 words) - [Incode’s Authentication: The Future is Now | Incode](/content/blog/incodes-authentication-the-future-is-now/index.html) (1,068 words) - [Remediación de datos KYC — Parte 5 | Incode](/content/es/blog/kyc-data-remediation-part-5/index.html) (556 words) - [Know Your Guest: The New Hospitality Experience, Elevated by Incode | Incode](/content/blog/know-your-guest-the-new-hospitality-experience-elevated-by-incode.html) (591 words) - [Incode Welcomes Billy Pressley as General Manager, North America | Incode](/content/blog/incode-welcomes-billy-pressley-as-general-manager-north-america.html): Incode welcomes Billy Pressley as General Manager for North America, bringing 15+ years of experience to lead growth and expand identity intelligence across the region. (340 words) - [Incode’s “Consumer Pulse on Biometrics” Report | Incode](/content/blog/incodes-consumer-pulse-on-biometrics-report/index.html) (962 words) - [Incode Transforms the Privacy Landscape With Strategic Investment and Identiq Acquisition | Incode](/content/es/blog/incode-transforms-the-privacy-landscape/index.html): Incode commits to privacy-preserving identity verification in 2026, combining AI-first IDV, on-device processing, and Identiq's fraud network. (831 words) - [KYC for Banking and Finance - Part 6 | Incode](/content/blog/kyc-for-banking-and-finance-part-6/index.html) (508 words) - [Incode Transforms the Privacy Landscape With Strategic Investment and Identiq Acquisition | Incode](/content/blog/incode-transforms-the-privacy-landscape/index.html): Incode commits to privacy-preserving identity verification in 2026, combining AI-first IDV, on-device processing, and Identiq's fraud network. (790 words) - [Incode recibe 13 nuevas insignias G2 y nombrado líder en 3 categorías | Incode](/content/es/blog/incode-awarded-13-new-g2-badges-and-named-leader-across-3-categories.html) (628 words) - [Incode Named Winner of the Fall 2025 You Did WHAT With Tines?! Awards | Incode](/content/blog/incode-winner-tines-awards-2025/index.html) (416 words) - [Incode se une a OpenAge con una función de junta directiva para dar forma al futuro de la garantía de la edad | Incode](/content/es/blog/incode-openage-age-assurance/index.html): Incode se une a la Iniciativa OpenAge junto con los principales proveedores de identidad para acelerar la garantía de edad interoperable y que preserva la privacidad con credenciales AgeKey reutilizables que ayudan a las plataformas a cumplir con los estándares globales y proteger la privacidad del usuario. (1,103 words) - [Incode lidera la estimación y verificación de la edad: puntos clave del informe del NIST | Incode](/content/es/blog/incode-leads-age-estimation-verification-nist-rankings.html) (1,707 words) - [Incode's Ricardo Amper Named a Forbes Mexico Leader of Innovation | Incode](/content/es/blog/incodes-ricardo-amper-named-a-forbes-mexico-leader-of-innovation.html): Forbes México named Incode Founder and CEO, Ricardo Amper, one of its 30 Leaders of Innovation. Here's what the recognition means for Incode. (681 words) - [Digital Onboarding for Financial Services: Definition & Benefits | Incode](/content/blog/digital-onboarding-for-financial-services-definition-benefits.html) (2,239 words) - [Incode Omni Leading the Way to a New Standard of Luxury in Hospitality | Incode](/content/blog/incode-omni-leading-the-way-to-a-new-standard-of-luxury-in-hospitality.html) (1,226 words) - [Innovations in Biometrics: What’s new and what’s on the Horizon | Incode](/content/blog/innovations-in-biometrics-whats-new-and-whats-on-the-horizon.html) (665 words) - [Incode Nombrado Ganador del Otoño 2025 ¡¿Haste QUÉ con Tines?! Premios | Incode](/content/es/blog/incode-winner-tines-awards-2025/index.html) (493 words) - [Incode Workforce se presenta en la Conferencia RSA 2024: Un hito en la innovación en ciberseguridad | Incode](/content/es/blog/incode-workforce-rsa-conference-2024/index.html) (602 words) - [Incode Welcomes Massimiliano Errigo as Regional Vice President for Europe, Middle East, and UKI | Incode](/content/blog/incode-welcomes-massimiliano-errigo/index.html): Incode welcomes Massimiliano Errigo as RVP for Europe, Middle East, and UKI, bringing enterprise sales leadership to a fast-growing identity verification market. (469 words) - [Incode Partners with Descope for Secure Biometric Onboarding and Self Check-in | Incode](/content/blog/incode-partners-with-descope-for-secure-biometric-onboarding-and-self-check-in.html) (806 words) - [Incode Welcomes Ashley Rich as General Counsel | Incode](/content/blog/incode-welcomes-ashley-rich-as-general-counsel/index.html): Incode welcomes Ashley Rich as General Counsel, strengthening our commitment to the legal leadership that powering a world of trust demands. (391 words) - [Incode recognized as a Luminary in 2023 Biometric Digital Identity Prism Report | Incode](/content/blog/incode-recognized-as-a-luminary-in-2023-biometric-digital-identity-prism-report.html) (671 words) - [Incode: A G2 Grid Leader in Identity Verification | Incode](/content/blog/incode-recognized-g2-leader-identity-verification/index.html) (558 words) - [Incode Welcomes Massimiliano Errigo as Regional Vice President for Europe, Middle East, and UKI | Incode](/content/es/blog/incode-welcomes-massimiliano-errigo/index.html): Incode welcomes Massimiliano Errigo as RVP for Europe, Middle East, and UKI, bringing enterprise sales leadership to a fast-growing identity verification market. (430 words) - [Incode lanza Deepsight, una revolucionaria defensa Deepfake | Incode](/content/es/blog/incode-launches-deepsight/index.html) (886 words) - [Incode: Líder de G2 Grid en Verificación de Identidad | Incode](/content/es/blog/incode-recognized-g2-leader-identity-verification/index.html) (622 words) - [Incode Leads in Age Estimation & Verification: Key Takeaways from NIST’s Report | Incode](/content/blog/incode-leads-age-estimation-verification-nist-rankings.html) (1,455 words) - [Incode Workforce Unveiled at RSA Conference 2024: A Milestone in Cybersecurity Innovation | Incode](/content/blog/incode-workforce-rsa-conference-2024/index.html) (488 words) - [Debida Diligencia Mejorada (EDD): Significado y Requisitos | Incode](/content/es/blog/enhanced-due-diligence-edd-meaning-requirements/index.html) (2,802 words) - [Incode gana el premio a la mejor solución de administración de identificaciones/KYC en los Premios Finovate 2025 | Incode](/content/es/blog/incode-wins-best-id-management-kyc-solution-at-the-2025-finovate-awards.html) (486 words) - [Incode’s KYB Compliant Solutions Empowers Uniclick to Fight Financial Fraud in Mexico | Incode](/content/blog/incodes-kyb-compliant-solutions-empowers-uniclick-to-fight-financial-fraud-in-mexico.html) (425 words) - [Incode Wins Best ID Management / KYC Solution at the 2025 Finovate Awards | Incode](/content/blog/incode-wins-best-id-management-kyc-solution-at-the-2025-finovate-awards.html) (416 words) - [Incode Identity Network — Revolucionando la confianza y la inclusión en la era digital | Incode](/content/es/blog/incode-identity-network-revolutionizing-digital-trust.html) (1,527 words) - [Incode entre los cinco sistemas que cumplirán los objetivos de DHS S&T en el rally de validación remota de identidad | Incode](/content/es/blog/incode-meets-dhs-st-goals/index.html): Incode cumplió con todos los objetivos de rendimiento de Ciencia y Tecnología del DHS en el Rally de Validación de Identidad Remota, clasificándose entre cinco sistemas validados bajo condiciones del mundo real. (1,000 words) - [Incode da la bienvenida a Billy Pressley como Gerente General, Norteamérica | Incode](/content/es/blog/incode-welcomes-billy-pressley-as-general-manager-north-america.html): Incode da la bienvenida a Billy Pressley como Gerente General para Norteamérica, aportando más de 15 años de experiencia para liderar el crecimiento y expandir la inteligencia de identidad en toda la región. (378 words) - [Incode da la bienvenida a Ashley Rich como consejera general | Incode](/content/es/blog/incode-welcomes-ashley-rich-as-general-counsel/index.html): Incode da la bienvenida a Ashley Rich como Asesora General, fortaleciendo nuestro compromiso con el liderazgo legal que exige impulsar un mundo de confianza. (449 words) - [Incode es nombrado proveedor líder en el informe de índice Link™ de Liminal para KYC | Incode](/content/es/blog/incode-named-leading-vendor-in-liminals-link-index-report-for-kyc.html) (743 words) - [Incode liderando el camino — Soluciones AML en Money20/20 USA | Incode](/content/es/blog/incode-leading-the-way-aml-solutions-at-money20-20-usa.html) (773 words) - [Incode lanza Agentic Identity para verificar y proteger a los agentes de IA | Incode](/content/es/blog/incode-launches-agentic-identity/index.html) (942 words) - [Incode es nombrado Refractor de Prisma insignia y Líder de Confianza Resiliente | Incode](/content/es/blog/incode-prism-refractor-trust-leader-2025/index.html) (385 words) - [Verificación de identidad: qué es y cómo funcionaSi | Incode](/content/es/blog/identity-proofing-what-it-is-and-how-it-works/index.html) (1,592 words) - [Incode Named a Flagship Prism Refractor and Resilient Trust Leader | Incode](/content/blog/incode-prism-refractor-trust-leader-2025/index.html) (301 words) - [Incode Omni en la Guía de mercado de Gartner® 2023 para la verificación de identidad | Incode](/content/es/blog/incode-omni-in-the-2023-gartner-market-guide-for-identity-verification.html) (832 words) - [Cómo encontrar un proveedor de servicios KYC: cuatro pasos para elegir el proveedor adecuado | Incode](/content/es/blog/how-to-find-a-kyc-service-provider-four-steps-to-choosing-the-right-provider.html) (1,935 words) - [Incode Launches Deepsight, a Breakthrough Deepfake Defense | Incode](/content/blog/incode-launches-deepsight/index.html) (762 words) - [Incode Identity Network – Revolutionizing Trust and Inclusion in the Digital Age | Incode](/content/blog/incode-identity-network-revolutionizing-digital-trust.html) (1,277 words) - [Incode fue nombrado líder en el Cuadrante Mágico de Gartner® 2025™ para la verificación de identidad | Incode](/content/es/blog/incode-named-a-leader-in-the-2025-gartner-magic-quadrant-for-identity-verification.html) (642 words) - [Incode Is the First Company to Achieve iBeta Level 3 Compliance on Both iOS and Android with 0% error | Incode](/content/blog/incode-achieve-ibeta-level-3-compliance-on-both-ios-and-android.html): Incode becomes the first to achieve iBeta Level 3 on iOS and Android, stopping all spoof attempts in independent testing. (467 words) - [Incode Named a Top Software Company in G2’s 2025 Best Software Awards | Incode](/content/blog/incode-named-a-top-software-company-in-g2s-2025-best-software-awards.html) (490 words) - [Incode Acquires Identiq to Power Privacy-First Fraud Detection | Incode](/content/blog/incode-identiq-acquisition/index.html): Incode acquires Identiq to enable privacy-first fraud detection, letting institutions share fraud intelligence without ever exposing customer data. (698 words) - [Incode fue nombrada una de las mejores empresas de software en los premios G2 al Mejor Software 2025 | Incode](/content/es/blog/incode-named-a-top-software-company-in-g2s-2025-best-software-awards.html) (620 words) - [Identity Proofing: What It Is and How It WorksI | Incode](/content/blog/identity-proofing-what-it-is-and-how-it-works/index.html) (1,294 words) - [Incode Ranks Among Top Performers in DHS S&T RIVR Track 2 Document Validation | Incode](/content/blog/incode-meet-multiple-dhs-st-goals-in-rivr-track-2/index.html): DHS tested document validation systems under real-world conditions. Incode was one of only two to meet multiple performance goals. (562 words) - [Incode Launches Agentic Identity to Verify and Secure AI Agents | Incode](/content/blog/incode-launches-agentic-identity/index.html) (783 words) - [Creación de una experiencia del cliente sin fricciones con biometría | Incode](/content/es/blog/frictionless-customer-experience/index.html) (2,082 words) - [Incode Omni in the 2023 Gartner® Market Guide for Identity Verification | Incode](/content/blog/incode-omni-in-the-2023-gartner-market-guide-for-identity-verification.html) (733 words) - [Incode Among Five Systems to Meet DHS S&T Goals in the Remote Identity Validation Rally | Incode](/content/blog/incode-meets-dhs-st-goals/index.html): Incode met all DHS Science and Technology performance goals in the Remote Identity Validation Rally, ranking among five systems validated under real-world conditions. (512 words) - [Incode Joins the Auth0 Marketplace: Biometric IDV for Registration, Login, and Password Reset | Incode](/content/blog/incode-joins-the-auth0-marketplace-biometric-idv-for-registration-login-and-password-reset.html): Incode is now available on the Auth0 Marketplace, bringing biometric identity verification and face authentication directly into the Auth0 login flow. (744 words) - [Autenticación de identidad: Cómo verificar de forma segura la identidad del usuario | Incode](/content/es/blog/identity-authentication-how-to-securely-verify-user-identity.html) (1,456 words) - [When Your Help Desk Becomes the Front Door: How Scattered Spider is Weaponizing Human Trust | Incode](/content/blog/how-scattered-spider-is-weaponizing-human-trust/index.html) (1,640 words) - [Incode Named Leading Vendor in Liminal’s Link™ Index Report for KYC | Incode](/content/blog/incode-named-leading-vendor-in-liminals-link-index-report-for-kyc.html) (562 words) - [Incode Named a Leader in the 2025 Gartner® Magic Quadrant™ for Identity Verification | Incode](/content/blog/incode-named-a-leader-in-the-2025-gartner-magic-quadrant-for-identity-verification.html) (705 words) - [Autenticación de identidad frente a verificación: tres diferencias clave | Incode](/content/es/blog/identity-authentication-vs-verification-three-key-differences.html) (1,707 words) - [Incode Named a Strong Performer in The Forrester Wave™: Identity Verification Solutions, Q3 2025 | Incode](/content/blog/incode-named-a-strong-performer-in-the-forrester-wave-identity-verification-q3-2025.html): Incode is named a Strong Performer in The Forrester Wave™: Identity Verification Q3 2025, recognized for AI-powered deepfake detection and document verification. (433 words) - [Incode fue nombrado un actor sólido en The Forrester Wave™: Soluciones de verificación de identidad, tercer trimestre de 2025 | Incode](/content/es/blog/incode-named-a-strong-performer-in-the-forrester-wave-tm-identity-verification-solutions-q3-2025.html): Incode es nombrado Strong Performer en The Forrester Wave™: Verificación de Identidad Q3 2025, reconocido por la detección de deepfake impulsada por IA y la verificación de documentos. (565 words) - [Incode gana 19 insignias G2, liderando la verificación de identidad en invierno de 2026 | Incode](/content/es/blog/incode-g2-winter-2026-badges-leader-identity-age-verification-aml.html): Incode gana 19 insignias G2 Invierno 2026, clasificándose como Líder en Verificación de Identidad, Verificación de Edad y Antilavado de Dinero. A ver lo que significa. (632 words) - [Incode es la primera empresa en lograr el cumplimiento de nivel 3 de iBeta tanto en iOS como en Android con 0% de error | Incode](/content/es/blog/incode-achieve-ibeta-level-3-compliance-on-both-ios-and-android-with-0-error.html): Incode se convierte en el primero en lograr iBeta Nivel 3 en iOS y Android, deteniendo todos los intentos de fallidos en pruebas independientes. (983 words) - [Cómo la prueba de identidad mejora la seguridad en la contratación, la incorporación y las interacciones críticas de los empleados | Incode](/content/es/blog/how-identity-proofing-enhancessecurity-across-recruitmentonboarding-and-critical-employeeinteractions.html) (999 words) - [¿Cómo usar un sistema de verificación de edad? | Incode](/content/es/blog/how-to-use-an-age-verification-system/index.html) (1,464 words) - [Future of Biometrics | Incode](/content/blog/future-of-biometrics/index.html) (1,381 words) - [¿Qué es la Debida Diligencia Mejorada (EDD) y por qué es importante? | Incode](/content/es/blog/enhanced-due-diligence-eddmeaning-requirements/index.html) (2,786 words) - [Incode first to achieve iBeta’s highest level of identity security testing on iOS and Android with 0% error rate | Incode](/content/blog/incode-ibeta-level3-announcement/index.html): Incode becomes the first company to achieve iBeta Level 3 PAD on iOS and Android with 0% APCER and 0% BPCER using a passive single-selfie experience. (667 words) - [Incode Acquires Identiq to Power Privacy-First Fraud Detection | Incode](/content/es/blog/incode-identiq-acquisition/index.html): Incode acquires Identiq to enable privacy-first fraud detection, letting institutions share fraud intelligence without ever exposing customer data. (680 words) - [Incode adquiere AuthenticID | Incode](/content/es/blog/incode-authenticid-acquisition/index.html) (878 words) - [Fraude de identidad: 3 tendencias crecientes a tener en cuenta en 2025 | Incode](/content/es/blog/identity-fraud-3-rising-trends-to-watch-in-2025/index.html) (1,075 words) - [Incode es el primero en alcanzar el nivel más alto de pruebas de seguridad de identidad de iBeta en iOS y Android con 0% de tasa de error | Incode](/content/es/blog/incode-ibeta-level3-announcement/index.html): Incode se convierte en la primera compañía en lograr iBeta Nivel 3 PAD en iOS y Android con 0% APCER y 0% BPCER utilizando una experiencia pasiva de un solo selfie. (798 words) - [Incode Wins 19 G2 Badges, Leading Identity Verification in Winter 2026 - Blog Post | Incode](/content/blog/incode-g2-winter-2026-badges-leader-identity-age-verification.html): Incode earns 19 G2 Winter 2026 badges, ranking as a Leader in Identity Verification, Age Verification, and Anti-Money Laundering. See what it means. (534 words) - [How iPhone Jailbreaking Is Used to Commit Deepfake Fraud | Incode](/content/blog/how-iphone-jailbreaking-is-used-to-commit-deepfake-fraud.html) (1,195 words) - [Incode Leading the Way – AML Solutions at Money20/20 USA | Incode](/content/blog/incode-leading-the-way-aml-solutions-at-money20-20-usa.html) (590 words) - [Debida diligencia mejorada (EDD): incorporación de clientes de alto riesgo | Incode](/content/es/blog/enhanced-due-diligence-edd-onboarding-high-risk-customers.html) (1,586 words) - [Identity Authentication vs. Verification: Three Key Differences | Incode](/content/blog/identity-authentication-vs-verification-three-key-differences.html) (1,402 words) - [Incode recibe 12 nuevas insignias G2, incluidas 3 insignias de líder | Incode](/content/es/blog/incode-awarded-12-new-g2-badges-including-3-leader-badges.html) (653 words) - [How Tenant Inc. Future-Proofed Their Self-Storage SaaS Business With Incode | Incode](/content/blog/how-tenant-inc-future-proofed-their-self-storage-saas-business-with-incode.html) (882 words) - [Incode Achieves FedRAMP Ready Status for Federal Grade Identity Security | Incode](/content/blog/incode-fedramp-ready-status/index.html) (477 words) - [Creating a Frictionless Customer Experience With Biometrics | Incode](/content/blog/frictionless-customer-experience/index.html) (1,619 words) - [Incorporación digital para servicios financieros: definición y beneficios | Incode](/content/es/blog/digital-onboarding-for-financial-services-definition-benefits.html) (2,725 words) - [Incode recibe 11 nuevas insignias G2, incluidas 3 insignias de líder | Incode](/content/es/blog/incode-awarded-11-new-g2-badges-including-3-leader-badges.html) (521 words) - [Incode logra el estatus de listo para FedRAMP para la seguridad de identidad de grado federal | Incode](/content/es/blog/incode-fedramp-ready-status/index.html) (579 words) - [Cómo la biometría eleva la experiencia del usuario | Incode](/content/es/blog/how-biometrics-elevate-the-user-experience/index.html) (1,601 words) - [Incode Awarded 12 New G2 Badges, Including 3 Leader Badges | Incode](/content/blog/incode-awarded-12-new-g2-badges-including-3-leader-badges.html) (545 words) - [CIAM: ¿Qué es la Administración de Acceso e Identidad del Cliente? | Incode](/content/es/blog/ciam-customer-identity-access-management/index.html) (2,171 words) - [Incode Joins the Auth0 Marketplace: Biometric IDV for Registration, Login, and Password Reset | Incode](/content/es/blog/incode-joins-the-auth0-marketplace-biometric-idv-for-registration-login-and-password-reset.html): Incode is now available on the Auth0 Marketplace, bringing biometric identity verification and face authentication directly into the Auth0 login flow. (729 words) - [Cómo se utiliza el jailbreaking del iPhone para cometer fraude de Deepfake | Incode](/content/es/blog/how-iphone-jailbreaking-is-used-to-commit-deepfake-fraud.html) (1,531 words) - [How to Use an Age Verification System? | Incode](/content/blog/how-to-use-an-age-verification-system/index.html) (1,129 words) - [El futuro de la tecnología biométrica: una visión general por industria | Incode](/content/es/blog/future-of-biometrics/index.html) (1,828 words) - [Identity Authentication: How to Securely Verify User Identity | Incode](/content/blog/identity-authentication-how-to-securely-verify-user-identity.html) (1,191 words) - [Cómo los atacantes están omitiendo la verificación de identidad en la era de la IA generativa | Incode](/content/es/blog/how-attackers-are-bypassing-identity-verification-in-the-age-of-generative-ai.html): Descubra cómo la IA generativa permite tácticas avanzadas de fraude de identidad como deepfakes, recreación facial y suplantación multimodal, y por qué la defensa IDV en capas es ahora esencial. (982 words) - [Enhanced Due Diligence (EDD): Meaning & Requirements | Incode](/content/blog/enhanced-due-diligence-eddmeaning-requirements/index.html) (2,146 words) - [Incode Delivers Seamless and Secure Onboarding for Metallicus | Incode](/content/blog/incode-delivers-seamless-and-secure-onboarding-for-metallicus.html) (510 words) - [Incode ha sido nombrado un Acontínuo de Endeavor 2025 | Incode](/content/es/blog/incode-earns-prestigious-recognition-for-top-performance-and-growth.html) (737 words) - [Cómo las Naciones Unidas están fomentando la colaboración mundial contra el delito cibernético | Blog | Incode](/content/es/blog/how-the-united-nations-is-fostering-global-collaboration-against-cybercrime.html) (766 words) - [Identity Verification: When It Comes to Gartner, Believe the Hype | Incode](/content/blog/identity-verification-when-it-comes-to-gartner-believe-the-hype.html) (648 words) - [Incode Awarded 13 New G2 Badges and Named Leader Across 3 Categories | Incode](/content/blog/incode-awarded-13-new-g2-badges-and-named-leader-across-3-categories.html) (520 words) - [Incode Acquires AuthenticID | Incode](/content/blog/incode-authenticid-acquisition/index.html) (672 words) - [Estafas románticas impulsadas por IA: el CEO de Incode, Ricardo Amper, sobre La estafa perfecta de AARP | Incode](/content/es/blog/ai-powered-romance-scams-incodes-ceo-ricardo-amper/index.html): El CEO de Incode, Ricardo Amper, se une a La estafa perfecta de AARP para desglosar cómo funcionan las estafas románticas impulsadas por IA y qué pueden hacer las empresas para detenerlas. (3,478 words) - [Incode ofrece una incorporación segura y sin fisuras para los usuarios de la plataforma criptográfica de Metallicus | Incode](/content/es/blog/incode-delivers-seamless-and-secure-onboarding-for-metallicus-crypto-platform-users.html) (654 words) - [Incode Has Been Named a 2025 Endeavor Outlier | Incode](/content/blog/incode-earns-prestigious-recognition-for-top-performance-and-growth.html) (606 words) - [Identity Fraud: 3 Rising Trends To Watch in 2025 | Incode](/content/blog/identity-fraud-3-rising-trends-to-watch-in-2025/index.html) (875 words) - [Verificación de identidad: cuando se trata de Gartner, crea en el bombo | Incode](/content/es/blog/identity-verification-when-it-comes-to-gartner-believe-the-hype.html) (734 words) - [How AI-First Identity Verification Enables Privacy at Scale | Incode](/content/es/blog/how-ai-first-identity-verification-enables-privacy/index.html): Learn how Incode's AI-first identity verification minimizes human access to biometric data by design, without sacrificing accuracy or speed. (915 words) - [How Fan ID Transformed Mexican League Football | Incode](/content/blog/how-fan-id-transformed-mexican-league-football/index.html) (991 words) - [Incode Awarded 11 New G2 Badges, Including 3 Leader Badges | Incode](/content/blog/incode-awarded-11-new-g2-badges-including-3-leader-badges.html) (437 words) - [Verificación de documentos: significado e importancia | Incode](/content/es/blog/document-verification-meaning-importance/index.html) (1,880 words) - [Autenticación biométrica: definición, ejemplos y beneficios | Incode](/content/es/blog/biometric-authentication-definition-examples-and-benefits.html) (2,995 words) - [Qué buscar en una solución de verificación de identidad digital (IDV) | Incode](/content/es/blog/idv-buyers-guide/index.html) (410 words) - [How AI-First Identity Verification Enables Privacy at Scale | Incode](/content/blog/how-ai-first-identity-verification-enables-privacy/index.html): Learn how Incode's AI-first identity verification minimizes human access to biometric data by design, without sacrificing accuracy or speed. (965 words) - [How to Transform User Authentication with 5x Faster Onboarding | Incode](/content/blog/how-to-transform-user-authentication-with-5x-faster-onboarding.html) (202 words) - [Fintonic está acelerando el acceso remoto a préstamos en México con la solución KYC impulsada por IA y detección de fraude de Incode. | Incode](/content/es/blog/fintonic-is-accelerating-remote-access-to-loans-in-mexico-with-incodes-ai-powered-kyc-and-fraud-detection-solution.html) (1,213 words) - [Reconocimiento facial vs. identificación de huellas dactilares: ¿cuál debería usar? | Incode](/content/es/blog/facial-recognition-vs-fingerprint/index.html) (1,603 words) - [How Attackers Are Bypassing Identity Verification in the Age of Generative AI | Incode](/content/blog/how-attackers-are-bypassing-identity-verification-in-the-age-of-generative-ai.html): Learn how generative AI is enabling advanced identity fraud tactics like deepfakes, face reenactment, and multimodal spoofing, and why layered IDV defense is now essential. (748 words) - [La nueva regla AML de FinCEN: una mirada más cercana a los impactos en los asesores de inversión | Incode](/content/es/blog/fincens-new-aml-rule-a-closer-look-at-the-impacts-on-investment-advisers.html) (1,183 words) - [How Biometrics Elevate the User Experience | Incode](/content/blog/how-biometrics-elevate-the-user-experience/index.html) (1,307 words) - [How the United Nations Is Fostering Global Collaboration Against Cybercrime | Blog | Incode](/content/blog/how-the-united-nations-is-fostering-global-collaboration-against-cybercrime.html) (658 words) - [Personalidad digital: cómo la verificación de identidad protege contra el fraude | Blog | Incode](/content/es/blog/digital-personhood-how-identity-verification-protects-against-fraud.html) (1,505 words) - [Cómo el Fan ID transformó el fútbol de la Liga Mexicana | Incode](/content/es/blog/how-fan-id-transformed-mexican-league-football/index.html) (1,209 words) - [Enhanced Due Diligence (EDD): Meaning & Requirements | Incode](/content/blog/enhanced-due-diligence-edd-meaning-requirements/index.html) (2,157 words) - [Cómo Tenant Inc. probó para el futuro su negocio SaaS de autoalmacenamiento con Incode | Incode](/content/es/blog/how-tenant-inc-future-proofed-their-self-storage-saas-business-with-incode.html) (599 words) - [IDV Buyer’s Guide | Incode](/content/blog/idv-buyers-guide/index.html) (354 words) - [Deepsight Wins 2026 Fortress Cybersecurity Award in Deepfake Detection & Anti-Phishing | Incode](/content/blog/deepsight-wins-2026-fortress-cybersecurity-award/index.html): Incode Deepsight wins the 2026 Fortress Cybersecurity Award in Deepfake Detection & Anti-Phishing, recognized for iBeta Level 3 certification and AI-powered fraud defense. (528 words) - [Cómo transformar la autenticación de usuario con una incorporación 5 veces más rápida | Incode](/content/es/blog/how-to-transform-user-authentication-with-5x-faster-onboarding.html) (253 words) - [How Identity Proofing Enhances Security across Recruitment, Onboarding and Critical Employee Interactions | Incode](/content/blog/how-identity-proofing-enhancessecurity-across-recruitmentonboarding-and-critical-employeeinteractions.html) (700 words) - [Cinco formas en que las soluciones KYC API pueden ayudarle a lograr el cumplimiento de normas, la seguridad y la satisfacción del cliente | Incode](/content/es/blog/five-ways-kyc-api-solutions-can-help-you-achieve-compliance-security-and-customer-satisfaction.html) (1,281 words) - [Experian se asocia con Incode para fortalecer la prevención global del fraude | Incode](/content/es/blog/experian-partners-with-incode-to-strengthen-global-fraud-prevention.html) (1,023 words) - [eKYC: Optimice sus procesos de Conozca a su Cliente | Incode](/content/es/blog/ekyc-streamline-your-know-your-customer-processes/index.html) (1,725 words) - [¿Sabes quiénes son realmente tus empleados? | Incode](/content/es/blog/do-you-know-who-your-employees-really-are/index.html) (1,484 words) - [Biometric Authentication: Definition, Examples, and Benefits | Incode](/content/blog/biometric-authentication-definition-examples-and-benefits.html) (2,444 words) - [Building a Resilient Hiring Pipeline: Best Practices for Security | Incode](/content/blog/building-a-resilient-hiring-pipeline-best-practices-for-security.html) (2,590 words) - [Funticket e Incode están mejorando la transparencia en el mercado de boletos de eventos en vivo al tiempo que protegen a los fanáticos de la venta de boletos | Incode](/content/es/blog/funticket-and-incode-are-improving-transparency-in-the-live-event-ticket-market-while-protecting-fans-from-ticket-touting.html) (886 words) - [Do You Know Who Your Employees Really Are? | Incode](/content/blog/do-you-know-who-your-employees-really-are/index.html) (1,332 words) - [La biometría y la amenaza cuántica que se avecina | Incode](/content/es/blog/biometrics-and-the-looming-quantum-threat/index.html) (1,029 words) - [Cuatro formas de validar un documento de identidad | Incode](/content/es/blog/four-ways-to-validate-an-identity-document/index.html) (684 words) - [CIAM: What Is Customer Identity and Access Management? | Incode](/content/blog/ciam-customer-identity-access-management/index.html) (1,761 words) - [Identity Verification in the Era of Gen AI Deepfakes | Incode](/content/blog/deepfakes-and-idv/index.html) (1,658 words) - [Friction Kills Growth: Why User Experience Matters More Than Ever | Incode](/content/blog/friction-kills-growth-why-user-experience-matters-more-than-ever.html) (485 words) - [Document Verification: Meaning & Importance | Incode](/content/blog/document-verification-meaning-importance/index.html) (1,550 words) - [Fintonic is Accelerating Remote Access to Loans in Spain | Incode](/content/blog/fintonic-is-accelerating-remote-access-to-loans-in-spain.html) (845 words) - [Funticket and Incode are Improving Transparency in Ticket Resale | Incode](/content/blog/funticket-and-incode-are-improving-transparency-in-ticket-resale.html) (598 words) - [Affiliates Registration](/content/register/affiliates/index.html) (922 words) - [Verificación de identidad en la era de los Deepfakes Gen AI | Incode](/content/es/blog/deepfakes-and-idv/index.html) (1,874 words) - [Enhanced Due Diligence (EDD): Onboarding High-Risk Customers | Incode](/content/blog/enhanced-due-diligence-edd-onboarding-high-risk-customers.html) (1,322 words) - [Cómo Frost & Sullivan identificó el crecimiento y la innovación de Incode | Incode](/content/es/blog/frost-radar-incode/index.html) (610 words) - [Facial Recognition vs. Fingerprint Identification: Which Should You Use? | Incode](/content/blog/facial-recognition-vs-fingerprint/index.html) (1,247 words) - [Debida diligencia del cliente (CDD): qué es y por qué es importante | Incode](/content/es/blog/customer-due-diligence-cdd-what-it-is-why-its-important.html) (1,833 words) - [Verificación de identidad digital: 7 formas de verificar a los usuarios en líneaID | Incode](/content/es/blog/digital-identity-verification-7-ways-to-verify-users-online.html) (1,666 words) - [Awards](/content/awards/index.html): Incode reinvents identity verification with AI-powered technology. Trusted by 600+ global professionals across 25+ nationalities to eliminate fraud. (681 words) - [5 Shocking Cases of AI-Generated Deepfakes Interfering in Global Politics | Incode](/content/blog/5-shocking-cases-of-ai-generated-deepfakes-interfering-in-global-politics.html) (1,539 words) - [How Frost & Sullivan Identified Incode’s Growth and Innovation | Incode](/content/blog/frost-radar-incode/index.html) (502 words) - [Cómo implementar la garantía de edad para el cumplimiento de la Ley de seguridad en línea del Reino Unido | Incode](/content/es/blog/age-assurance-for-uk-online-safety-act-compliance/index.html) (1,992 words) - [La fricción mata el crecimiento: por qué la experiencia del usuario es más importante que nunca | Incode](/content/es/blog/friction-kills-growth-why-user-experience-matters-more-than-ever.html) (602 words) - [FinCEN’s New AML Rule: A Closer Look at the Impacts on Investment advisers | Incode](/content/blog/fincens-new-aml-rule-a-closer-look-at-the-impacts-on-investment-advisers.html) (958 words) - [Five Ways KYC API Solutions Can Help You Achieve Compliance, Security, and Customer Satisfaction | Incode](/content/blog/five-ways-kyc-api-solutions-can-help-you-achieve-compliance-security-and-customer-satisfaction.html) (976 words) - [Deepfake: ¿Qué es y cómo prevenirlo? | Incode](/content/es/blog/deepfake-what-is-it-and-how-to-prevent-it/index.html) (1,452 words) - [Impulsando la confianza en la era Deepfake: Decoded regresa a Londres | Incode](/content/es/blog/driving-trust-in-the-deepfake-era-decoded-returned-to-london.html): Decoded 2026 de Incode trajo a más de 120 líderes de identidad y fraude a Londres para una noche de discusión de expertos sobre deepfakes, confianza digital y el futuro de la seguridad de la identidad. (1,072 words) - [Francia anuncia nuevo servicio de garantía de identidad digital basado en aplicaciones móviles | Incode](/content/es/blog/france-announces-new-mobile-app-based-digital-identity-guarantee-service.html) (672 words) - [Mejorando la detección de inquilinos y la prevención del fraude con las tecnologías Incode en Vidalta | Incode](/content/es/blog/enhancing-tenant-screening-and-fraud-prevention-with-incode-technologies-at-vidalta.html) (737 words) - [Digital Identity Verification: 7 Ways to Verify Users OnlineID | Incode](/content/blog/digital-identity-verification-7-ways-to-verify-users-online.html) (1,371 words) - [¿Qué es la verificación del cliente? Descripción general y métodos principales | Incode](/content/es/blog/customer-verification/index.html) (1,227 words) - [Pasaporte biométrico o pasaporte electrónico: ¿Qué es? | Incode](/content/es/blog/credit-card-fraud-detection-what-you-need-to-know/index.html) (1,676 words) - [Enhancing Tenant Screening and Fraud Prevention with Incode Omni | Incode](/content/blog/enhancing-tenant-screening-and-fraud-prevention-with-incode-omni.html) (563 words) - [Digital Personhood: How Identity Verification Protects Against Fraud | Blog | Incode](/content/blog/digital-personhood-how-identity-verification-protects-against-fraud.html) (1,242 words) - [Four Ways to Validate an Identity Document | Incode](/content/blog/four-ways-to-validate-an-identity-document/index.html) (607 words) - [Customer Due Diligence (CDD): What It Is & Why It’s Important | Incode](/content/blog/customer-due-diligence-cdd-what-it-is-why-its-important.html) (1,482 words) - [Impulsando la confianza en la garantía de edad con la arquitectura Privacy-First | Incode](/content/es/blog/driving-trust-in-age-assurance-with-privacy-first-architecture.html): La garantía de edad tiene un problema de confianza que las políticas no pueden solucionar. Incode está construyendo una arquitectura donde los datos biométricos sin procesar son estructuralmente inalcanzables por diseño. (894 words) - [Cyber-Fraud Fusion in Practice: The Four-Module Stack Most Vendors Are Missing | Incode](/content/blog/cyber-fraud-fusion-in-practice-the-four-module-stack-most-vendors-are-missing.html): Cyber-fraud fusion needs four modules, but most identity stacks ship two. See the gaps exposing your program to synthetic identity and agentic attacks. (1,176 words) - [Driving Trust in Age Assurance with Privacy-First Architecture | Incode](/content/blog/driving-trust-in-age-assurance-with-privacy-first-architecture.html): Age assurance has a trust problem that policies can't fix. Incode is building an architecture where raw biometric data is structurally unreachable by design. (663 words) - [Escuche a Metal e Incode hablar sobre Blockchain y la identidad verificada | Incode](/content/es/blog/hear-metal-and-incode-discuss-blockchain-amp-verified-identity.html) (190 words) - [Entendiendo la Acción Legislativa de Florida en Redes Sociales y Seguridad de Menores | Incode](/content/es/blog/florida-legislative-action-social-media-minors-safety.html) (640 words) - [Hear Metal and Incode Discuss Blockchain & Verified Identity | Incode](/content/blog/hear-metal-and-incode-discuss-blockchain-amp-verified-identity.html) (179 words) - [France Announces New Mobile-App-Based Digital Identity Guarantee Service | Incode](/content/blog/france-announces-new-mobile-app-based-digital-identity-guarantee-service.html) (527 words) - [Understanding Florida’s Legislative Action on Social Media and Minors’ Safety | Incode](/content/blog/florida-legislative-action-social-media-minors-safety.html) (464 words) - [Equifax Partners with Incode to Deliver Next-Gen Fraud Prevention | Incode](/content/blog/equifax-partners-with-incode-to-deliver-next-gen-fraud-prevention.html) (605 words) - [Diferencia entre KYC y AML — Parte 3 | Incode](/content/es/blog/difference-between-kyc-and-aml-part-3/index.html) (1,169 words) - [Verificación de identidad digital como tu contraseña más segura | Incode](/content/es/blog/digital-identity-verification-as-your-most-secure-password.html) (1,181 words) - [Equifax se asocia con Incode para ofrecer prevención de fraudes de próxima generación | Incode](/content/es/blog/equifax-partners-with-incode-to-deliver-next-gen-fraud-prevention.html) (715 words) - [Embarque biométrico: cómo utilizan los aeropuertos el reconocimiento facial | Incode](/content/es/blog/biometric-boarding/index.html) (1,302 words) - [Las leyes de verificación de edad de Estados Unidos están evolucionando: ¿Su empresa está lista? | Incode](/content/es/blog/age-verification-for-adult-content-websites/index.html) (1,992 words) - [Advanced analytics | Incode](/content/es/platform/advanced-analytics/index.html): Optimize verification flows with real-time fraud monitoring, conversion insights, and unified analytics across all platforms. (372 words) - [eKYC: Streamline Your Know Your Customer Processes | Incode](/content/blog/ekyc-streamline-your-know-your-customer-processes/index.html) (766 words) - [Digital Identity Verification as your most secure password | Incode](/content/blog/digital-identity-verification-as-your-most-secure-password.html) (1,031 words) - [Cyber-Fraud Fusion in Practice: The Four-Module Stack Most Vendors Are Missing | Incode](/content/es/blog/cyber-fraud-fusion-in-practice-the-four-module-stack-most-vendors-are-missing.html): Cyber-fraud fusion needs four modules, but most identity stacks ship two. See the gaps exposing your program to synthetic identity and agentic attacks. (1,092 words) - [Driving Trust in the Deepfake Era: Decoded Returns to London | Incode](/content/blog/driving-trust-in-the-deepfake-era-decoded-returned-to-london.html): Incode's Decoded 2026 brought 120+ identity and fraud leaders to London for an evening of expert discussion on deepfakes, digital trust, and the future of identity security. (967 words) - [Incode Frequently Asked Questions](/content/faq/index.html): Get to know Incode and the key facts about us. (2,381 words) - [Verificación de edad en la era de la entrega bajo demanda | Incode](/content/es/blog/age-verification-in-the-era-of-on-demand-delivery/index.html) (1,821 words) - [Deepfake: What Is It and How to Prevent It? | Incode](/content/blog/deepfake-what-is-it-and-how-to-prevent-it/index.html) (1,275 words) - [ID de gobierno digital: Reino Unido se une al movimiento global con GOV.UK Wallet | Incode](/content/es/blog/digital-government-ids-uk-joins-global-movement-with-gov-uk-wallet.html) (990 words) - [5 impactantes casos de deepfakes generados por IA que interfiere en la política global | Incode](/content/es/blog/5-shocking-cases-of-ai-generated-deepfakes-interfering-in-global-politics.html) (1,792 words) - [Descargue las tres mejores prácticas para implementar un white paper electrónico para conocer su solución al cliente | Incode](/content/es/blog/download-the-three-best-practices-for-implementing-an-electronic-know-your-customer-solution-white-paper.html) (456 words) - [Deepsight gana el premio Fortress Cybersecurity Award 2026 en Detección de Falsos Deepfake y Anti-Phishing | Incode](/content/es/blog/deepsight-wins-2026-fortress-cybersecurity-award/index.html): Incode Deepsight gana el premio Fortress Cybersecurity Award 2026 en Deepfake Detection & Anti-Phishing, reconocido por la certificación iBeta Nivel 3 y la defensa contra el fraude impulsada por IA. (595 words) - [Citibanamex aprovecha el poder de la plataforma de orquestación Incode Omni para impulsar la digitalización del sector bancario en México. | Incode](/content/es/blog/citibanamex-harnesses-the-power-of-the-incode-omni-orchestration-platform-to-drive-digitalization-of-the-banking-sector-in-mexico.html) (1,258 words) - [Fraud Prevention & Detection Technology | Incode](/content/technology/index.html): Incode advances AI models for fraud prevention with Vision-Language Models, LLMs, and reasoning agents trained on global datasets to stop fraud. (2,428 words) - [Digital Government IDs: UK Joins Global Movement with GOV.UK Wallet | Incode](/content/blog/digital-government-ids-uk-joins-global-movement-with-gov-uk-wallet.html) (804 words) - [Difference Between KYC and AML – Part 3 | Incode](/content/blog/difference-between-kyc-and-aml-part-3/index.html) (1,021 words) - [Incode Frequently Asked Questions](/content/es/faq/index.html): Get to know Incode and the key facts about us. (2,381 words) - [Biometric Passport or e-Passport: What is it? | Incode](/content/blog/credit-card-fraud-detection-what-you-need-to-know/index.html) (1,312 words) - [Construyendo un canal de contratación resiliente: Mejores prácticas para la seguridad | Incode](/content/es/blog/building-a-resilient-hiring-pipeline-best-practices-for-security.html) (835 words) - [CISO’s Top 3 Concerns Regarding Deepfakes in Workforce Security | Incode](/content/blog/cisos-top-3-concerns-regarding-deepfakes-in-workforce-security.html) (963 words) - [¿Qué es AML & KYC? Todo lo que necesitas saber | Incode](/content/es/blog/anti-money-laundering-aml-vs-know-your-customer-kyc.html) (1,297 words) - [Anatomía de un intento moderno de fraude de un candidato | Incode](/content/es/blog/anatomy-of-a-modern-candidate-fraud-attempt/index.html) (1,157 words) - [Tarjetas sin dígitos: la última medida para combatir el fraude de identidad en la banca | Incode](/content/es/blog/digit-free-cards-the-latest-move-to-combat-identity-fraud-in-banking.html) (785 words) - [Más allá de la IAM: 3 riesgos de identidad que la mayoría de las plataformas de IAM pasan por alto | Incode](/content/es/blog/beyond-iam-3-identity-risks-most-iam-platforms-miss.html) (920 words) - [Customer Verification | Incode](/content/blog/customer-verification/index.html) (1,075 words) - [Download the three best practices for implementing an electronic know your customer solution white paper | Incode](/content/blog/download-the-three-best-practices-for-implementing-an-electronic-know-your-customer-solution-white-paper.html) (403 words) - [Explicación de la garantía de edad: verificación, estimación, segmentación y control | Incode](/content/es/blog/age-assurance-explained-verification-estimation-segmentation-and-gating.html) (1,584 words) - [Citibanamex Harnesses the Power of the Incode Omni Platform to Advance Digital Banking | Incode](/content/blog/citibanamex-harnesses-the-power-of-the-incode-omni-platform.html) (917 words) - [Adjudican a Diamond Capture e Incode contrato de $37.4M para apoyar a Login.gov | Incode](/content/es/blog/diamond-capture-incode-login-gov-contract/index.html) (570 words) - [Las 3 principales preocupaciones del CISO con respecto a las falsificaciones profundas en la seguridad de la fuerza laboral | Incode](/content/es/blog/cisos-top-3-concerns-regarding-deepfakes-in-workforce-security.html) (1,160 words) - [Money 2020 —2026](/content/es/register/money-2020-2026/index.html): Join Incode at Money20/20 Europe 2026 in Amsterdam to discover AI-powered identity verification, fraud prevention, and customer onboarding solutions built for secure, compliant fintech growth. (241 words) - [How to Implement Age Assurance for UK Online Safety Act Compliance | Incode](/content/blog/age-assurance-for-uk-online-safety-act-compliance/index.html) (1,552 words) - [Digit-Free Cards: The Latest Move to Combat Identity Fraud in Banking | Incode](/content/blog/digit-free-cards-the-latest-move-to-combat-identity-fraud-in-banking.html) (595 words) - [Age Verification in the Era of On-Demand Delivery | Incode](/content/blog/age-verification-in-the-era-of-on-demand-delivery/index.html) (1,503 words) - [Bitso se asocia con Incode para asegurar las finanzas digitales en toda LATAM | Incode](/content/es/blog/bitso-partners-with-incode-to-secure-digital-finance-across-latam.html): Bitso se asocia con Incode como su socio estratégico de infraestructura de identidad en toda LATAM para verificar usuarios en México, Argentina, Colombia y Brasil utilizando biometría avanzada. (725 words) - [Biometrics and the Looming Quantum Threat | Incode](/content/blog/biometrics-and-the-looming-quantum-threat/index.html) (915 words) - [Un año en la primera línea del fraude Deepfake: Lo que estamos aportando al dinero 20/20 | Incode](/content/es/blog/a-year-on-the-front-line-of-deepfake-fraud-what-were-bringing-to-money-20-20.html): El fraude Deepfake se volvió industrial en 2025. Únete a Incode en Money 20/20 Europe el 4 de junio en Amsterdam para escuchar lo que un año en primera línea realmente enseñó a los bancos. (1,085 words) - [Awards](/content/es/awards/index.html): Incode reinvents identity verification with AI-powered technology. Trusted by 600+ global professionals across 25+ nationalities to eliminate fraud. (784 words) - [frenar el fraude de adquisición de cuentas y preservar la privacidad: asista a nuestro webcast en vivo | Incode](/content/es/blog/cyberrisk-alliance/index.html) (333 words) - [El futuro del trabajo remoto: la adopción de la verificación biométrica para empleados remotos y la Gig Economy | Incode](/content/es/blog/biometrics-for-remote-workers/index.html) (902 words) - [Case Management | Incode](/content/platform/case-management/index.html): Streamline manual reviews, enhance teamwork, and ensure full traceability with Incode's audit-ready case management platform. (341 words) - [Biometrics for Remote Workers: Securing the Modern Workforce | Incode](/content/blog/biometrics-for-remote-workers/index.html) (773 words) - [Diamond Capture and Incode Awarded $37.4M Contract to Support Login.gov | Incode](/content/blog/diamond-capture-incode-login-gov-contract/index.html) (440 words) - [Banco Dondé se asocia con Incode para impulsar la inclusión digital en México | Incode](/content/es/blog/banco-donde-partners-with-incode-to-drive-digital-inclusion-in-mexico.html) (1,097 words) - [Biometric Boarding: How Airports Are Using Facial Recognition | Incode](/content/blog/biometric-boarding/index.html) (1,047 words) - [Más allá de la biometría: cómo la tecnología de reconocimiento facial está revolucionando la seguridad y la personalización | Incode](/content/es/blog/beyond-biometrics-how-facial-recognition-technology-is-revolutionizing-security-and-personalization.html) (872 words) - [Contact Us | Incode](/content/contact-us/index.html): Get in touch with Incode for sales inquiries, customer support, or general questions. Partner with us to create identity verification solutions. (214 words) - [Anti-Money Laundering (AML) vs. Know Your Customer (KYC): Differences & Similarities | Incode](/content/blog/anti-money-laundering-aml-vs-know-your-customer-kyc-differences-similarities.html) (1,092 words) - [Bitso Partners with Incode to Secure Digital Finance Across LATAM | Incode](/content/blog/bitso-partners-with-incode-to-secure-digital-finance-across-latam.html): Bitso partners with Incode as its strategic identity infrastructure partner across LATAM to verify users in Mexico, Argentina, Colombia, and Brazil using advanced biometrics. (670 words) - [Verificación de edad Vs. Age Gating: Cómo proteger a los menores en línea | Incode](/content/es/blog/age-verification-age-gating/index.html) (1,444 words) - [Closing the Trust Gap: Frost & Sullivan/Incode September 28 Webinar and Executive Brief | Incode](/content/blog/closing-the-trust-gap-frost-sullivan-incode-september-28-webinar-and-executive-brief.html) (338 words) - [Cerrando la brecha de confianza: Frost & Sullivan/Incode 28 de septiembre Seminario web y resumen ejecutivo | Incode](/content/es/blog/closing-the-trust-gap-frost-sullivan-incode-september-28-webinar-and-executive-brief.html) (347 words) - [Digital ID Verification](/content/es/use-cases/digital-id-verification/index.html): Boost conversion and speed up onboarding by expanding your coverage beyond physical IDs. From mobile driver’s licenses to ePassports, give users the option for a faster and more seamless verification experience. (693 words) - [Face Age Estimation](/content/es/face-age-estimation/index.html) (1,370 words) - [10 puntos clave de la historia de un fundador con el CEO de Incode, Ricardo Amper | Incode](/content/es/blog/10-takeaways-from-a-founders-story-with-incode-ceo-ricardo-amper.html) (1,604 words) - [Curbing Account Takeover Fraud and Preserving Privacy: Attend Our Live Webcast | Incode](/content/blog/cyberrisk-alliance/index.html) (267 words) - [Beyond Biometrics: How Facial Recognition Technology is Revolutionizing Security and Personalization | Incode](/content/blog/beyond-biometrics-how-facial-recognition-technology-is-revolutionizing-security-and-personalization.html) (792 words) - [Age Assurance Explained: Verification, Estimation, Segmentation, and Gating | Incode](/content/blog/age-assurance-explained-verification-estimation-segmentation-and-gating.html) (1,166 words) - [1 de cada 3 solicitudes universitarias son falsas: cómo la verificación de identidad detiene el fraude de FAFSA | Incode](/content/es/blog/1-in-3-college-applications-are-fake-how-identity-verification-stops-fafsa-fraud.html) (1,072 words) - [7 tendencias de Deepfake para ver en 2025 | Incode](/content/es/blog/7-deepfake-trends-to-watch-in-2025/index.html) (943 words) - [10 perspectivas sobre el fraude profundo y la seguridad de la identidad de Money 20/20 Europa | Incode](/content/es/blog/10-insights-on-deepfake-fraud-and-identity-security-from-money-20-20-europe.html): Perspectivas de fraude y seguridad de identidad de Deepfake de Money 20/20 Europa 2026, que cubren la defensa en capas, las brechas de recuperación de cuentas, la IA agentic y lo que los bancos deben hacer ahora. (1,082 words) - [Age Verification Vs. Age Gating : How to Protect Minors Online | Incode](/content/blog/age-verification-age-gating/index.html) (1,162 words) - [14 Days Proof Of Concept Agreement](/content/es/14-days-proof-of-concept-agreement/index.html) (2,277 words) - [AI-Powered Romance Scams: Incode’s CEO Ricardo Amper on AARP’s The Perfect Scam | Incode](/content/blog/ai-powered-romance-scams-incodes-ceo-ricardo-amper-on-aarps-podcast.html): Incode's CEO Ricardo Amper joins AARP's The Perfect Scam to break down how AI-powered romance scams work and what businesses can do to stop them. (675 words) - [Una década de confianza: Incode celebra 10 años de innovación | Incode](/content/es/blog/a-decade-of-trust-incode-celebrates-10-years-of-innovation.html) (844 words) - [Un enfoque multifacético para la lucha contra el lavado de dinero | Incode](/content/es/blog/a-multi-faceted-approach-to-anti-money-laundering/index.html) (1,221 words) - [Beyond IAM: 3 Identity Risks Most IAM Platforms Miss | Incode](/content/blog/beyond-iam-3-identity-risks-most-iam-platforms-miss.html) (720 words) - [Cyberrisk Alliance | Incode](/content/blog/cyberrisk-alliance-5aac3/index.html) (52 words) - [Banco Dondé Partners with Incode to Drive Digital Inclusion in Mexico | Incode](/content/blog/banco-donde-partners-with-incode-to-drive-digital-inclusion-in-mexico.html) (914 words) - [Alianza de Riesgo Cibernético | Incode](/content/es/blog/cyberrisk-alliance-5aac3/index.html) (47 words) - [Anatomy of a Modern Candidate Fraud Attempt | Incode](/content/blog/anatomy-of-a-modern-candidate-fraud-attempt/index.html) (985 words) - [Age Assurance](/content/es/use-cases/age-assurance/index.html) (723 words) - [Liveness Detection | Incode](/content/technology/liveness-detection/index.html): Stop deepfakes and spoofing attacks with Incode's advanced liveness detection. Verify real people instantly with zero friction. 0% false positives. (1,204 words) - [Mejores prácticas al orquestar flujos de trabajo de verificación de identidad que equilibran la seguridad y la fricción | Incode](/content/es/blog/best-practices-when-orchestrating-identity-verification-workflows-that-balance-security-and-friction.html) (504 words) - [Network | Incode](/content/technology/network/index.html): Verify customers in seconds with secure, reusable digital identity. Reduce fraud, cut costs, and streamline onboarding with biometric verification. (889 words) - [1 in 3 College Applications Are Fake: How Identity Verification Stops FAFSA Fraud | Incode](/content/blog/1-in-3-college-applications-are-fake-how-identity-verification-stops-fafsa-fraud.html) (871 words) - [Deepsight: Deepfake Detection & Liveness AI | Incode](/content/platform/deepsight/index.html): Incode Deepsight blocks deepfakes, AI impersonation, and camera injections with 68x better accuracy. Validated by Purdue University as the top system. (578 words) - [Partner Program](/content/es/lp/partner-program/index.html) (596 words) - [Best Practices When Orchestrating Identity Verification Workflows That Balance Security and Friction | Incode](/content/blog/best-practices-when-orchestrating-identity-verification-workflows.html) (431 words) - [Cumplir sin fricción ni suspender millones de líneas](/content/es/abm-lp/opt-in-telco-agenda-una-demo/index.html) (136 words) - [Manifesto](/content/es/privacy/manifesto/index.html) (1,190 words) - [10 Takeaways From a Founder’s Story with Incode CEO Ricardo Amper | Incode](/content/blog/10-takeaways-from-a-founders-story-with-incode-ceo-ricardo-amper.html) (1,410 words) - [A multi-faceted approach to Anti-Money Laundering | Incode](/content/blog/a-multi-faceted-approach-to-anti-money-laundering/index.html) (921 words) - [7 Deepfake Trends to Watch in 2025 | Incode](/content/blog/7-deepfake-trends-to-watch-in-2025/index.html) (741 words) - [Manifesto](/content/privacy/manifesto/index.html) (1,206 words) - [10 Insights on Deepfake Fraud and Identity Security From Money 20/20 Europe | Incode](/content/blog/10-insights-on-deepfake-fraud-and-identity-security-from-money-20-20-europe.html): Deepfake fraud and identity security insights from Money 20/20 Europe 2026, covering layered defense, account recovery gaps, agentic AI, and what banks must do now. (897 words) - [Una guía para “el robo criptográfico más grande de la historia” | Incode](/content/es/blog/a-guide-to-the-largest-crypto-heist-in-history/index.html) (632 words) - [Partners & Integrations](/content/es/partners-integrations/index.html) (1,109 words) - [Deal Registration Incentive](/content/es/deal-registration-incentive/index.html) (41 words) - [Deal Registration Incentive](/content/deal-registration-incentive/index.html) (128 words) - [A Decade of Trust: Incode Celebrates 10 Years of Innovation | Incode](/content/blog/a-decade-of-trust-incode-celebrates-10-years-of-innovation.html) (746 words) - [The FRAML revolution](/content/es/abm-lp/opt-in-the-framl-revolution/index.html) (217 words) - [CBA Live 2026](/content/es/cba-live-2026/index.html) (73 words) - [Face Age Estimation](/content/face-age-estimation/index.html) (1,296 words) - [25 millones de dólares robados usando Deepfakes en Hong Kong: la tecnología de vida pasiva de Incode, un escudo contra el fraude avanzado | Incode](/content/es/blog/25-million-deepfake-fraud-hong-kong/index.html) (810 words) - [¿Cómo puede proteger a los usuarios de su organización en 2023? | Incode](/content/es/blog/2023-conquering-identity-threats/index.html) (629 words) - [When the risk lives inside the accounts](/content/es/abm-lp/opt-in-crypto-mule-as-a-service/index.html) (149 words) - [14 Days Proof Of Concept Agreement](/content/14-days-proof-of-concept-agreement/index.html) (2,341 words) - [AI Document Verification & Fraud Detection | Incode](/content/technology/document-verification/index.html): Prevent fraud, boost conversion and ensure compliance, with AI-driven document verification. Built for global coverage, smart capture, and full configurability. (893 words) - [Face Age Estimation & Biometric Authentication | Incode](/content/es/use-cases/face-age-estimation/index.html): In-house technology delivering highly accurate, unbiased across demographics, and privacy-preserving age assurance. (706 words) - [$25 Million Stolen Using Deepfakes in Hong Kong: Incode’s Passive Liveness Technology, Shield Against Advanced Fraud | Incode](/content/blog/25-million-deepfake-fraud-hong-kong/index.html) (674 words) - [A Guide to “the Largest Crypto Heist in History” | Incode](/content/blog/a-guide-to-the-largest-crypto-heist-in-history/index.html) (558 words) - [Integrations](/content/es/lp/integrations/index.html) (851 words) - [How Can You Protect Your Organization’s Users in 2023? | Incode](/content/blog/2023-conquering-identity-threats/index.html) (542 words) - [Get Started](/content/es/privacy/get-started/index.html): Request a demo to see how Incode's privacy-first architecture reduces customer data exposure across identity verification and fraud prevention workflows. (193 words) - [¿Está tu operación preparada para vincular millones de líneas sin fricción ni suspensiones?](/content/es/abm-lp/opt-in-ebook-marco-regulatorio-en-telecomunicaciones-en-mexico.html) (155 words) - [Is your cybersecurity strategy ready to compete in LATAM?](/content/es/abm-lp/opt-in-is-your-cybersecurity-strategy-ready-to-compete-in-latam.html) (152 words) - [Are bonuses driving growth, or quietly funding fraud?](/content/es/abm-lp/opt-in-are-bonuses-driving-growth-or-quietly-funding-fraud.html) (153 words) - [CBA Live 2026](/content/cba-live-2026/index.html) (26 words) - [OCR | Incode](/content/technology/ocr/index.html): Incode's in-house OCR extracts data from 4,900+ global identity documents with superior accuracy. ML-powered technology for fraud detection. (830 words) - [Protege tu onboarding. Reduce fraude. Aumenta conversiones.](/content/es/abm-lp/opt-in-finance-agenda-una-demo/index.html) (121 words) - [AI-Powered Fraud Detection & Risk Prevention | Incode](/content/platform/risk-ai/index.html): Risk AI Agent AI-powered fraud decisions that see the whole picture Risk AI Agent moves beyond isolated scoring by using adaptive ML to evaluate signals holistically, reducing manual overhead and delivering smarter, context-aware decisions. Get started Industry leaders trust Incode with their AI fraud prevention Smarter fraud prevention Holistic intelligence, better outcomes Reduce your operational (597 words) - [On device age estimation](/content/es/use-cases/on-device-age-estimation/index.html) (592 words) - [Partners & Integrations](/content/partners-integrations/index.html) (690 words) - [securing-the-hiring-process-against-deepfakes-and-identity-fraud/](/content/securing-the-hiring-process-against-deepfakes-and-identity-fraud.html) (318 words) - [Advanced analytics | Incode](/content/platform/advanced-analytics/index.html): Optimize verification flows with real-time fraud monitoring, conversion insights, and unified analytics across all platforms. (267 words) - [On device age estimation](/content/use-cases/on-device-age-estimation/index.html) (531 words) - [Privacy](/content/es/privacy/index.html): Explore Incode's privacy-first architecture: AI-first identity verification, on-device biometric processing, and fraud collaboration without exposing customer data. (502 words) - [Ghost identities: a new identity fraud risk for fintech and digital banking](/content/es/abm-lp/opt-in-ghost-identities/index.html) (144 words) - [Is your iGaming platform ready for today’s AML scrutiny?](/content/es/abm-lp/opt-in-page-is-your-igaming-platform-ready/index.html) (148 words) - [Can your identity checks spot a deepfake in real time](/content/es/abm-lp/opt-in-can-your-identity-checks-spot-a-deepfake-in-real-time.html) (107 words) - [Money 2020 —2026](/content/register/money-2020-2026/index.html): Join Incode at Money20/20 Europe 2026 in Amsterdam to discover AI-powered identity verification, fraud prevention, and customer onboarding solutions built for secure, compliant fintech growth. (211 words) - [Case Management | Incode](/content/es/platform/case-management/index.html): Streamline manual reviews, enhance teamwork, and ensure full traceability with Incode's audit-ready case management platform. (255 words) - [¿Está tu plataforma lista para la nueva era de verificación de edad?](/content/es/abm-lp/opt-in-online-gaming-1-verificacion-de-edad/index.html) (173 words) - [El Fraude Nunca Duerme: Protege Tu Banco en Tiempo Real](/content/es/landing-page-es-banking/index.html) (400 words) - [The Problem](/content/es/lp/the-problem/index.html) (316 words) - [Privacy](/content/privacy/index.html): Explore Incode's privacy-first architecture: AI-first identity verification, on-device biometric processing, and fraud collaboration without exposing customer data. (417 words) - [Age Assurance](/content/use-cases/age-assurance/index.html) (722 words) - [Is your platform ready for the post age gate era?](/content/es/abm-lp/opt-in-online-gaming-age-asurance/index.html) (163 words) - [Face Recognition & Biometric Authentication | Incode](/content/technology/face-recognition/index.html): Advanced facial recognition technology with NIST-certified accuracy. Fast, fair, and secure biometric verification in 20ms. Trusted by industry leaders. (564 words) - [Case Studies](/content/case-studies/index.html): Explore Incode's customers Case Studies (130 words) - [Incode Webinars | Identity Verification, Fraud Prevention & Cybersecurity](/content/webinars/index.html): Join Incode's expert webinars on identity verification, fraud prevention, and cybersecurity. Watch live sessions and on-demand video content. (161 words) - [Unlock Growth](/content/es/unlock-growth/index.html) (498 words) - [Workforce Identity & MFA Solutions | Incode](/content/workforce/index.html): Protect your workforce from deepfakes, social engineering, and AI-generated fraud with identity verification across the entire employee lifecycle. (1,043 words) - [Identity Solutions by Industry | Incode Technologies](/content/industries/index.html): AI-powered identity verification for financial services, healthcare, gaming, e-commerce, and more. Fight fraud, meet compliance, and build trust. (235 words) - [Careers | Incode](/content/careers/index.html): Join Incode and help create a fraud-free world. Build the future of digital trust with world-class talent across global offices. (575 words) - [Independent Adversarial Penetration Testing Report](/content/pentest-socialproof/index.html): Incode’s Identity Verification system was independently tested by the cybersecurity firm SocialProof Security using real-world attacks like deepfakes, injected media, and AI-generated documents. (180 words) - [Unlock Growth](/content/unlock-growth/index.html) (481 words) - [securing-the-hiring-process-against-deepfakes-and-identity-fraud/](/content/es/securing-the-hiring-process-against-deepfakes-and-identity-fraud.html) (273 words) - [Get Started](/content/privacy/get-started/index.html): Request a demo to see how Incode's privacy-first architecture reduces customer data exposure across identity verification and fraud prevention workflows. (160 words) - [AI Candidate & Face Verification Software | Incode](/content/use-cases/candidate-verification/index.html): Stop candidate fraud and AI-generated applicants with real-time biometric verification. Protect your recruiting process from deepfakes and identity fraud. (944 words) - [Age Verification for Adult Content Websites: Laws, Methods, and Solutions | Incode](/content/blog/age-verification-for-adult-content-websites/index.html) (1,755 words) - [Partner Integration Request](/content/partner-integration-request/index.html) (88 words) - [E-commerce & Marketplace Identity Verification | Incode](/content/industries/ecommerce-marketplaces/index.html): AI-powered identity verification for e-commerce platforms. Stop fraud, verify buyers and sellers, ensure compliance, and boost conversions with Incode. (686 words) - [Case Studies](/content/es/case-studies/index.html): Explore Incode's customers Case Studies (139 words) - [AI-Powered Identity Verification for Public Sector | Incode](/content/industries/public-sector/index.html): AI-powered biometric identity verification for government agencies. Protect public funds, detect deepfakes, and modernize digital services securely. (564 words) - [Why Traditional Fraud Prevention Fails](/content/es/fraud-adaptation/index.html) (219 words) - [Social Media Identity Verification | Incode](/content/industries/social-media/index.html): AI-powered identity verification for social media platforms. Stop bots, fake accounts, and deepfakes while ensuring compliance and seamless user experience. (592 words) - [AI Identity Verification for Online Gaming | Incode](/content/industries/online-gaming/index.html): Protect your gaming platform with AI-powered identity verification. Stop fraud, ensure compliance, and enable frictionless onboarding for players. (703 words) - [Independent Adversarial Penetration Testing Report](/content/es/pentest-socialproof/index.html): Incode’s Identity Verification system was independently tested by the cybersecurity firm SocialProof Security using real-world attacks like deepfakes, injected media, and AI-generated documents. (68 words) - [Incode Webinars | Identity Verification, Fraud Prevention & Cybersecurity](/content/es/webinars/index.html): Join Incode's expert webinars on identity verification, fraud prevention, and cybersecurity. Watch live sessions and on-demand video content. (179 words) - [Designed for teams focused on growth and control](/content/es/lp/op-in-designed-for-teams/index.html) (36 words) - [Resources](/content/resources/index.html): Explore Incode's blog for expert insights on identity verification, deepfakes, fraud protection, and digital trust. Latest cybersecurity trends and analysis. (85 words) - [Sky-high connections with Incode + Equifax](/content/es/sky-high-connections-with-incode-equifax/index.html) (11 words) - [OCR | Incode](/content/es/technology/ocr/index.html): Incode's in-house OCR extracts data from 4,900+ global identity documents with superior accuracy. ML-powered technology for fraud detection. (1,064 words) - [Partner Integration Request](/content/es/partner-integration-request/index.html) (90 words) - [Deepfake Detection | Incode](/content/es/technology/deepfake-detection/index.html): Secure your business against AI-generated deepfakes with advanced identity verification technology. Multi-layered defenses stop fraud before it impacts you. (639 words) - [Top 5 Cases of AI Deepfake Fraud From 2024 Exposed | Incode](/content/blog/top-5-cases-of-ai-deepfake-fraud-from-2024-exposed/index.html) (783 words) - [Workflow Builder | Incode](/content/platform/workflow-builder/index.html): Streamline customer verification at speed. Design, create and customize adaptive user journeys through a visual interface, without a single line of code. (380 words) - [Face Age Estimation & Biometric Authentication | Incode](/content/use-cases/face-age-estimation/index.html): In-house technology delivering highly accurate, unbiased across demographics, and privacy-preserving age assurance. (518 words) - [Affiliates Registration](/content/es/register/affiliates/index.html) (578 words) - [Sky-high connections with Incode + Equifax](/content/sky-high-connections-with-incode-equifax/index.html) (7 words) - [Why Traditional Fraud Prevention Fails](/content/fraud-adaptation/index.html) (219 words) - [KYC & Identity Verification for Finance | Incode](/content/industries/financial-services/index.html): AI-powered identity verification for financial services. Stop deepfakes, ensure KYC/AML compliance, and accelerate onboarding with 99% fraud reduction. (526 words) - [Referral](/content/referral/index.html) (57 words) - [Careers | Incode](/content/es/careers/index.html): Join Incode and help create a fraud-free world. Build the future of digital trust with world-class talent across global offices. (536 words) - [AI Identity Verification for Online Gambling | Incode](/content/industries/gambling/index.html): Stop fraud, ensure KYC/AML compliance, and protect players with AI-powered identity verification for online gambling platforms. Up to 99% fraud reduction. (549 words) - [KYC Verification & AML Compliance Software | Incode](/content/use-cases/kyc-aml/index.html): Ensure KYC/AML compliance with AI-powered verification. 4-second average verification, 98% first-try validation. Automate CIP, CDD, and EDD flows. (785 words) - [Incode launches Deepsight to detect deepfake video calls | Incode](/content/press/identity-verification-startup-incode-launches-deepsight-to-detect-deepfake-video-calls.html) (806 words) - [Identity Verification Software & Services | Incode](/content/technology/identity-verification/index.html): Protect your business with Incode's AI-powered identity verification platform. Advanced deepfake detection, facial recognition, and automated IDV. (807 words) - [Resources](/content/es/resources/index.html): Explore Incode's blog for expert insights on identity verification, deepfakes, fraud protection, and digital trust. Latest cybersecurity trends and analysis. (92 words) - [Compliance: Without Complexity](/content/compliance-without-complexity/index.html) (175 words) - [Beyond the Selfie — Identity That Performs at Smartphone Speed](/content/es/abm-lp/landing-page-fintech/index.html) (390 words) - [Use Cases | Identity Verification & Fraud Prevention | Incode](/content/use-cases/index.html): Incode enables critical use cases across the customer journey, helping businesses to stop fraud, maximize conversions, achieve compliance, and scale growth. (188 words) - [Stay Ahead of iGaming Fraud with Incode’s AI-Powered Identity Verification](/content/es/abm-lp/landing-page-betsson-group/index.html) (274 words) - [Network | Incode](/content/es/technology/network/index.html): Verify customers in seconds with secure, reusable digital identity. Reduce fraud, cut costs, and streamline onboarding with biometric verification. (736 words) - [Workflow Builder | Incode](/content/es/platform/workflow-builder/index.html): Streamline customer verification at speed. Design, create and customize adaptive user journeys through a visual interface, without a single line of code. (515 words) - [Compliance: Without Complexity](/content/es/compliance-without-complexity/index.html) (175 words) - [Contact Us | Incode](/content/es/contact-us/index.html): Get in touch with Incode for sales inquiries, customer support, or general questions. Partner with us to create identity verification solutions. (248 words) - [AI Document Verification & Fraud Detection | Incode](/content/es/technology/document-verification/index.html): Prevent fraud, boost conversion and ensure compliance, with AI-driven document verification. Built for global coverage, smart capture, and full configurability. (685 words) - [Está tu estrategia de ciberseguridad lista para competir en LATAM](/content/es/abm-lp/opt-in-esta-tu-estrategia-de-ciberseguridad-lista-para-competir-en-latam.html) (163 words) - [Identity Verification Software & Services | Incode](/content/es/technology/identity-verification/index.html): Protect your business with Incode's AI-powered identity verification platform. Advanced deepfake detection, facial recognition, and automated IDV. (774 words) - [Are the identity fraud patterns hitting US and Europe already evolving elsewhere?](/content/es/abm-lp/opt-in-are-the-identity-fraud-patterns-hitting-us-and-europe-already-evolving-elsewhere.html) (133 words) - [Workforce Identity & MFA Solutions | Incode](/content/es/workforce/index.html): Protect your workforce from deepfakes, social engineering, and AI-generated fraud with identity verification across the entire employee lifecycle. (557 words) - [Experian Partners with Incode to Strengthen Global Fraud Prevention | Incode](/content/blog/experian-partners-with-incode-to-strengthen-global-fraud-prevention.html) (855 words) - [El Fraude Nunca Duerme: Protege Tu Banco en Tiempo Real](/content/landing-page-es-banking/index.html) (403 words) - [Deepfake Detection | Incode](/content/technology/deepfake-detection/index.html): Secure your business against AI-generated deepfakes with advanced identity verification technology. Multi-layered defenses stop fraud before it impacts you. (742 words) - [Test Check Form](/content/es/abm-lp/test-check-form/index.html) (188 words) - [AI Candidate & Face Verification Software | Incode](/content/es/use-cases/candidate-verification/index.html): Stop candidate fraud and AI-generated applicants with real-time biometric verification. Protect your recruiting process from deepfakes and identity fraud. (578 words) - [Más Allá del Selfie — Verificación de Identidad que Impulsa el Crecimiento Global de las Fintech](/content/es/abm-lp/landing-page-es-fintech/index.html) (462 words) - [Fraud Never Sleeps – Modern IDV for Banks](/content/es/abm-lp/landing-page-banking/index.html) (335 words) - [AI-Powered Face & Agentic Identity Verification | Incode](/content/use-cases/agentic-identity/index.html): Securely identify and continuously monitor autonomous AI systems to prevent fraud, ensure compliance, and build trust in the agentic web. (648 words) - [Why Incode | Trusted Identity Verification Leader](/content/why-incode/index.html): Discover why global banks, governments, and tech leaders choose Incode. 4.1B+ identity checks, superior AI, and >99.99% reliability for fraud prevention. (759 words) - [AI-Powered Identity Verification for Healthcare | Incode](/content/industries/healthcare/index.html): AI-powered identity verification for healthcare. Protect patient data, ensure HIPAA compliance, prevent fraud, and deliver seamless access to care. (539 words) - [Incode](/content/case-studies/citibanamex-harnesses-the-power-of-the-incode-omni-orchestration-platform-to-drive-digitalization-of-the-banking-sector-in-mexico.html) (913 words) - [Incoders Registration](/content/register/incoders/index.html) (23 words) - [Demo | Incode](/content/demo/index.html): Verify users safely with AI-powered identity verification. Cut fraud losses, adapt to emerging threats, and future-proof your stack with Incode's platform. (152 words) - [How SoFi Can Eliminate Identity Fraud Without Compromising Growth](/content/es/abm-lp/landing-page-sofi/index.html) (310 words) - [Digital ID Verification](/content/use-cases/digital-id-verification/index.html): Boost conversion and speed up onboarding by expanding your coverage beyond physical IDs. From mobile driver’s licenses to ePassports, give users the option for a faster and more seamless verification experience. (715 words) - [A Smarter Identity Strategy for Secure and Scalable Banking](/content/es/abm-lp/opt-in-page-citizens-bank/index.html) (255 words) - [Incoders Registration](/content/es/register/incoders/index.html) (23 words) - [Ambassador Registration](/content/register/ambassadors/index.html) (23 words) - [Incode Joins OpenAge with a Board Role to Shape the Future of Age Assurance | Incode](/content/blog/incode-openage-age-assurance/index.html): Incode joins the OpenAge Initiative alongside leading identity providers to accelerate interoperable, privacy-preserving age assurance with reusable AgeKey credentials that help platforms meet global standards and protect user privacy. (618 words) - [Pato Review](/content/es/abm-lp/pato-review/index.html) (145 words) - [Ambassador Registration](/content/es/register/ambassadors/index.html) (23 words) - [Referral](/content/es/referral/index.html) (9 words) - [Real Identities, Wrong Person: Why Identity Verification Is Failing](/content/webinars/real-identities-wrong-person-why-identity-verification-is-failing.html): Identity verification is failing in the age of AI fraud. Learn how deepfakes, injection attacks, and source-of-truth verification are reshaping identity assurance in 2026. (545 words) - [Blog | Incode](/content/es/blog/index.html): Explore Incode's blog for expert insights on identity verification, deepfakes, fraud protection, and digital trust. Latest cybersecurity trends and analysis. (10,788 words) - [KYB | Incode](/content/es/use-cases/know-your-business/index.html): Automate business identity verification with AI-driven KYB. Verify UBOs, screen watchlists, ensure compliance in seconds. Reduce fraud, accelerate onboarding. (2,778 words) - [Blog | Incode](/content/blog/index.html): Explore Incode's blog for expert insights on identity verification, deepfakes, fraud protection, and digital trust. Latest cybersecurity trends and analysis. (9,057 words) - [KYB | Incode](/content/use-cases/know-your-business/index.html): Automate business identity verification with AI-driven KYB. Verify UBOs, screen watchlists, ensure compliance in seconds. Reduce fraud, accelerate onboarding. (2,511 words) ## About Pages - [Incode: AI-Powered Identity Verification Company](/content/es/about/index.html): Incode reinvents identity verification with AI-powered technology. Trusted by 600+ global professionals across 25+ nationalities to eliminate fraud. (782 words) - [Incode: AI-Powered Identity Verification Company](/content/about/index.html): Incode reinvents identity verification with AI-powered technology. Trusted by 600+ global professionals across 25+ nationalities to eliminate fraud. (585 words) ## Resources - [Full Page Index](/index.html): Browse all cached pages with rich metadata - [About This Cache](/content/about.html): Methodology, technical details, and usage guidelines - [XML Sitemap](/sitemap.xml): Machine-readable sitemap for crawler discovery - [Robots.txt](/robots.txt): Crawler directives