Skip to main content

Realtime document blur glare detection

This feature provides real-time document blur and glare detection. Users will be informed by a warning alert when blur or glare is detected in the camera feed, as well as an additional warning in the photo result view. Document Blur Glare

Adding the blur glare detection dependency

In the app level Gradle, add an additional sdk-blurglaredetection module with the same version as the sdk-api module:
repositories {
    dependencies {
      implementation 'com.github.idenfy:sdk-api:8.7.6'
      implementation 'com.github.idenfy:sdk-blurglaredetection:8.7.6'
    }
}
Contact tech support via the Jira customer portal to enable this feature.

Trusted Service

This feature requires users to rotate their document according to templates in a random sequence before capturing the document, in order to detect any inconsistencies: Trusted Service

Adding the trusted service dependency

In the app level Gradle, add an additional sdk-trustedservice module with the same version as the sdk-api module:
repositories {
    dependencies {
      implementation 'com.github.idenfy:sdk-api:8.7.6'
      implementation 'com.github.idenfy:sdk-trustedservice:8.7.6'
    }
}
Contact tech support via the Jira customer portal to enable this feature.

Document Recognition

This feature provides real-time document recognition. Documents shown in FRONT and BACK steps will be automatically detected and captured, allowing for a better picture of the document. Document Recognition To seek a better result, documents that are not fully visible or do not match the selected country and document type will NOT be recognized and captured. As a result, the final verification status will be more accurate. Document Recognition Failure If a document cannot be recognized within a certain period of time (10 seconds), the SDK will fall back to regular photo capturing. Document Recognition Fallback
This feature is still in an early stage. Minor bugs might occur.

Adding the document recognition dependency

In the app level Gradle, add an additional sdk-docrecognition module with the same version as the sdk-api module:
repositories {
    dependencies {
      implementation 'com.github.idenfy:sdk-api:8.7.6'
      implementation 'com.github.idenfy:sdk-docrecognition:8.7.6'
    }
}
To enable Document Recognition, contact technical support via the Jira customer portal.

Face detection

While taking a regular face photo, the face detection feature can be enabled, which requires users to place their face into the marked area before taking a photo. For better success rate, faces that are far away from the camera will not pass. Face detection
Contact tech support via the Jira customer portal to enable this feature. Face detection will apply to both KYC verification and face authentication flows.

Face auto capture

While taking a regular face photo, the face auto capture feature can be enabled, which requires users only to place their face into the marked area and the face photo will be automatically captured. For better success rate, faces that are too close or far away from the camera will not pass. Face auto capture
Contact tech support via the Jira customer portal to enable this feature.

Advanced Liveness detection

Liveness The SDK provides an advanced liveness recognition feature.
The liveness feature is not optimized for tablets. Verification performed via tablet will be automatically classified as denied.
The new major liveness version is released every 6-12 months. Your app must update the liveness module after every major release. If the SDK is not updated, it can lead to runtime crashes.
Contact support to enable the liveness feature.

NFC support

The SDK provides NFC enhanced identity verification. NFC Reading For more integration details and potential advantages, contact the technical team via the Dashboard. After NFC is enabled for your client settings, in the app level Gradle add an additional sdk-nfcreading module with the same version as the sdk-api module:
repositories {
    dependencies {
      implementation 'com.github.idenfy:sdk-api:8.7.6'
      implementation 'com.github.idenfy:sdk-nfcreading:8.7.6'
    }
}

NFC required

If the NFC required feature is enabled, devices that do not support NFC will immediately fail verification. This is a security feature that ensures a person does not change devices just to perform verification. To enable verifications for all devices, your app can handle this scenario:
  1. Create two different accounts: with NFC enabled and without.
  2. Check if the device supports NFC before generating a verification token.
  3. If the device supports NFC, generate a verification token with the NFC-enabled account’s credentials. If NFC is not supported, use the other account’s credentials.

NFC optional

If the NFC optional feature is enabled, the user is asked to perform document NFC reading ONLY if the device and selected document type support NFC chip reading. Otherwise, a regular identity verification will be performed.

Virtual camera detection

The SDK provides the ability to check whether a face photo was taken using a virtual camera. Such verifications will result with a FAILED status.
Contact support to enable the virtual camera detection feature.

Bank Verification Feature

This feature is used to confirm the authenticity of a customer’s bank account during the account verification process. This step requires customers to provide personal information, ensuring the financial institution interacts with a legitimate individual rather than someone using forged documents or stolen data. Bank Verification
To enable Bank Verification, contact technical support via the Jira customer portal.

Custom KYC Questionnaire

This feature allows you to create a custom questionnaire that users must fill in at the beginning of every identity verification process. The questionnaire can contain required or optional questions and a variety of question types. KYC Questionnaire
To enable the custom KYC questionnaire feature, contact technical support via the Jira customer portal.

Custom KYC Questionnaire conditions

Questionnaires can be created using conditions, based on answers to previous questions: KYC Questionnaire conditions

Custom Privacy Policy

This feature allows you to create a custom privacy policy that users must agree to at the beginning of every identity verification process. The privacy policy is presented as HTML and can be fully customized. Privacy Policy
To enable the custom privacy policy feature, contact technical support via the Jira customer portal.

Email Verification

This feature requires users to verify their email address before their identity verification. Email Verification Email Verification 1
To enable the email verification feature, contact technical support via the Jira customer portal.

Phone Number Verification

This feature requires users to verify their phone number before their identity verification. Phone Number Verification Phone Number Verification 1
To enable the phone number verification feature, contact technical support via the Jira customer portal.