File tree Expand file tree Collapse file tree 4 files changed +85
-0
lines changed
responses/BalancePlatform Expand file tree Collapse file tree 4 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments