shareid_onboarding_sdk 1.1.0 shareid_onboarding_sdk: ^1.1.0 copied to clipboard
The ShareID SDKs are built in design to offer the best user experience.
Table of contents #
Overview #
This SDK provides a drop-in set of screens and tools for Android applications with Flutter to allow capturing of identity documents and face videos for the purpose of identity verification. The SDK offers a number of benefits to help you create the best onboarding/identity verification experience for your customers:
- Carefully designed UI to guide your customers through the entire video-capturing process
- Modular design to help you seamlessly integrate the video-capturing process into your application flow
- Advanced image quality detection technology to ensure the quality of the captured images meets the requirement of the ShareId identity verification process, guaranteeing the best success rate
- Direct video upload to the ShareId service, to simplify integration*
* Note: the SDK is only responsible for capturing and uploading videos. You still need to access the ShareID API to create and manage checks.
Getting started #
The Flutter SDK supports:
Dart 3.0.0 or higher
Flutter 3.0.0 or higher
Android API level 21+
Kotlin 1.8.0 or higher
1. Obtaining a Business Request Id #
In order to start integration, you will need the Business Request Id and Business Request Secret. (waring not finished need link to side where customer may create Business Request Id
2. Creating an applicant #
You must create an SDK applicant before you start the flow.
You must create applicants on your server. For a document or face check, the minimum applicant details required are first_name
and last_name
:
3. Configuring Business Request Id and Business Request Token #
We now support one token mechanism:
Business Request Id
,
Business Request Token
,
Callback Url
,