Implementation Guide
Last updated
Last updated
A unique access token should be created upon each SDK entry. In order to generate an access token, please refer to Valify's Documentation.
Security Warning: For improved security, consider implementing the access token fetching logic outside the Activity. This helps keep sensitive credentials secure and reduces potential exposure within the Activity/Fragment code.
Add the following delegate to your view controller.
Add the following delegate for the event logging component
Declare the following variables
The SDK builder is separated into two components.
This section shows the breakdown of all optional builder configurations.
The following line is where the user interface language is set.
If the following line is set to true, an extra layer of data amd visual validations is added to the SDK response.
If the following line is set to true, any validation exceptions raised on extracted NID data will be returned in the ServiceFailure instance.
If the following line is set to true, a screen is added to the user flow that displays the images captured and the OCR result to the user.
If the following line is set to true, the captured image will be displayed for the user.
If the following line is set to true, the SDK will automatically enable manual capture if it detects that the user is unable to autocapture card.
The following line is optional and can be used to set any headers that may be required for purposes specific to your application. Any headers set will be sent along with each API call made by the SDK.
The following line is optional and can be used to set an SSL certificate that may be required for purposes specific to your application.
If the following line is set to true, the SDK purely performs image capturing and only returns these images in the SDK response.
The following line can be used to set your company's branding color to the SDK's user interface.
The following line can be used to receive event logs from the SDK experience to be used for user behavior analysis.
If the following line is set to true then additional checks are made for NID fraud detection and the results are returned in the response.
Use the following line to configure the SDK's logo.
Use the following code snippet to run the SDK
Check out our for a simple integration app demonstrating how to use our SDK. The repository includes step-by-step instructions and sample code to help you get started quickly.