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
- API License Key — Bearer token for authentication. Provided per environment (dev, qa, production).
- Channel ID — Numeric identifier for your digital channel (mobile app, web portal, etc.).
- SmartID API Base URL — Provided by the SmartID team for your environment.
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:
Integrate SDK
Add the SmartID SDK to your mobile app (Android/iOS) or embed the JavaScript snippet in your web portal.
Collect Device Data
The SDK collects encrypted device information and returns it as an encoded string.
Send to Backend
Your application sends the encrypted data along with the user credentials to your backend server.
Register with SmartID API
Your backend forwards the data to the SmartID API to register logins, logouts, and operations.
Monitor & Act
Use the SmartID Console to review sessions, configure rules, and respond to alerts in real time.