lamassu-server/TODO.json
2020-06-01 20:54:19 +01:00

46 lines
No EOL
1,019 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": "walletSettings",
"fields": [
"ticker",
"wallet",
"layer2",
"exchange",
"zeroConf"
]
},
{
"code": "notifications",
"fields": [
"sms",
"email"
]
}
]
}