Backend Configuration

The following configuration ability is provided . Please contract us if configuration is needed.

Configuration Dimensions and Priority

  • Configurations can be set across multiple dimensions.
  • When multiple configurations apply to the same transaction, higher priority configurations will override lower priority ones.
Configuration DimensionPriority (Lower number = Higher priority)Description
Specific accessKey + Specific productLevel1Configuration applies to a specific accessKey and a specific productLevel
Specific accessKey + All productLevels2Configuration applies to a specific accessKey and all productLevels
All accessKeys + Specific productLevel3Configuration applies to all accessKeys and a specific productLevel
All accessKeys + All productLevels4Configuration applies to all accessKeys and all productLevels

Configuration Items

CategoryFieldTypeExplainValue Range & RulesDefault Value
Retry Strategydocument.maxRetryTimesintegerThe max times that user can retry scanning document.[3,5]3
face.frontMaxRetryTimesintegerThe max times that user can retry liveness check.[3,5]3
Document Configurationdocument.validation.complianceCheckboolMust be enabled when any of the following item is enabled.
document.validation.ageCheck;complianceExpireDateCheck;complianceIssueDateCheck ;one of them is enabled
true, falsefalse
document.validation.ageCheckboolreturn errorCode AGE_VERIFICATION_FAILED the user's age is not in the range of setting, when enabled.true, falsefalse
document.validation.complianceExpireDateCheckboolreturn errorCode DOC_EXPRIED,if the document is expired,when enabled.true, falsefalse
document.validation.complianceIssueDateCheckboolreturn errorCode ILLEGAL_ISSUE_DATE,if the issue date on the document is illegal,when enabledtrue,falsefalse
document.ocr.customNullCheckFieldRetryAllowedlistBy default, check for null values using the idNumber and fullnameLocal fields(could retry); additional fields requiring null validation can be added based on customer-specific requirements.

[idNumber;fullnameLocal]