-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathno_checking_account.json
120 lines (120 loc) · 3.46 KB
/
no_checking_account.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
{
"accounts": [
{
"transactions": [
{
"amount": 1000,
"description": "VIR SALAIRE ALGOAN",
"dates": {
"debitedAt": "2022-10-23T12:00:00.000Z"
},
"currency": "EUR"
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-14T12:00:00.000Z"
},
"description": "PRELEVEMENT HARRY POTTER PRELEVEMENT CARTE ZERO FAST3280420323",
"amount": 101.67
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-14T12:00:00.000Z"
},
"description": "PRLV SEPA POTTER HARRY ECH ID EMETTEUR/LU66ZZZ000023 MDT/3BEAC43A69zeeeeAC6 REF/1B0F18BC115A4788DA4 LIB/PRELEVEMENT CARTE ZERO FSSI043def106",
"amount": 150
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-15T12:00:00.000Z"
},
"description": "PRELEVEMENT DE NAVIGO ANNUEL - G COMUTITRES REF : 3/262663-1/92921 Navigo Annuel",
"amount": 75.2
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-15T12:00:00.000Z"
},
"description": "PRLV SEPA CREDIPAR Motif : 101M3323222 32 VOTRE IDEN",
"amount": 399.89
}
],
"owners": [
{
"name": "No checking account"
}
],
"balance": 1457.16,
"balanceDate": "2025-02-07T12:00:00.000Z",
"iban": "FR1243145855666DDFQXKV7BY13",
"currency": "EUR",
"type": "SAVINGS",
"usage": "PERSONAL",
"name": "Compte courant 01",
"bank": {
"name": "Algoan Demo",
"id": "AD",
"logoUrl": "https://storage.googleapis.com/bank-data-images-preprod/algoan-bank/logo.svg"
}
},
{
"transactions": [
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-14T12:00:00.000Z"
},
"description": "PRELEVEMENT HARRY POTTER PRELEVEMENT CARTE ZERO FAST3280420323",
"amount": -101.67
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-14T12:00:00.000Z"
},
"description": "PRLV SEPA POTTER HARRY ECH ID EMETTEUR/LU66ZZZ000023 MDT/3BEAC43A69zeeeeAC6 REF/1B0F18BC115A4788DA4 LIB/PRELEVEMENT CARTE ZERO FSSI043def106",
"amount": -150
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-15T12:00:00.000Z"
},
"description": "PRELEVEMENT DE NAVIGO ANNUEL - G COMUTITRES REF : 3/262663-1/92921 Navigo Annuel",
"amount": -75.2
},
{
"currency": "EUR",
"dates": {
"debitedAt": "2025-09-15T12:00:00.000Z"
},
"description": "PRLV SEPA CREDIPAR Motif : 101M3323222 32 VOTRE IDEN",
"amount": -399.89
}
],
"owners": [
{
"name": "No checking account"
}
],
"balance": -120,
"balanceDate": "2025-02-07T12:00:00.000Z",
"iban": "FR7158308147881N2Z8VVNBLU24",
"currency": "EUR",
"type": "LOAN",
"usage": "PERSONAL",
"ownership": "ATTORNEY",
"id": 924,
"name": "Compte carte 01",
"bank": {
"name": "Algoan Demo",
"id": "AD",
"logoUrl": "https://storage.googleapis.com/bank-data-images-preprod/algoan-bank/logo.svg"
}
}
]
}