# Jumio Documentation > Jumio Documentation — REST APIs, SDKs, and integration guides for identity verification, credentials, and risk signals. ## QuickStart - [QuickStart](https://documentation.jumio.ai/docs/quickStart/): This introductory guide provides a high-level overview of Jumio’s end-to-end identity verification platform, designed to help you quickly and securely onboard… - [ID + Selfie Verification](https://documentation.jumio.ai/docs/quickStart/ID_SelfieVerification): Follow these steps to authenticate, create or update account, launch identity verification workflows, and handle the response. - [selfie.DONE](https://documentation.jumio.ai/docs/quickStart/selfieDone): selfie.DONE is an innovative and user-friendly verification method that significantly reduces friction in the ID verification process for trusted users.… - [Doc Proof](https://documentation.jumio.ai/docs/quickStart/docProof): This guide outlines the essential steps to integrate Jumio's Doc Proof, utilizing OAuth 2.0 authentication and the Jumio-hosted user experience (Web or SDK).… - [Authentication](https://documentation.jumio.ai/docs/quickStart/authentication): Prerequisites - [Standalone Risk Signal](https://documentation.jumio.ai/docs/quickStart/standaloneRiskSignal): In many workflows, you may need to provide or enhance the data. This typically includes information to activate risk signals (such as phone or email) and may… - [Fastfill + Existing Credentials Verification](https://documentation.jumio.ai/docs/quickStart/fastFill): Fastfill enables customers to capture and extract ID data quickly and pre-fill user information (first name, last name, date of birth, etc.) without running… ## Integration - [Introduction](https://documentation.jumio.ai/docs/developer-resources/API/Integration_Intro): This guide outlines the essential steps and best practices for integrating with the Jumio Platform. It begins with key integration prerequisites, followed by… - [Integration Prerequisites](https://documentation.jumio.ai/docs/developer-resources/API/integration-prerequisites): Prerequisites for integrating with the Jumio platform, including workflow keys, OAuth2 activation, platform configuration, and supported TLS cipher suites. - [Authenticate](https://documentation.jumio.ai/docs/developer-resources/integration): Learn how to authenticate and integrate with the Jumio Platform using OAuth2 bearer tokens, APIs, SDKs, callbacks, and workflow transactions. - [Authorization](https://documentation.jumio.ai/docs/developer-resources/API/authorization): Learn how to authorize Jumio REST API requests using OAuth 2.0 bearer tokens, including access token generation, security best practices, and regional OAuth… - [Callback Integration](https://documentation.jumio.ai/docs/developer-resources/callback): How to configure and use callbacks in Jumio, including setup, best practices, IP allowlists, and callback payload details. - [View or Retrieve Workflow Transactions](https://documentation.jumio.ai/docs/developer-resources/retrieval): Learn how to view or retrieve workflow transactions, decisions, risk scores, and credentials via Jumio APIs. - [Delete Credentials](https://documentation.jumio.ai/docs/developer-resources/API/CreateUpdateAccounts/deleting-credentials): You can delete the credentials associated with an account, or a specific transaction. The transaction metadata and decision will not be deleted. - [Test with the Mock Service](https://documentation.jumio.ai/docs/developer-resources/API/test-with-the-mock-service): Jumio provides a mock service you can use to generate specific transaction outcomes. This is useful for testing any decision logic you have developed to… - [Business Logic Guidelines](https://documentation.jumio.ai/docs/developer-resources/businessLogicGuide): Handling workflow results effectively is essential to ensure a smooth and secure identity verification process. In Jumio, workflow results provide valuable… ## Create Transaction - [Create Transaction](https://documentation.jumio.ai/docs/developer-resources/API/create-transaction): Transaction represents a single instance of a workflow execution (e.g. identity verification) tied to an account. To initiate a transaction, specify the… - [Create, Update, or Link Accounts](https://documentation.jumio.ai/docs/developer-resources/API/CreateUpdateAccounts/creating-and-updating-accounts): Learn how to create, update, or link accounts in Jumio, configure workflow definitions, manage credentials, and handle account responses via the API. - [Use Existing Credentials](https://documentation.jumio.ai/docs/developer-resources/API/CreateUpdateAccounts/using-existing-credential): Learn how to reuse ID, Selfie, and FACEMAP credentials in Jumio, including consent requirements, workflow setup, multi-credential support, and API… ## Credential Acquisition - [Credential Acquisition](https://documentation.jumio.ai/docs/developer-resources/API/credential-acquisition): Your end users must upload the required credentials and trigger the workflow that evaluates the credentials. Jumio refers to this process as the "customer… - [Upload Supporting Data](https://documentation.jumio.ai/docs/developer-resources/API/uploadingSupportData): Learn how to upload supporting data in Jumio workflows to enhance fraud detection and identity verification, including examples, types, and workflow execution. - [Batch Transactions - Jumio](https://documentation.jumio.ai/docs/developer-resources/batch/batch-transactions): Learn how to upload multiple identity verification transactions in batches using SFTP, CSV files, and UUID folders. Includes OAuth2 credentials setup, SSH key… ## End-User Consent - [End-User Consent](https://documentation.jumio.ai/docs/developer-resources/API/end-user-consent): Learn how to collect, submit, and retrieve end-user consent when uploading ID documents and biometric data using Jumio APIs, SDKs, or Web Client integrations. - [Direct Consent Requirements](https://documentation.jumio.ai/docs/developer-resources/API/direct-consent-requirements): If you are utilizing the API or Custom UI SDK for data acquisition, Jumio requires you to incorporate specific language, collect consent on behalf of Jumio,… ## Best Practices - [Best Practices](https://documentation.jumio.ai/docs/developer-resources/bestPractices/Overview_bestPractices): - Use the Health Check API regularly to ensure Jumio services are operational before initiating transactions. - [Health Check](https://documentation.jumio.ai/docs/developer-resources/bestPractices/health-check): Use this API to check the status of the Jumio services. - [Provide Feedback](https://documentation.jumio.ai/docs/developer-resources/bestPractices/provide-feedback): After Jumio has processed a transaction, you can provide feedback on the decision automatically assigned by the workflow. If you believe a decision requires… - [Rate Limits](https://documentation.jumio.ai/docs/developer-resources/API/CreateUpdateAccounts/rate-limits): Rate limits apply to a tenant. These API requests are governed by rate limits that protect the stability and performance of the system. The following are: ## API Endpoints - [API Endpoints](https://documentation.jumio.ai/docs/developer-resources/API/): Overview of Jumio REST API endpoints including Account, Credentials, Retrieval, and Status APIs for integration and identity verification workflows. - [Account API](https://documentation.jumio.ai/developer-resources/api/account): Account API reference — create, update, and manage end-user accounts. - [Credentials API](https://documentation.jumio.ai/developer-resources/api/credentials): Credentials API reference — manage credential references attached to accounts. - [Retrieval API](https://documentation.jumio.ai/developer-resources/api/retrieval): Retrieval API reference — fetch transaction results and supporting data. - [Status Endpoint](https://documentation.jumio.ai/developer-resources/api/status-endpoint): Status endpoint reference — health and availability checks. - [Aggregate API](https://documentation.jumio.ai/developer-resources/api/aggregateAPI): Aggregate API reference — combined orchestration endpoints. ## SDK Reference - [SDK Reference](https://documentation.jumio.ai/docs/developer-resources/SDKs/Overview_of_SDKs): Jumio offers a set of powerful SDKs to help you seamlessly integrate identity verification and biometric workflows into your applications. These SDKs are… ### Mobile SDKs - [Mobile SDKs](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/introduction-mobile): Jumio provides mobile SDKs to support integrations on mobile devices. The SDKs and documentation are available from GitHub, and include example applications. - [Native Android SDK](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/README_Android): Header Graphic - [Integration Guide](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/integration_guide): Header Graphic - [Transition Guide](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/transition_guide): Header Graphic - [Known Issues](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/known_issues): Header Graphic - [Integration Glossary](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/integration_glossary): Header Graphic - [Integration FAQ](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/integration_faq): Header Graphic - [Changelog](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/changelog): Header Graphic - [Maintenance Policy](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-android-master/docs/maintenance_policy): Header Graphic - [Native iOS SDK](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/README_iOS): Jumio - [Integration Guide](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/integration_guide): Header Graphic - [Transition Guide](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/transition_guide): Header Graphic - [Known Issues](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/known_issues): Header Graphic - [Integration Glossary](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/integration_glossary): Header Graphic - [Integration FAQ](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/integration_faq): Header Graphic - [Changelog](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/changelog): Header Graphic - [Maintenance Policy](https://documentation.jumio.ai/docs/developer-resources/SDKs/mobile-sdk/mobile-sdk-ios-master/docs/maintenance_policy): Header Graphic - [Cross-Platform References](https://documentation.jumio.ai/docs/developer-resources/SDKs/crossplatform/CrossPlatform_Intro): Jumio supports multiple cross-platform mobile frameworks to help developers integrate identity verification into hybrid or multi-platform apps. This page… - [Plugin for React Native](https://documentation.jumio.ai/docs/developer-resources/SDKs/crossplatform/mobile-react-master/README_React): Official Jumio Mobile SDK plugin for React Native - [Plugin for Apache Cordova](https://documentation.jumio.ai/docs/developer-resources/SDKs/crossplatform/mobile-cordova-master/README_Cordova): Official Jumio Mobile SDK plugin for Apache Cordova - [Plugin for Flutter](https://documentation.jumio.ai/docs/developer-resources/SDKs/crossplatform/mobile-flutter-master/README_Flutter): Official Jumio Mobile SDK plugin for Flutter ### Web SDK - [Web SDK](https://documentation.jumio.ai/docs/developer-resources/SDKs/web-sdk/introduction-web): The Jumio Web SDK lets you quickly integrate and customize a fully-functional implementation of the customer journeyClosed into your web and mobile… - [Slots](https://documentation.jumio.ai/docs/developer-resources/SDKs/web-sdk/slots): The . element supports slots that you can use to customize the customer journeyClosed. Slots are custom html elements with a named "slot" attribute. These slot… - [CSS Variables](https://documentation.jumio.ai/docs/developer-resources/SDKs/web-sdk/web-sdk-css): The Web SDK provides CSS variables you can override to customize the fonts and color palettes used used for the customer journey. - [Templates](https://documentation.jumio.ai/docs/developer-resources/SDKs/web-sdk/web-sdk-templates): The complete template reference is available in the Storybook Documentation. ## Web Client Reference - [Web Client Reference](https://documentation.jumio.ai/docs/developer-resources/web-client/): Jumio provides a turnkey web client that you can provide to your end users to guide them through the customer journey. The URL to the web client is available… - [Embedding in WebView](https://documentation.jumio.ai/docs/developer-resources/web-client/web-view-integration): Example - [Embedding in iFrame](https://documentation.jumio.ai/docs/developer-resources/web-client/embed-iFrame): If you want to embed the Web Client on your web page, place the iFrame tag in your HTML code where you want the client to appear. Use web.href as the value of… - [Supported Environments](https://documentation.jumio.ai/docs/developer-resources/web-client/supported-environments): Jumio offers guaranteed support for the Web Client on the following browsers and the latest major version of each operating system. ## Jumio Portal - [Jumio Portal](https://documentation.jumio.ai/docs/portals/welcome_to_the_jumio_portal): The Jumio Portal supports multiple roles and functions for configuring and managing identity transactions. What you have access to when you sign in depends on… - [Jumio Watch](https://documentation.jumio.ai/docs/portals/jumioWatch): Overview ### User Profile - [User Profile](https://documentation.jumio.ai/docs/portals/Multi-factor_Authentication/access_your_user_profile): Learn how to log in to the Jumio Portal, manage your user profile, switch tenants, and complete multi-factor authentication. - [Multi-Factor Authentication (MFA)](https://documentation.jumio.ai/docs/portals/Multi-factor_Authentication/multi-factor_auth): Learn how Multi-Factor Authentication works in the Jumio Portal and how to set it up using an authenticator app. ### Dashboard - [Dashboard](https://documentation.jumio.ai/docs/portals/dashboard/about_the_dashboard): The Dashboard comprises a number of widgets that provide a global understanding of transactions and related data in the portal. Each widget focuses on a… - [Dashboard Configuration](https://documentation.jumio.ai/docs/portals/dashboard/configuration_options_for_your_dashboard): The following configuration options are available for your Dashboard, - [Widgets](https://documentation.jumio.ai/docs/portals/dashboard/widgets): The Dashboard provides the following widgets. You can choose to hide or display these as needed. ### Explorer - [Explorer](https://documentation.jumio.ai/docs/portals/explorer/explorer-overview): The Explorer portal allows you to view and interact with transactions. - [Create and View the Transaction](https://documentation.jumio.ai/docs/portals/explorer/viewing-transaction-details): Create a Transaction - [Work with the Transactions Table](https://documentation.jumio.ai/docs/portals/explorer/work_with_transaction_table): Columns Available in the Explorer ### Report - [Report](https://documentation.jumio.ai/docs/portals/report/reports-overview): Overview of the Reports - [Enhanced Reporting on Jumio Portal User Guide](https://documentation.jumio.ai/docs/portals/report/advancedReport): This document provides a detailed specification of the Enhanced Reporting feature, recently launched on the Jumio Portal for customers in the APAC region. ### Workflow Designer - [Workflow Designer](https://documentation.jumio.ai/docs/portals/workflowDesigner/WorkflowDesigner_intro): The Jumio Workflow Designer empowers organizations to create, manage, and optimize end-to-end verification workflows tailored to their unique business… - [Step-by-Step Guide](https://documentation.jumio.ai/docs/portals/workflowDesigner/StepsInvolved): The Jumio Workflow Designer is a no-code, visual tool for building and managing identity verification workflows tailored to your compliance and risk… ### Settings - [Settings](https://documentation.jumio.ai/docs/portals/settings/managingUserandTenant): If your user account belongs to a group with Administrator privileges, you can access the Settings section of the Jumio Portal to: - [Manage Users, Groups and Roles](https://documentation.jumio.ai/docs/portals/settings/managingUserRuleGroup): Managing Users - [Application Settings](https://documentation.jumio.ai/docs/portals/settings/aboutIDVSettings): Default Locale - [Other Settings](https://documentation.jumio.ai/docs/portals/settings/IDVSettings): Customize Client - [Audit Log](https://documentation.jumio.ai/docs/portals/settings/auditLog): About the Audit Log - [SSO Integration](https://documentation.jumio.ai/docs/portals/settings/SSO_Integration/ssoIntegration): Single Sign-On (SSO) is a secure authentication method that enables users to access multiple applications using a single set of login credentials. Instead of… - [Integrate with Okta](https://documentation.jumio.ai/docs/portals/settings/SSO_Integration/okta): This document outlines the step-by-step process and key use cases for integrating SSO into the Jumio Portal using Okta. - [Integrate with Azure](https://documentation.jumio.ai/docs/portals/settings/SSO_Integration/Azure): This document outlines the step-by-step process and key use cases for integrating SSO into the Jumio Portal using Azure. ### Rules Management - [Rules Management](https://documentation.jumio.ai/docs/portals/rules-management/rulesManagement): What is Rules Management? - [Rules, Rulesets and Global Rulesets](https://documentation.jumio.ai/docs/portals/rules-management/working-with-rules): Rules - [Customizable Risk Scoring](https://documentation.jumio.ai/docs/portals/rules-management/customizable-risk-scoring): Jumio allows you to customize the rules that assign scores to your organization's transactions. To do so, you must duplicate a global ruleset—we recommend… - [Ruleset ID Configuration](https://documentation.jumio.ai/docs/portals/rules-management/rulesetIDConfiguration): The Ruleset ID Configuration allows you to configure Ruleset IDs directly in the Jumio Customer Portal via the Rules Management section. ## Client Libraries - [Client Libraries](https://documentation.jumio.ai/docs/developer-resources/client-libraries/overview-client-libraries): Jumio includes native libraries for several different client types. - [Java Spring Boot Library](https://documentation.jumio.ai/docs/developer-resources/client-libraries/java-client-lib/java-client-library): The Jumio Java client library supports integrating the Jumio Platform into Java Spring applications. You configure an instance of the JumioClient class and use… - [.NET Library](https://documentation.jumio.ai/docs/developer-resources/client-libraries/dotnet-lib/dotnet-sdk): The Jumio .NET client library facilitates the integration of the Jumio Platform into .NET applications. ## Upgrade From Previous Versions - [Upgrade From Previous Versions](https://documentation.jumio.ai/docs/Integrate/upgrading): Learn how to upgrade to the latest Jumio Platform version with minimal effort. Includes guides for Netverify (v2) and v3 users to ensure a smooth transition. - [Upgrade from v3](https://documentation.jumio.ai/docs/Integrate/upgrading-from-v3): Learn how to upgrade from Jumio v3 to the latest Jumio Platform with minimal integration changes. Includes workflow key mappings, retrieval details, and… ### Netverify - [Netverify](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/upgrading-from-netverify): Guide to upgrading from Netverify to the Jumio Platform, highlighting key differences, migration steps, new enhancements, and API changes. - [Netverify to Jumio Platform Transaction Data Mapping](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/Callbacks-Retrieval-Netverify): Mapping of Netverify (v2) transaction fields and values to the Jumio Platform transaction data model, including document, verification, and capability mappings. - [Netverify Products to Jumio Workflows Mapping](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2toJumioWorkFlowMapping): Mapping of Netverify products to Jumio Platform workflows, including supported credentials and capabilities for each workflow. - [Transaction Data Mapping](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2TransactionDataMapping/v2toJumioTransactionData): Netverify to Jumio Platform Transaction Data Mapping - [Status and Reason Mappings](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2TransactionDataMapping/statusMappings): - Transaction Status Values - [Identity Verification Responses](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2TransactionDataMapping/IDverification): | Netverify Dependency: usability | - [Reject Reason Details](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2TransactionDataMapping/rejectReason): rejectReasonCode = 100 - [Retrieval Response Examples](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/v2TransactionDataMapping/retrievalResponse): The following retrieval response examples show typical fields and values that are captured for a transaction. They are provided to assist with understanding… - [ID Verification Web Implementation Guide](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/idVerification/netVerify-web-implementation): Complete technical guide for integrating ID Verification into a web application. - [performNetverify Implementation Guide](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/performNetverify): This is a reference manual and configuration guide for the ID Verification API product. It illustrates how to implement the ID Verification API. - [ID Verification Retrieval API Implementation Guide](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/idVerification/retrievalAPIImplementation): This guide describes how to implement the ID Verification Retrieval API. - [ID Verification Delete API Implementation Guide](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/idVerification/deleteAPIImplementation): This guide illustrates how to implement the ID Verification Delete API. - [Netverify Callback](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/idVerification/callbackIDVerification): The callback is the authoritative answer from Jumio. Specify a callback URL (for constraints see Configuring Settings in the Customer Portal) to automatically… - [ID Verification & ComplyAdvantage Screening Implementation Guide](https://documentation.jumio.ai/docs/Integrate/netVerifyv2/idVerification/complyAdvantageScreening): This is a reference manual and configuration guide for the ComplyAdvantage PEPs/Sanctions Screening integration with ID Verification. It describes how to… ### v3 - [Introduction to v3](https://documentation.jumio.ai/docs/Integrate/V3/Introduction): This content applies to the legacy v3 products. Documentation for the current Jumio Platform is available at Jumio Documentation. - [v3 Workflow Descriptions](https://documentation.jumio.ai/docs/Integrate/V3/workflowDescriptions): Workflows are specified using the key attribute in the workflowDefinition object: ## References - [Credential Types](https://documentation.jumio.ai/docs/references/credentials/): The documents, scanned images, or prepared data that are evaluated by a Jumio workflow are called Credentials. Each Jumio capability specifies the… - [Glossary](https://documentation.jumio.ai/docs/references/glossaries): customer ## Capabilities - [Capabilities](https://documentation.jumio.ai/docs/references/capabilities/): Learn about Jumio capabilities, workflow execution, capability dependencies, decision types, and how to interpret transaction results using Retrieval APIs. - [Usability](https://documentation.jumio.ai/docs/references/capabilities/usability): Learn how Jumio usability checks validate ID and document image quality, common rejection reasons, warnings, and troubleshooting guidance for failed uploads. - [Extraction](https://documentation.jumio.ai/docs/references/capabilities/extraction): Learn how Jumio Extraction works, including OCR, MRZ reading, barcode scanning, NFC validation results, extracted ID fields, document data extraction, and… - [Image Checks](https://documentation.jumio.ai/docs/references/capabilities/image-checks): Learn how Jumio Image Checks detects fake IDs, digital manipulation, photocopies, watermark samples, ghost image mismatches, and other visual fraud indicators. - [Data Checks](https://documentation.jumio.ai/docs/references/capabilities/data-checks): Learn how Jumio Data Checks performs post-extraction fraud detection, MRZ validation, NFC consistency checks, lookup risk analysis, and ID data mismatch… - [Liveness](https://documentation.jumio.ai/docs/references/capabilities/liveness): Learn how Jumio Liveness detects spoofing attacks and verifies physical presence using Selfie and Facemap credentials, including JUMIO_STANDARD and… - [Similarity Check](https://documentation.jumio.ai/docs/references/capabilities/similarity): Learn how the Similarity capability in Jumio compares ID and selfie images using biometric face matching. Understand dependencies, supported credentials,… - [Authentication](https://documentation.jumio.ai/docs/references/capabilities/authentication-capabilities): Learn how Jumio Authentication verifies returning users using biometric face authentication, liveness detection, and facemap comparison to prevent account… - [Watchlist Screening](https://documentation.jumio.ai/docs/references/capabilities/watchlist): Learn how Jumio Watchlist Screening checks users against global sanctions lists, PEP databases, and regional watchlists. Includes prerequisites, dependencies,… - [Classification](https://documentation.jumio.ai/docs/references/capabilities/classification): Learn how Jumio Classification identifies document type, country, subtype, and metadata such as issue date, expiration date, crypto chip presence, material,… - [Cross Transaction Risk (CTR)](https://documentation.jumio.ai/docs/references/capabilities/ctr): Learn how Cross Transaction Risk (CTR) detects repeat ID or face usage across transactions, including Network, Associated Network, and Global Network match… ### Risk Signals - [Risk Signals](https://documentation.jumio.ai/docs/references/riskSignals/overviewRiskSignals): Risk Signals are supplementary services designed to enhance the functionality of standard workflows by providing additional layers of verification and… - [Address Validation](https://documentation.jumio.ai/docs/references/riskSignals/addressValidation/address-validation-overview): Address Services verify whether the address extracted from a government-issued ID (such as a passport, driver’s license, or ID card) exists in the real world.… - [Address Check](https://documentation.jumio.ai/docs/references/riskSignals/addressValidation/addressValidatity): Address Validation determines if the address extracted from a government-issued ID (e.g. passport, driver’s license, ID card) exists in the real world. Jumio… - [Proof of Residency](https://documentation.jumio.ai/docs/references/riskSignals/addressValidation/addressProof): Jumio Proof of Residency verifies that the physical address on an ID document exists by cross-checking it against government, credit, and commercial data… - [Department of Motor Vehicles Check](https://documentation.jumio.ai/docs/references/riskSignals/motorVehicleCheck): The Jumio Department of Motor Vehicles (DMV) check is used to validate that a US driver’s license or ID card issued by the DMV is valid. - [Device Risk Check](https://documentation.jumio.ai/docs/references/riskSignals/deviceRiskCheck/deviceRisk): Device Risk provides an overall risk & reputation assessment of the device used to initiate a transaction. Data about the device are captured and passed as a… - [Web SDK](https://documentation.jumio.ai/docs/references/riskSignals/deviceRiskCheck/deviceRiskwithWebSDK): Prior to executing a workflow that includes Device Risk, the Jumio Web SDK dynamically downloads third-party JavaScripts to access the required device data.… - [Mobile SDK](https://documentation.jumio.ai/docs/references/riskSignals/deviceRiskCheck/deviceRiskwithMobileSDK): To use Device Risk with a mobile app: - [REST API](https://documentation.jumio.ai/docs/references/riskSignals/deviceRiskCheck/deviceRiskwithRestAPI): To use Device Risk as a standalone service you can: - [Email Verification](https://documentation.jumio.ai/docs/references/riskSignals/emailVerification): Email Verification enables you to assess the risk of email addresses provided by the end user. It is a fundamental risk check that analyzes an email address to… - [Government Database Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/): The objective of the Government Database check is to provide additional confidence and assurance that the Information extracted from a government ID or… - [Argentina Renaper Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/Argentina/checkArgentina): Jumio has a database check service available for Renaper in Argentina. This check allows you to validate the Documento Nacional de Identidad (DNI) and personal… - [Argentina Renaper Biometric Verification](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/Argentina/biometricArgentina): Biometric Verification checks a Selfie provided by the end user against the photo on record with Renaper. The ID number and selfie are provided as inputs,… - [Brazilian CPF Number Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/Brazilian/brazilianCPFCheck): The Jumio CPF check allows customers to validate the CPF Number. CPF is the Brazilian Individual Taxpayer Registry Identification number, referred to as… - [Brazilian CPF Biometric Verification](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/Brazilian/brazilianCPFBiometric): Biometric Verification checks a Selfie provided by the end user against the photo on record with the Brazilian CPF data. The CPF number and selfie are provided… - [Colombian Registraduria Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/checkColombianRegistraduria): Jumio has a database check service available for the Colombian Registraduria database. This check verifies that a provided Colombian ID number and related user… - [Thai DOPA Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/checkThai): The Thai DOPA check compares provided credential data to data on record with the Thai Department of Provincial Administration (DOPA) records. - [Mexican INE Data & Face Validation](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/mexicanINEDataFace): Jumio has a number of database check services available for Mexico. These checks allow you to validate Mexican National IDs and personal identifiable… - [Mexican INE Credential Validation (Lista Nominal)](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/mexicanINECred): Jumio has a number of database check services available for Mexico. These checks allow you to validate Mexican National IDs and personal identifiable… - [Mexican CURP Validation (Renapo)](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/mexicanCheckRenapo): Jumio has a number of database check services available for Mexico. These checks allow you to validate Mexican National IDs and personal identifiable… - [Mexican RFC Database Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/mexicanRFCDatabaseCheck): In Mexico, the RFC is a unique tax identification number assigned to individuals and companies. It is issued by the tax authority and is commonly used for… - [Peru RENIEC Data Check](https://documentation.jumio.ai/docs/references/riskSignals/govDatabaseCheck/peruRENEIC): Jumio offers a data verification service through Peru’s National Registry of Identification and Civil Status (Registro Nacional de Identificación y Estado… - [Phone Verification](https://documentation.jumio.ai/docs/references/riskSignals/phoneVerification): Phone Verification enables our customers to assess the risk of a provided phone number. Phone verification is a fundamental risk check that analyzes a phone… - [SSN Verification](https://documentation.jumio.ai/docs/references/riskSignals/ssnVerification): The Jumio eKYC SSN (Social Security Number) verification service allows a customer to submit personal identifiable information from applicants within the… - [Geo IP Verification](https://documentation.jumio.ai/docs/references/riskSignals/geoIPVerification): Geo IP Verification provides an overall risk and reputation assessment of an IP address associated with an end user. - [eKYC Checks](https://documentation.jumio.ai/docs/references/riskSignals/eKYCcheck): eKYC Checks provide a comprehensive global check on individual data elements such as name, address, date of birth, phone number or national ID (if provided).… ## Services and Workflows - [Services and Workflows](https://documentation.jumio.ai/docs/references/servicesAndworkflow/services-workflow): A Jumio workflow is a business process definition that orchestrates calls to one or more Jumio service(s) or risk signal(s). Each serviceClosed or risk… ### Standard Service - [Standard Service](https://documentation.jumio.ai/docs/references/servicesAndworkflow/standardService/standardServices): The standard services include the workflows such as Identity and Selfie Verification (ID+ Selfie Verification) and Authentication. - [ID + Selfie Verification](https://documentation.jumio.ai/docs/references/servicesAndworkflow/standardService/IDIVService): Identity and Selfie Verification Workflow is commonly used during the onboarding of new users, especially when entering into sensitive relationships. It… - [Authentication Workflow](https://documentation.jumio.ai/docs/references/servicesAndworkflow/standardService/authenticationWorkflow): When an end user you have already onboarded returns to your platform, use Jumio Authentication to verify they are the same person. Jumio Authentication… - [Authentication On-Premises](https://documentation.jumio.ai/docs/references/servicesAndworkflow/standardService/authenticationOnPremises): Designed for organizations with strict Data Retention policies, Authentication On-Premises offers the same functionality as the Authentication Workflow while… ## Optional - [Support](https://support.jumio.com/s/): Jumio customer support portal.