-
Notifications
You must be signed in to change notification settings - Fork 5
/
bot.sample.json
115 lines (115 loc) · 2.98 KB
/
bot.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"products": {
"enabled": [
"nl.tradle.DigitalPassport",
"tradle.CorporateBankAccount",
"tradle.LifeInsurance",
"tradle.MortgageProduct"
],
"autoApprove": true,
"autoVerify": false,
"approveAllEmployees": true,
"plugins": {
"termsAndConditions": {
"enabled": true
},
"lens": {
"nl.tradle.DigitalPassport": {
"tradle.PhotoID": "io.safere.lens.PhotoID"
}
},
"prefillForm": {
"nl.tradle.DigitalPassport": {
"tradle.PhotoID": {
"country": {
"id": "tradle.Country_NZ"
}
}
}
},
"complyAdvantage": {
"credentials": {
"apiKey": "..."
},
"products": {
"tradle.CordaKYC": {
"filter": {
"fuzziness": 1,
"filter": {
"types": [
"sanction"
]
}
},
"propertyMap": {
"tradle.BusinessInformation": {
"companyName": "companyName",
"registrationDate": "registrationDate"
}
}
}
}
},
"onfido": {
"apiKey": "..."
},
"openCorporates": {
"apiKey": "...",
"products": {
"tradle.CordaKYC": [
"tradle.BusinessInformation"
]
}
},
"centrix": {
"credentials": {
"httpCredentials": {
"username": "...",
"password": "..."
},
"requestCredentials": {
"subscriberId": "...",
"userId": "...",
"userKey": "..."
}
},
"products": {
"nl.tradle.DigitalPassport": {}
}
},
"customize-message": {
"tradle.FormRequest": {
"tradle.PhotoID": "Please click to scan your **ID document**",
"tradle.Selfie": "Thank you. Now take a '**selfie**' photo of yourself that I can match against your ID document",
"tradle.Residence": {
"first": "Thank you. Now I need you to provide your **residence** information",
"nth": "Thank you. Do you have another **residence**? If yes, tap Add, otherwise tap Next"
}
},
"tradle.Confirmation": {
"tradle.Remediation": "Thanks for importing your data!"
}
}
}
},
"tours": {
"intro": {
"_t": "tradle.Tour",
"message": "Take a quick tour of this chat bot?",
"pages": [
{
"title": "Ready for friendliness?",
"description": "Finally, you will be in control of your own private information!",
"img": "https://s3.amazonaws.com/tradle-public-images/friendly.png",
"imgStyle": {
"height": 150,
"width": 150
},
"backgroundColor": "#ffde1c",
"fontColor": "#004db5",
"level": 10
}
]
}
}
}