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

Category

Field

Type

Explain

Value Range & Rules

Default Value

Retry Strategy

document.maxRetryTimes

integer

The max times that user can retry scanning document.

[3,5]

3

face.frontMaxRetryTimes

integer

The max times that user can retry liveness check.

[3,5]

3

Document Configuration

document.validation.complianceCheck

bool

Must be enabled when any of the following item is enabled.
document.validation.ageCheck;complianceExpireDateCheck;complianceIssueDateCheck ;one of them is enabled

true, false

false

document.validation.ageCheck

bool

return errorCode AGE_VERIFICATION_FAILED the user's age is not in the range of setting, when enabled.

true, false

false

document.validation.complianceExpireDateCheck

bool

return errorCode DOC_EXPRIED,if the document is expired,when enabled.

true, false

false

document.validation.complianceIssueDateCheck

bool

return errorCode ILLEGAL_ISSUE_DATE,if the issue date on the document is illegal,when enabled

true,false

false

document.ocr.customNullCheckFieldRetryAllowed

list

By 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]