diff --git a/lib/routes.js b/lib/routes.js index 70d98c11..8b4721f6 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -64,6 +64,16 @@ function poll (req, res, next) { smsVerificationThreshold: config.smsVerificationThreshold, hardLimitVerificationActive: config.hardLimitVerificationActive, 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, twoWayMode: config.cashOutEnabled, zeroConfLimit: config.zeroConfLimit,