-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
122 lines (112 loc) · 3.56 KB
/
config.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
116
117
118
119
120
121
122
{
"port" : 8081,
"defaultBank" : {
"currency" : "EUR",
"dueDate" : "EXPRESS",
"algorithmType" : "md5",
"macSeparator" : "&"
},
"banks" : [
{"id" : "handelsbanken",
"name" : "Handelsbanken",
"paymentUrl" : "https://verkkomaksu.handelsbanken.fi/vm/login.html",
"imgPath" : "images/logo_handelsbanken.gif",
"paymentVersion" : 3,
"vendorId" : "0000000000",
"confirm" : true,
"checksumKey" : "11111111111111111111",
"algorithmType" : "sha256"
},
{"id" : "nordea",
"name" : "Nordea",
"paymentUrl" : "https://epmt.nordea.fi/cgi-bin/SOLOPM01",
"imgPath" : "images/logo_nordea.gif",
"paymentVersion" : 3,
"vendorId" : "12345678",
"vendorAccount" : "FI7429501800000014",
"checksumKey" : "LEHTI",
"keyVersion" : 1,
"confirm" : true
},
{"id" : "op",
"name" : "Osuuspankkiryhmä",
"paymentUrl" : "https://kultaraha.op.fi/cgi-bin/krcgi",
"imgPath" : "images/logo_op.jpg",
"paymentVersion" : 1,
"vendorId" : "Esittelymyyja",
"keyVersion" : 1,
"confirm" : true,
"checksumKey" : "Esittelykauppiaansalainentunnus",
"macSeparator" : ""
},
{"id" : "danskebank",
"name" : "DanskeBank",
"paymentUrl" : "https://verkkopankki.danskebank.fi/SP/vemaha/VemahaApp",
"imgPath" : "https://www.danskebank.fi/verkkopalvelu/logo.gif",
"paymentVersion" : 4,
"vendorId" : "000000000000",
"checksumKey" : "jumCLB4T2ceZWGJ9ztjuhn5FaeZnTm5HpfDXWU2APRqfDcsrBs8mqkFARzm7uXKd",
"algorithmType" : "sha256"
},
{"id" : "aktia",
"name" : "Aktia",
"paymentUrl" : "https://auth.aktia.fi/vmtest",
"imgPath" : "images/logo_sppop.gif",
"paymentVersion" : 10,
"vendorId" : "1111111111111",
"confirm" : true,
"keyVersion" : 1,
"algorithmType" : "sha256",
"checksumKey" : "1234567890123456789012345678901234567890123456789012345678901234"
},
{"id" : "alandsbanken",
"name" : "Ålandsbanken",
"paymentUrl" : "https://online.alandsbanken.fi/service/paybutton",
"imgPath" : "images/logo_alandsbanken.gif",
"paymentVersion" : 2,
"vendorId" : "AABESHOPID",
"confirm" : true,
"checksumKey" : "PAPEGOJA",
"vendorName" : "AABESHOPID",
"vendorAccount" : "FI7766010001130855",
"algorithmType": "sha256",
"language" : "FI",
"cookie" : false,
"keyVersion" : 1
},
{"id" : "spankki",
"name" : "S-Pankki",
"paymentUrl" : "https://online.s-pankki.fi/service/paybutton",
"imgPath" : "images/logo_s_pankki.gif",
"paymentVersion" : "2",
"vendorId" : "SPANKKIESHOPID",
"vendorAccount" : "FI4139390001002369",
"confirm" : true,
"checksumKey" : "SPANKKI",
"vendorName" : "TESTIKAUPPA",
"algorithmType": "sha256",
"language" : "FI",
"keyVersion" : 1
},
{"id" : "saastopankki",
"name" : "Säästöpankki",
"paymentUrl" : "https://verkkomaksu.saastopankki.fi/vm/login.html",
"imgPath" : "images/logo_saastopankki.png",
"paymentVersion" : 3,
"vendorId" : "0000000000",
"confirm" : true,
"algorithmType" : "sha256",
"checksumKey" : "11111111111111111111"
},
{"id" : "poppankki",
"name" : "POPPankki",
"paymentUrl" : "https://verkkomaksu.poppankki.fi/vm/login.html",
"imgPath" : "images/logo_poppankki.png",
"paymentVersion" : 3,
"vendorId" : "0000000000",
"confirm" : true,
"algorithmType" : "sha256",
"checksumKey" : "11111111111111111111"
}
]
}