Changelog
1.6.0 - 08.07.2026
Added
- Two new steps were added: Selfie and VideoRecord (spoken video verification). The text the user reads aloud in the VideoRecord step (prompt_text) is provided by the backend.
- The completedScreenTexts parameter was added. The title, description and button text of the success screen can now be customized.
- The language parameter was added. The SDK language can be set to tr, en or ru; English and Russian localizations were added.
- The full UIConfig color and shape setter surface is now exposed: 16 colors (primaryColor, surfaceColor, backgroundColor, errorColor, successColor, overlayColor, titleColor, descriptionColor, etc.) and 5 shapes (cardCornerRadius, imageFrameCornerRadius, bottomSheetCornerRadius, cameraOverlayCornerRadius) are now available to host apps.
Changed
- ID verification version was updated. (r1.0.0-rc68)
Fixed
- Fixed the loss of appointment_id and the flow getting stuck when the video-call-start request returns an empty response.
- Fixed text-to-speech continuing to play from the previous step during fast step transitions.
- Handled the liveness session interruption when the app moves to the background.
- Fixed cases where control was not returned to the host app when the flow finished.
- Added a reason field to the KYCProcessResult.Failed and Cancelled results returned via onProcessFinished, carrying the actual reason the flow failed or was cancelled.