Getting Started

SmartID Suite is an identity management and fraud prevention platform that provides real-time device recognition, biometric verification, and transaction monitoring. This guide helps you understand the integration flow and get your environment ready.

Overview

SmartID Suite consists of two core components:

Devices and Users

Device fingerprinting and recognition SDK. Collects encrypted device data from mobile apps and web portals to identify users and detect anomalies.

Transaction and Operations

Transaction monitoring engine. Registers and analyzes operations in real time using AI models to detect fraud patterns and trigger alerts.

Prerequisites

Tip

Contact your SmartID account manager to obtain your API credentials and Channel ID. Separate credentials are provided for development and production environments.

Integration Flow

The general integration flow follows these steps:

1

Integrate SDK

Add the SmartID SDK to your mobile app (Android/iOS) or embed the JavaScript snippet in your web portal.

2

Collect Device Data

The SDK collects encrypted device information and returns it as an encoded string.

3

Send to Backend

Your application sends the encrypted data along with the user credentials to your backend server.

4

Register with SmartID API

Your backend forwards the data to the SmartID API to register logins, logouts, and operations.

5

Monitor & Act

Use the SmartID Console to review sessions, configure rules, and respond to alerts in real time.

Next Steps