-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccounts.json.sample
50 lines (50 loc) · 1.17 KB
/
accounts.json.sample
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
[
{
"companyId": "leumi",
"enabled": true,
"credentials": {
"username": "username",
"password": "password"
},
"accountNumber": "000-00000_00",
"niceName": "בנק לאומי"
},
{
"companyId": "hapoalim",
"enabled": true,
"credentials": {
"userCode": "username",
"password": "password"
},
"niceName": "בנק הפועלים"
},
{
"companyId": "amex",
"enabled": true,
"credentials": {
"id": "333333333",
"card6Digits": "333333",
"password": "password"
},
"niceName": "אמריקן אקספרס"
},
{
"companyId": "isracard",
"enabled": true,
"credentials": {
"id": "333333333",
"card6Digits": "333333",
"password": "password"
},
"niceName": "ישראכרט"
},
{
"companyId": "max",
"enabled": true,
"credentials": {
"username": "example",
"password": "password"
},
"niceName": "לאומי קארד"
}
]