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 Dimension | Priority (Lower number = Higher priority) | Description |
|---|---|---|
| Specific accessKey + Specific productLevel | 1 | Configuration applies to a specific accessKey and a specific productLevel |
| Specific accessKey + All productLevels | 2 | Configuration applies to a specific accessKey and all productLevels |
| All accessKeys + Specific productLevel | 3 | Configuration applies to all accessKeys and a specific productLevel |
| All accessKeys + All productLevels | 4 | Configuration 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. | true, false | false |
document.validation.ageCheck | bool | return errorCode | true, false | false | |
document.validation.complianceExpireDateCheck | bool | return errorCode | true, false | false | |
document.validation.complianceIssueDateCheck | bool | return errorCode | 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] |
Updated 27 days ago
