lamassu-server/TODO.json
2020-07-06 14:17:44 +01:00

36 lines
No EOL
855 B
JSON

{
"groups": [
{
"code": "balanceAlerts",
"fields": [
"cashInAlertThreshold"
]
},
{
"code": "compliance",
"fields": [
"smsVerificationActive",
"smsVerificationThreshold",
"idCardDataVerificationActive",
"idCardDataVerificationThreshold",
"idCardPhotoVerificationActive",
"idCardPhotoVerificationThreshold",
"sanctionsVerificationActive",
"sanctionsVerificationThreshold",
"frontCameraVerificationActive",
"frontCameraVerificationThreshold",
"hardLimitVerificationActive",
"hardLimitVerificationThreshold",
"receiptPrintingActive",
"rejectAddressReuseActive"
]
},
{
"code": "notifications",
"fields": [
"sms",
"email"
]
}
]
}