Skip to content

eMRTD Connector Android

Part of MOBILE CHIP SDK online.

The kinegram.digital eMRTD Connector enables your Android app to read and verify electronic passports and ID cards (eMRTDs).

The eMRTD Connector enables the DocVal Server to communicate with the eMRTD through a secure WebSocket connection. The DocVal Server reads the data (such as MRZ info or photo) and verifies the authenticity and integrity of the data. If the eMRTD supports the required protocols, the DocVal Server will additionally verify that the chip was not cloned. The verification result is posted to your server.

Requirements

  • Android 7 (API level 24) or later
  • Device with NFC capabilities

Versioning

This library follows Semantic Versioning 2.0.0.

API Reference

Example App

An example app demonstrating usage and functionality is available in the GitHub repository.