Provide all compliance types info (thresholds & status)
This commit is contained in:
parent
168cc038a3
commit
b29c1f21e5
1 changed files with 10 additions and 0 deletions
|
|
@ -64,6 +64,16 @@ function poll (req, res, next) {
|
||||||
smsVerificationThreshold: config.smsVerificationThreshold,
|
smsVerificationThreshold: config.smsVerificationThreshold,
|
||||||
hardLimitVerificationActive: config.hardLimitVerificationActive,
|
hardLimitVerificationActive: config.hardLimitVerificationActive,
|
||||||
hardLimitVerificationThreshold: config.hardLimitVerificationThreshold,
|
hardLimitVerificationThreshold: config.hardLimitVerificationThreshold,
|
||||||
|
idCardDataVerificationActive: config.idCardDataVerificationActive,
|
||||||
|
idCardDataVerificationThreshold: config.idCardDataVerificationThreshold,
|
||||||
|
idCardPhotoVerificationActive: config.idCardPhotoVerificationActive,
|
||||||
|
idCardPhotoVerificationThreshold: config.idCardPhotoVerificationThreshold,
|
||||||
|
sanctionsVerificationActive: config.sanctionsVerificationActive,
|
||||||
|
sanctionsVerificationThreshold: config.sanctionsVerificationThreshold,
|
||||||
|
crossRefVerificationActive: config.crossRefVerificationActive,
|
||||||
|
crossRefVerificationThreshold: config.crossRefVerificationThreshold,
|
||||||
|
frontCameraVerificationActive: config.frontCameraVerificationActive,
|
||||||
|
frontCameraVerificationThreshold: config.frontCameraVerificationThreshold,
|
||||||
cassettes,
|
cassettes,
|
||||||
twoWayMode: config.cashOutEnabled,
|
twoWayMode: config.cashOutEnabled,
|
||||||
zeroConfLimit: config.zeroConfLimit,
|
zeroConfLimit: config.zeroConfLimit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue