Implementation Guide
Authentication
Configurations
Required Configurations
const token = "token";
const baseUrl = "base_url";
const bundleKey = "your_bundle_key";
Optional Configurations
const language = "<insert_language>"; // "en" is set as default
const dataValidation = <boolean>; // false is set as default
const reviewData = <boolean>; // default is true
const captureOnlyMode = <boolean>; // default is false
const primaryColor = "<hex_color_code>"; //hexString color
const headers = {}; // default is empty
const enable_logging = <boolean>; // default false
const sslCertificate = ""; // certificate, no default
const setDocumentVerificationPlus = <boolean> // default is false
const setCollectUserInfo = <boolean> //default is false
const setAdvancedConfidence = <boolean> //default is false
Configurations Breakdown
Parameter Declaration
Start the SDK
Sample Integration Example
Last updated