Skip to content

Commit c6fa136

Browse files
committed
Add test data
1 parent ab0baf2 commit c6fa136

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "balance",
3+
"target": {
4+
"type": "balanceAccount",
5+
"id": "BA00000000000000000LIABLE"
6+
},
7+
"currency": "USD",
8+
"status": "active",
9+
"conditions": [
10+
{
11+
"balanceType": "available",
12+
"conditionType": "lessThan",
13+
"value": 500000
14+
}
15+
]
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "BWHS00000000000000000000000001",
3+
"type": "balance",
4+
"target": {
5+
"type": "balanceAccount",
6+
"id": "BA00000000000000000LIABLE"
7+
},
8+
"currency": "USD",
9+
"status": "active",
10+
"conditions": [
11+
{
12+
"balanceType": "available",
13+
"conditionType": "lessThan",
14+
"value": 500000
15+
}
16+
]
17+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"legalEntityIds": [
3+
"LE328V522322685LV3KTNF35M",
4+
"LE328SW223226B5LWVWNQ8THN"
5+
]
6+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"webhookSettings": [
3+
{
4+
"id": "BWHS00000000000000000000000001",
5+
"type": "balance",
6+
"target": {
7+
"type": "balancePlatform",
8+
"id": "YOUR_BALANCE_PLATFORM"
9+
},
10+
"currency": "USD",
11+
"status": "active",
12+
"conditions": [
13+
{
14+
"balanceType": "available",
15+
"conditionType": "lessThan",
16+
"value": 500000
17+
}
18+
]
19+
},
20+
{
21+
"id": "BWHS00000000000000000000000002",
22+
"type": "balance",
23+
"target": {
24+
"type": "balanceAccount",
25+
"id": "BA00000000000000000LIABLE"
26+
},
27+
"currency": "USD",
28+
"status": "active",
29+
"conditions": [
30+
{
31+
"balanceType": "available",
32+
"conditionType": "greaterThan",
33+
"value": 1000000
34+
}
35+
]
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)