Skip to content

Commit 2ef6d81

Browse files
committed
Add test data
1 parent c9ecad9 commit 2ef6d81

File tree

4 files changed

+85
-0
lines changed

4 files changed

+85
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"amount": {
3+
"currency": "EUR",
4+
"value": 10000
5+
},
6+
"reference": "Your reference for the transfer limit",
7+
"scaInformation": {
8+
"scaOnApproval": true
9+
},
10+
"scope": "perTransaction",
11+
"startsAt": "2025-08-15T06:36:20+01:00",
12+
"endsAt": "2026-08-14T00:00:00+01:00",
13+
"transferType": "all"
14+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"amount": {
3+
"value": 10000,
4+
"currency": "EUR"
5+
},
6+
"id": "TRLI00000000000000000000000001",
7+
"scope": "perTransaction",
8+
"reference": "Your reference for the transfer limit",
9+
"scaInformation": {
10+
"status": "pending"
11+
},
12+
"startsAt": "2025-08-15T06:36:20+01:00",
13+
"endsAt": "2026-08-13T23:00:00+01:00",
14+
"limitStatus": "pendingSCA",
15+
"transferType": "all"
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"amount": {
3+
"value": 10000,
4+
"currency": "EUR"
5+
},
6+
"id": "TRLI00000000000000000000000001",
7+
"endsAt": "2026-08-13T23:00:00+01:00",
8+
"scope": "perTransaction",
9+
"reference": "Your reference for the transfer limit",
10+
"scaInformation": {
11+
"exemption": "initialLimit",
12+
"status": "notPerformed"
13+
},
14+
"startsAt": "2025-08-13T23:00:00+01:00",
15+
"limitStatus": "active",
16+
"transferType": "all"
17+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"transferLimits": [
3+
{
4+
"amount": {
5+
"value": 10000,
6+
"currency": "EUR"
7+
},
8+
"id": "TRLI00000000000000000000000001",
9+
"endsAt": "2026-08-13T23:00:00+01:00",
10+
"scope": "perTransaction",
11+
"reference": "Your reference for the transfer limit",
12+
"scaInformation": {
13+
"exemption": "initialLimit",
14+
"status": "notPerformed"
15+
},
16+
"startsAt": "2025-08-13T23:00:00+01:00",
17+
"limitStatus": "active",
18+
"transferType": "instant"
19+
},
20+
{
21+
"amount": {
22+
"value": 20000,
23+
"currency": "EUR"
24+
},
25+
"id": "TRLI00000000000000000000000002",
26+
"endsAt": "2026-08-13T23:00:00+01:00",
27+
"scope": "perTransaction",
28+
"reference": "Your reference for the transfer limit",
29+
"scaInformation": {
30+
"exemption": "initialLimit",
31+
"status": "notPerformed"
32+
},
33+
"startsAt": "2025-08-13T23:00:00+01:00",
34+
"limitStatus": "active",
35+
"transferType": "all"
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)