fake_plaid 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fake_plaid/fixtures/transactions.json +476 -288
- data/lib/fake_plaid/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cff383edef0c081063566a4cc937eb276e2a734706eb3ff28e647a64e0b9fa9
|
|
4
|
+
data.tar.gz: '094812b1bba82f23ef54bd32462de0ec390fe55f60c05c140b6873ce2eb579c0'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d69fdc0b03aa0963ad98cad831519a5e713426dbce09c8cd9f7160ed3f8fc23a780acd7449bbd97d6bcd210462f3f7e21b5f6b9aa4619f8f0d411a460e9f25aa
|
|
7
|
+
data.tar.gz: a66ca94588497f9495dc3ca8bda6e8add8514f8dfc46f9e4109edaa6bfbd28b26c75e9ebebec75c11c73ae6d47d5d08465611116858a7703d325d30799b35ac9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"transactions": [
|
|
3
3
|
{
|
|
4
|
-
"account_id": "
|
|
4
|
+
"account_id": "plaid-account-1",
|
|
5
5
|
"amount": 500,
|
|
6
6
|
"category": [
|
|
7
7
|
"Travel",
|
|
@@ -10,15 +10,17 @@
|
|
|
10
10
|
"category_id": "22001000",
|
|
11
11
|
"date": "2019-01-06",
|
|
12
12
|
"iso_currency_code": "USD",
|
|
13
|
-
"location": {
|
|
13
|
+
"location": {
|
|
14
|
+
},
|
|
14
15
|
"name": "United Airlines",
|
|
15
|
-
"payment_meta": {
|
|
16
|
+
"payment_meta": {
|
|
17
|
+
},
|
|
16
18
|
"pending": false,
|
|
17
19
|
"transaction_id": "d4qwyMNLGniwWkoDygyVHj34VMDZ4oCZJrVpr",
|
|
18
20
|
"transaction_type": "special"
|
|
19
21
|
},
|
|
20
22
|
{
|
|
21
|
-
"account_id": "
|
|
23
|
+
"account_id": "plaid-account-1",
|
|
22
24
|
"amount": 6.33,
|
|
23
25
|
"category": [
|
|
24
26
|
"Travel",
|
|
@@ -28,15 +30,17 @@
|
|
|
28
30
|
"category_id": "22006001",
|
|
29
31
|
"date": "2019-01-04",
|
|
30
32
|
"iso_currency_code": "USD",
|
|
31
|
-
"location": {
|
|
33
|
+
"location": {
|
|
34
|
+
},
|
|
32
35
|
"name": "Uber 072515 SF**POOL**",
|
|
33
|
-
"payment_meta": {
|
|
36
|
+
"payment_meta": {
|
|
37
|
+
},
|
|
34
38
|
"pending": false,
|
|
35
39
|
"transaction_id": "7zwpGRLK8MiBEvXGxMx4sJQ5PrmN5BCgdrDqv",
|
|
36
40
|
"transaction_type": "special"
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
|
-
"account_id": "
|
|
43
|
+
"account_id": "plaid-account-1",
|
|
40
44
|
"amount": 500,
|
|
41
45
|
"category": [
|
|
42
46
|
"Food and Drink",
|
|
@@ -45,15 +49,17 @@
|
|
|
45
49
|
"category_id": "13005000",
|
|
46
50
|
"date": "2019-01-01",
|
|
47
51
|
"iso_currency_code": "USD",
|
|
48
|
-
"location": {
|
|
52
|
+
"location": {
|
|
53
|
+
},
|
|
49
54
|
"name": "Tectra Inc",
|
|
50
|
-
"payment_meta": {
|
|
55
|
+
"payment_meta": {
|
|
56
|
+
},
|
|
51
57
|
"pending": false,
|
|
52
58
|
"transaction_id": "axwen6PZoWCJvKAynwnVHB9xX514xDC7ZVyMG",
|
|
53
59
|
"transaction_type": "place"
|
|
54
60
|
},
|
|
55
61
|
{
|
|
56
|
-
"account_id": "
|
|
62
|
+
"account_id": "plaid-account-1",
|
|
57
63
|
"amount": 2078.5,
|
|
58
64
|
"category": [
|
|
59
65
|
"Payment"
|
|
@@ -61,15 +67,17 @@
|
|
|
61
67
|
"category_id": "16000000",
|
|
62
68
|
"date": "2018-12-31",
|
|
63
69
|
"iso_currency_code": "USD",
|
|
64
|
-
"location": {
|
|
70
|
+
"location": {
|
|
71
|
+
},
|
|
65
72
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
66
|
-
"payment_meta": {
|
|
73
|
+
"payment_meta": {
|
|
74
|
+
},
|
|
67
75
|
"pending": false,
|
|
68
76
|
"transaction_id": "PngbPkjlmacw5blNPxPyH93GodRJGps7oVqRp",
|
|
69
77
|
"transaction_type": "special"
|
|
70
78
|
},
|
|
71
79
|
{
|
|
72
|
-
"account_id": "
|
|
80
|
+
"account_id": "plaid-account-1",
|
|
73
81
|
"amount": 500,
|
|
74
82
|
"category": [
|
|
75
83
|
"Food and Drink",
|
|
@@ -78,15 +86,17 @@
|
|
|
78
86
|
"category_id": "13005000",
|
|
79
87
|
"date": "2018-12-31",
|
|
80
88
|
"iso_currency_code": "USD",
|
|
81
|
-
"location": {
|
|
89
|
+
"location": {
|
|
90
|
+
},
|
|
82
91
|
"name": "KFC",
|
|
83
|
-
"payment_meta": {
|
|
92
|
+
"payment_meta": {
|
|
93
|
+
},
|
|
84
94
|
"pending": false,
|
|
85
95
|
"transaction_id": "NkpR48MEAxsa5wWN4k4bsqlmAZEdmpSWykRwl",
|
|
86
96
|
"transaction_type": "place"
|
|
87
97
|
},
|
|
88
98
|
{
|
|
89
|
-
"account_id": "
|
|
99
|
+
"account_id": "plaid-account-1",
|
|
90
100
|
"amount": 500,
|
|
91
101
|
"category": [
|
|
92
102
|
"Shops",
|
|
@@ -95,15 +105,17 @@
|
|
|
95
105
|
"category_id": "19046000",
|
|
96
106
|
"date": "2018-12-31",
|
|
97
107
|
"iso_currency_code": "USD",
|
|
98
|
-
"location": {
|
|
108
|
+
"location": {
|
|
109
|
+
},
|
|
99
110
|
"name": "Madison Bicycle Shop",
|
|
100
|
-
"payment_meta": {
|
|
111
|
+
"payment_meta": {
|
|
112
|
+
},
|
|
101
113
|
"pending": false,
|
|
102
114
|
"transaction_id": "4qXrEnpRMehQE5pMLbLXSgP9NRBJ9vCdJ4GPN",
|
|
103
115
|
"transaction_type": "place"
|
|
104
116
|
},
|
|
105
117
|
{
|
|
106
|
-
"account_id": "
|
|
118
|
+
"account_id": "plaid-account-1",
|
|
107
119
|
"amount": 25,
|
|
108
120
|
"category": [
|
|
109
121
|
"Payment",
|
|
@@ -112,15 +124,17 @@
|
|
|
112
124
|
"category_id": "16001000",
|
|
113
125
|
"date": "2018-12-22",
|
|
114
126
|
"iso_currency_code": "USD",
|
|
115
|
-
"location": {
|
|
127
|
+
"location": {
|
|
128
|
+
},
|
|
116
129
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
117
|
-
"payment_meta": {
|
|
130
|
+
"payment_meta": {
|
|
131
|
+
},
|
|
118
132
|
"pending": false,
|
|
119
133
|
"transaction_id": "3l6K8nLRQ7CrRNdyo7o3Fw8GZ4zeGVsqZ54xW",
|
|
120
134
|
"transaction_type": "special"
|
|
121
135
|
},
|
|
122
136
|
{
|
|
123
|
-
"account_id": "
|
|
137
|
+
"account_id": "plaid-account-1",
|
|
124
138
|
"amount": 5.4,
|
|
125
139
|
"category": [
|
|
126
140
|
"Travel",
|
|
@@ -130,15 +144,17 @@
|
|
|
130
144
|
"category_id": "22006001",
|
|
131
145
|
"date": "2018-12-22",
|
|
132
146
|
"iso_currency_code": "USD",
|
|
133
|
-
"location": {
|
|
147
|
+
"location": {
|
|
148
|
+
},
|
|
134
149
|
"name": "Uber 063015 SF**POOL**",
|
|
135
|
-
"payment_meta": {
|
|
150
|
+
"payment_meta": {
|
|
151
|
+
},
|
|
136
152
|
"pending": false,
|
|
137
153
|
"transaction_id": "eNKv9MypbkiqjG51989VU4wN137AN5CLreAXW",
|
|
138
154
|
"transaction_type": "special"
|
|
139
155
|
},
|
|
140
156
|
{
|
|
141
|
-
"account_id": "
|
|
157
|
+
"account_id": "plaid-account-1",
|
|
142
158
|
"amount": 5850,
|
|
143
159
|
"category": [
|
|
144
160
|
"Payment"
|
|
@@ -146,7 +162,8 @@
|
|
|
146
162
|
"category_id": "16000000",
|
|
147
163
|
"date": "2018-12-21",
|
|
148
164
|
"iso_currency_code": "USD",
|
|
149
|
-
"location": {
|
|
165
|
+
"location": {
|
|
166
|
+
},
|
|
150
167
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
151
168
|
"payment_meta": {
|
|
152
169
|
"payment_method": "ACH"
|
|
@@ -156,7 +173,7 @@
|
|
|
156
173
|
"transaction_type": "special"
|
|
157
174
|
},
|
|
158
175
|
{
|
|
159
|
-
"account_id": "
|
|
176
|
+
"account_id": "plaid-account-1",
|
|
160
177
|
"amount": 1000,
|
|
161
178
|
"category": [
|
|
162
179
|
"Transfer",
|
|
@@ -165,15 +182,17 @@
|
|
|
165
182
|
"category_id": "21007000",
|
|
166
183
|
"date": "2018-12-21",
|
|
167
184
|
"iso_currency_code": "USD",
|
|
168
|
-
"location": {
|
|
185
|
+
"location": {
|
|
186
|
+
},
|
|
169
187
|
"name": "CD DEPOSIT .INITIAL.",
|
|
170
|
-
"payment_meta": {
|
|
188
|
+
"payment_meta": {
|
|
189
|
+
},
|
|
171
190
|
"pending": false,
|
|
172
191
|
"transaction_id": "BeaRVLvjrnHqELzlGVGDUNp6nJDv6Efw4VmlX",
|
|
173
192
|
"transaction_type": "special"
|
|
174
193
|
},
|
|
175
194
|
{
|
|
176
|
-
"account_id": "
|
|
195
|
+
"account_id": "plaid-account-2",
|
|
177
196
|
"amount": 78.5,
|
|
178
197
|
"category": [
|
|
179
198
|
"Recreation",
|
|
@@ -182,15 +201,17 @@
|
|
|
182
201
|
"category_id": "17018000",
|
|
183
202
|
"date": "2018-12-20",
|
|
184
203
|
"iso_currency_code": "USD",
|
|
185
|
-
"location": {
|
|
204
|
+
"location": {
|
|
205
|
+
},
|
|
186
206
|
"name": "Touchstone Climbing",
|
|
187
|
-
"payment_meta": {
|
|
207
|
+
"payment_meta": {
|
|
208
|
+
},
|
|
188
209
|
"pending": false,
|
|
189
210
|
"transaction_id": "jQxbDLkWwqumA9yVgzgvHVKqxEZXqAi16lnen",
|
|
190
211
|
"transaction_type": "place"
|
|
191
212
|
},
|
|
192
213
|
{
|
|
193
|
-
"account_id": "
|
|
214
|
+
"account_id": "plaid-account-2",
|
|
194
215
|
"amount": -500,
|
|
195
216
|
"category": [
|
|
196
217
|
"Travel",
|
|
@@ -199,15 +220,17 @@
|
|
|
199
220
|
"category_id": "22001000",
|
|
200
221
|
"date": "2018-12-20",
|
|
201
222
|
"iso_currency_code": "USD",
|
|
202
|
-
"location": {
|
|
223
|
+
"location": {
|
|
224
|
+
},
|
|
203
225
|
"name": "United Airlines",
|
|
204
|
-
"payment_meta": {
|
|
226
|
+
"payment_meta": {
|
|
227
|
+
},
|
|
205
228
|
"pending": false,
|
|
206
229
|
"transaction_id": "Qb8Jjp7q94tD5eqNjajXt5eEkovwExFpwRbn9",
|
|
207
230
|
"transaction_type": "special"
|
|
208
231
|
},
|
|
209
232
|
{
|
|
210
|
-
"account_id": "
|
|
233
|
+
"account_id": "plaid-account-2",
|
|
211
234
|
"amount": 12,
|
|
212
235
|
"category": [
|
|
213
236
|
"Food and Drink",
|
|
@@ -220,13 +243,14 @@
|
|
|
220
243
|
"store_number": "3322"
|
|
221
244
|
},
|
|
222
245
|
"name": "McDonald's",
|
|
223
|
-
"payment_meta": {
|
|
246
|
+
"payment_meta": {
|
|
247
|
+
},
|
|
224
248
|
"pending": false,
|
|
225
249
|
"transaction_id": "Zl9qoEp4d1CNKk43oRoVuBjlDLrnlzCge9Zv4",
|
|
226
250
|
"transaction_type": "place"
|
|
227
251
|
},
|
|
228
252
|
{
|
|
229
|
-
"account_id": "
|
|
253
|
+
"account_id": "plaid-account-2",
|
|
230
254
|
"amount": 4.33,
|
|
231
255
|
"category": [
|
|
232
256
|
"Food and Drink",
|
|
@@ -236,15 +260,17 @@
|
|
|
236
260
|
"category_id": "13005043",
|
|
237
261
|
"date": "2018-12-19",
|
|
238
262
|
"iso_currency_code": "USD",
|
|
239
|
-
"location": {
|
|
263
|
+
"location": {
|
|
264
|
+
},
|
|
240
265
|
"name": "Starbucks",
|
|
241
|
-
"payment_meta": {
|
|
266
|
+
"payment_meta": {
|
|
267
|
+
},
|
|
242
268
|
"pending": false,
|
|
243
269
|
"transaction_id": "MWL7agR8E3hB59WPabaws1WbvxKobpt9LGa5E",
|
|
244
270
|
"transaction_type": "place"
|
|
245
271
|
},
|
|
246
272
|
{
|
|
247
|
-
"account_id": "
|
|
273
|
+
"account_id": "plaid-account-2",
|
|
248
274
|
"amount": 89.4,
|
|
249
275
|
"category": [
|
|
250
276
|
"Food and Drink",
|
|
@@ -253,15 +279,17 @@
|
|
|
253
279
|
"category_id": "13005000",
|
|
254
280
|
"date": "2018-12-18",
|
|
255
281
|
"iso_currency_code": "USD",
|
|
256
|
-
"location": {
|
|
282
|
+
"location": {
|
|
283
|
+
},
|
|
257
284
|
"name": "SparkFun",
|
|
258
|
-
"payment_meta": {
|
|
285
|
+
"payment_meta": {
|
|
286
|
+
},
|
|
259
287
|
"pending": false,
|
|
260
288
|
"transaction_id": "1Xvlo6LRPkf8q7eBa4azUQolyjdnlWS5pE6aG",
|
|
261
289
|
"transaction_type": "place"
|
|
262
290
|
},
|
|
263
291
|
{
|
|
264
|
-
"account_id": "
|
|
292
|
+
"account_id": "plaid-account-2",
|
|
265
293
|
"amount": -4.22,
|
|
266
294
|
"category": [
|
|
267
295
|
"Food and Drink",
|
|
@@ -270,15 +298,17 @@
|
|
|
270
298
|
"category_id": "13005000",
|
|
271
299
|
"date": "2018-12-17",
|
|
272
300
|
"iso_currency_code": "USD",
|
|
273
|
-
"location": {
|
|
301
|
+
"location": {
|
|
302
|
+
},
|
|
274
303
|
"name": "INTRST PYMNT",
|
|
275
|
-
"payment_meta": {
|
|
304
|
+
"payment_meta": {
|
|
305
|
+
},
|
|
276
306
|
"pending": false,
|
|
277
307
|
"transaction_id": "xbprNDRjEetvPXV36d6Zse1ka3JPk6hn6Lrbg",
|
|
278
308
|
"transaction_type": "place"
|
|
279
309
|
},
|
|
280
310
|
{
|
|
281
|
-
"account_id": "
|
|
311
|
+
"account_id": "plaid-account-2",
|
|
282
312
|
"amount": 500,
|
|
283
313
|
"category": [
|
|
284
314
|
"Travel",
|
|
@@ -287,15 +317,17 @@
|
|
|
287
317
|
"category_id": "22001000",
|
|
288
318
|
"date": "2018-12-07",
|
|
289
319
|
"iso_currency_code": "USD",
|
|
290
|
-
"location": {
|
|
320
|
+
"location": {
|
|
321
|
+
},
|
|
291
322
|
"name": "United Airlines",
|
|
292
|
-
"payment_meta": {
|
|
323
|
+
"payment_meta": {
|
|
324
|
+
},
|
|
293
325
|
"pending": false,
|
|
294
326
|
"transaction_id": "A7dnDw4PqGcnZKrqzDzltepgqzyrJri18v8GB",
|
|
295
327
|
"transaction_type": "special"
|
|
296
328
|
},
|
|
297
329
|
{
|
|
298
|
-
"account_id": "
|
|
330
|
+
"account_id": "plaid-account-2",
|
|
299
331
|
"amount": 6.33,
|
|
300
332
|
"category": [
|
|
301
333
|
"Travel",
|
|
@@ -305,15 +337,17 @@
|
|
|
305
337
|
"category_id": "22006001",
|
|
306
338
|
"date": "2018-12-05",
|
|
307
339
|
"iso_currency_code": "USD",
|
|
308
|
-
"location": {
|
|
340
|
+
"location": {
|
|
341
|
+
},
|
|
309
342
|
"name": "Uber 072515 SF**POOL**",
|
|
310
|
-
"payment_meta": {
|
|
343
|
+
"payment_meta": {
|
|
344
|
+
},
|
|
311
345
|
"pending": false,
|
|
312
346
|
"transaction_id": "1Xvlo6LRPkf8q7eBa4azUQoaq7r4n4h5zwkB6",
|
|
313
347
|
"transaction_type": "special"
|
|
314
348
|
},
|
|
315
349
|
{
|
|
316
|
-
"account_id": "
|
|
350
|
+
"account_id": "plaid-account-2",
|
|
317
351
|
"amount": 500,
|
|
318
352
|
"category": [
|
|
319
353
|
"Food and Drink",
|
|
@@ -322,15 +356,17 @@
|
|
|
322
356
|
"category_id": "13005000",
|
|
323
357
|
"date": "2018-12-02",
|
|
324
358
|
"iso_currency_code": "USD",
|
|
325
|
-
"location": {
|
|
359
|
+
"location": {
|
|
360
|
+
},
|
|
326
361
|
"name": "Tectra Inc",
|
|
327
|
-
"payment_meta": {
|
|
362
|
+
"payment_meta": {
|
|
363
|
+
},
|
|
328
364
|
"pending": false,
|
|
329
365
|
"transaction_id": "W6bR1XpxKQCE5kxr1y1Xs7qX6a1nLnslRGRLX",
|
|
330
366
|
"transaction_type": "place"
|
|
331
367
|
},
|
|
332
368
|
{
|
|
333
|
-
"account_id": "
|
|
369
|
+
"account_id": "plaid-account-2",
|
|
334
370
|
"amount": 2078.5,
|
|
335
371
|
"category": [
|
|
336
372
|
"Payment"
|
|
@@ -338,15 +374,17 @@
|
|
|
338
374
|
"category_id": "16000000",
|
|
339
375
|
"date": "2018-12-01",
|
|
340
376
|
"iso_currency_code": "USD",
|
|
341
|
-
"location": {
|
|
377
|
+
"location": {
|
|
378
|
+
},
|
|
342
379
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
343
|
-
"payment_meta": {
|
|
380
|
+
"payment_meta": {
|
|
381
|
+
},
|
|
344
382
|
"pending": false,
|
|
345
383
|
"transaction_id": "EMP9qVnQayIn5kxzq3qat1zj6dqknksXyLyDV",
|
|
346
384
|
"transaction_type": "special"
|
|
347
385
|
},
|
|
348
386
|
{
|
|
349
|
-
"account_id": "
|
|
387
|
+
"account_id": "plaid-account-3",
|
|
350
388
|
"amount": 500,
|
|
351
389
|
"category": [
|
|
352
390
|
"Food and Drink",
|
|
@@ -355,15 +393,17 @@
|
|
|
355
393
|
"category_id": "13005000",
|
|
356
394
|
"date": "2018-12-01",
|
|
357
395
|
"iso_currency_code": "USD",
|
|
358
|
-
"location": {
|
|
396
|
+
"location": {
|
|
397
|
+
},
|
|
359
398
|
"name": "KFC",
|
|
360
|
-
"payment_meta": {
|
|
399
|
+
"payment_meta": {
|
|
400
|
+
},
|
|
361
401
|
"pending": false,
|
|
362
402
|
"transaction_id": "8B5pnJvrW1cedwJmWbWNS9oXQDvM6MFwnyndr",
|
|
363
403
|
"transaction_type": "place"
|
|
364
404
|
},
|
|
365
405
|
{
|
|
366
|
-
"account_id": "
|
|
406
|
+
"account_id": "plaid-account-3",
|
|
367
407
|
"amount": 500,
|
|
368
408
|
"category": [
|
|
369
409
|
"Shops",
|
|
@@ -372,15 +412,17 @@
|
|
|
372
412
|
"category_id": "19046000",
|
|
373
413
|
"date": "2018-12-01",
|
|
374
414
|
"iso_currency_code": "USD",
|
|
375
|
-
"location": {
|
|
415
|
+
"location": {
|
|
416
|
+
},
|
|
376
417
|
"name": "Madison Bicycle Shop",
|
|
377
|
-
"payment_meta": {
|
|
418
|
+
"payment_meta": {
|
|
419
|
+
},
|
|
378
420
|
"pending": false,
|
|
379
421
|
"transaction_id": "gjzbRMNgvyCkeEnpRQRVHvXeDkmWLWcgoXo34",
|
|
380
422
|
"transaction_type": "place"
|
|
381
423
|
},
|
|
382
424
|
{
|
|
383
|
-
"account_id": "
|
|
425
|
+
"account_id": "plaid-account-3",
|
|
384
426
|
"amount": 25,
|
|
385
427
|
"category": [
|
|
386
428
|
"Payment",
|
|
@@ -389,15 +431,17 @@
|
|
|
389
431
|
"category_id": "16001000",
|
|
390
432
|
"date": "2018-11-22",
|
|
391
433
|
"iso_currency_code": "USD",
|
|
392
|
-
"location": {
|
|
434
|
+
"location": {
|
|
435
|
+
},
|
|
393
436
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
394
|
-
"payment_meta": {
|
|
437
|
+
"payment_meta": {
|
|
438
|
+
},
|
|
395
439
|
"pending": false,
|
|
396
440
|
"transaction_id": "m145lMaKrztDqEoQrprvtkP84nWE7EcLE5EGl",
|
|
397
441
|
"transaction_type": "special"
|
|
398
442
|
},
|
|
399
443
|
{
|
|
400
|
-
"account_id": "
|
|
444
|
+
"account_id": "plaid-account-3",
|
|
401
445
|
"amount": 5.4,
|
|
402
446
|
"category": [
|
|
403
447
|
"Travel",
|
|
@@ -407,15 +451,17 @@
|
|
|
407
451
|
"category_id": "22006001",
|
|
408
452
|
"date": "2018-11-22",
|
|
409
453
|
"iso_currency_code": "USD",
|
|
410
|
-
"location": {
|
|
454
|
+
"location": {
|
|
455
|
+
},
|
|
411
456
|
"name": "Uber 063015 SF**POOL**",
|
|
412
|
-
"payment_meta": {
|
|
457
|
+
"payment_meta": {
|
|
458
|
+
},
|
|
413
459
|
"pending": false,
|
|
414
460
|
"transaction_id": "MWL7agR8E3hB59WPabaws1WmBZa3o3s9KoWqd",
|
|
415
461
|
"transaction_type": "special"
|
|
416
462
|
},
|
|
417
463
|
{
|
|
418
|
-
"account_id": "
|
|
464
|
+
"account_id": "plaid-account-3",
|
|
419
465
|
"amount": 5850,
|
|
420
466
|
"category": [
|
|
421
467
|
"Payment"
|
|
@@ -423,7 +469,8 @@
|
|
|
423
469
|
"category_id": "16000000",
|
|
424
470
|
"date": "2018-11-21",
|
|
425
471
|
"iso_currency_code": "USD",
|
|
426
|
-
"location": {
|
|
472
|
+
"location": {
|
|
473
|
+
},
|
|
427
474
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
428
475
|
"payment_meta": {
|
|
429
476
|
"payment_method": "ACH"
|
|
@@ -433,7 +480,7 @@
|
|
|
433
480
|
"transaction_type": "special"
|
|
434
481
|
},
|
|
435
482
|
{
|
|
436
|
-
"account_id": "
|
|
483
|
+
"account_id": "plaid-account-3",
|
|
437
484
|
"amount": 1000,
|
|
438
485
|
"category": [
|
|
439
486
|
"Transfer",
|
|
@@ -442,15 +489,17 @@
|
|
|
442
489
|
"category_id": "21007000",
|
|
443
490
|
"date": "2018-11-21",
|
|
444
491
|
"iso_currency_code": "USD",
|
|
445
|
-
"location": {
|
|
492
|
+
"location": {
|
|
493
|
+
},
|
|
446
494
|
"name": "CD DEPOSIT .INITIAL.",
|
|
447
|
-
"payment_meta": {
|
|
495
|
+
"payment_meta": {
|
|
496
|
+
},
|
|
448
497
|
"pending": false,
|
|
449
498
|
"transaction_id": "lMaZwmJkqrImlGEzW3W8HVoB7j1DADcZ4v4GQ",
|
|
450
499
|
"transaction_type": "special"
|
|
451
500
|
},
|
|
452
501
|
{
|
|
453
|
-
"account_id": "
|
|
502
|
+
"account_id": "plaid-account-3",
|
|
454
503
|
"amount": 78.5,
|
|
455
504
|
"category": [
|
|
456
505
|
"Recreation",
|
|
@@ -459,15 +508,17 @@
|
|
|
459
508
|
"category_id": "17018000",
|
|
460
509
|
"date": "2018-11-20",
|
|
461
510
|
"iso_currency_code": "USD",
|
|
462
|
-
"location": {
|
|
511
|
+
"location": {
|
|
512
|
+
},
|
|
463
513
|
"name": "Touchstone Climbing",
|
|
464
|
-
"payment_meta": {
|
|
514
|
+
"payment_meta": {
|
|
515
|
+
},
|
|
465
516
|
"pending": false,
|
|
466
517
|
"transaction_id": "opP5K1Wzx3twrGEVRnR8H8Q9anN3W3uRj3jLp",
|
|
467
518
|
"transaction_type": "place"
|
|
468
519
|
},
|
|
469
520
|
{
|
|
470
|
-
"account_id": "
|
|
521
|
+
"account_id": "plaid-account-3",
|
|
471
522
|
"amount": -500,
|
|
472
523
|
"category": [
|
|
473
524
|
"Travel",
|
|
@@ -476,15 +527,17 @@
|
|
|
476
527
|
"category_id": "22001000",
|
|
477
528
|
"date": "2018-11-20",
|
|
478
529
|
"iso_currency_code": "USD",
|
|
479
|
-
"location": {
|
|
530
|
+
"location": {
|
|
531
|
+
},
|
|
480
532
|
"name": "United Airlines",
|
|
481
|
-
"payment_meta": {
|
|
533
|
+
"payment_meta": {
|
|
534
|
+
},
|
|
482
535
|
"pending": false,
|
|
483
536
|
"transaction_id": "Zl9qoEp4d1CNKk43oRoVuBjWQkgMnMig3jE4o",
|
|
484
537
|
"transaction_type": "special"
|
|
485
538
|
},
|
|
486
539
|
{
|
|
487
|
-
"account_id": "
|
|
540
|
+
"account_id": "plaid-account-3",
|
|
488
541
|
"amount": 12,
|
|
489
542
|
"category": [
|
|
490
543
|
"Food and Drink",
|
|
@@ -497,13 +550,14 @@
|
|
|
497
550
|
"store_number": "3322"
|
|
498
551
|
},
|
|
499
552
|
"name": "McDonald's",
|
|
500
|
-
"payment_meta": {
|
|
553
|
+
"payment_meta": {
|
|
554
|
+
},
|
|
501
555
|
"pending": false,
|
|
502
556
|
"transaction_id": "eNKv9MypbkiqjG51989VU4wWenXBABcLgwbpn",
|
|
503
557
|
"transaction_type": "place"
|
|
504
558
|
},
|
|
505
559
|
{
|
|
506
|
-
"account_id": "
|
|
560
|
+
"account_id": "plaid-account-3",
|
|
507
561
|
"amount": 4.33,
|
|
508
562
|
"category": [
|
|
509
563
|
"Food and Drink",
|
|
@@ -513,15 +567,17 @@
|
|
|
513
567
|
"category_id": "13005043",
|
|
514
568
|
"date": "2018-11-19",
|
|
515
569
|
"iso_currency_code": "USD",
|
|
516
|
-
"location": {
|
|
570
|
+
"location": {
|
|
571
|
+
},
|
|
517
572
|
"name": "Starbucks",
|
|
518
|
-
"payment_meta": {
|
|
573
|
+
"payment_meta": {
|
|
574
|
+
},
|
|
519
575
|
"pending": false,
|
|
520
576
|
"transaction_id": "Qb8Jjp7q94tD5eqNjajXt5eJLAjGwGSp1dgv4",
|
|
521
577
|
"transaction_type": "place"
|
|
522
578
|
},
|
|
523
579
|
{
|
|
524
|
-
"account_id": "
|
|
580
|
+
"account_id": "plaid-account-4",
|
|
525
581
|
"amount": 89.4,
|
|
526
582
|
"category": [
|
|
527
583
|
"Food and Drink",
|
|
@@ -530,15 +586,17 @@
|
|
|
530
586
|
"category_id": "13005000",
|
|
531
587
|
"date": "2018-11-18",
|
|
532
588
|
"iso_currency_code": "USD",
|
|
533
|
-
"location": {
|
|
589
|
+
"location": {
|
|
590
|
+
},
|
|
534
591
|
"name": "SparkFun",
|
|
535
|
-
"payment_meta": {
|
|
592
|
+
"payment_meta": {
|
|
593
|
+
},
|
|
536
594
|
"pending": false,
|
|
537
595
|
"transaction_id": "7zwpGRLK8MiBEvXGxMx4sJQeEbxDNDFgZG5er",
|
|
538
596
|
"transaction_type": "place"
|
|
539
597
|
},
|
|
540
598
|
{
|
|
541
|
-
"account_id": "
|
|
599
|
+
"account_id": "plaid-account-4",
|
|
542
600
|
"amount": -4.22,
|
|
543
601
|
"category": [
|
|
544
602
|
"Food and Drink",
|
|
@@ -547,15 +605,17 @@
|
|
|
547
605
|
"category_id": "13005000",
|
|
548
606
|
"date": "2018-11-17",
|
|
549
607
|
"iso_currency_code": "USD",
|
|
550
|
-
"location": {
|
|
608
|
+
"location": {
|
|
609
|
+
},
|
|
551
610
|
"name": "INTRST PYMNT",
|
|
552
|
-
"payment_meta": {
|
|
611
|
+
"payment_meta": {
|
|
612
|
+
},
|
|
553
613
|
"pending": false,
|
|
554
614
|
"transaction_id": "bd5xbDwM8Ai34GEx5X5VsXwWyAz7B7tVlwlRe",
|
|
555
615
|
"transaction_type": "place"
|
|
556
616
|
},
|
|
557
617
|
{
|
|
558
|
-
"account_id": "
|
|
618
|
+
"account_id": "plaid-account-4",
|
|
559
619
|
"amount": 500,
|
|
560
620
|
"category": [
|
|
561
621
|
"Travel",
|
|
@@ -564,15 +624,17 @@
|
|
|
564
624
|
"category_id": "22001000",
|
|
565
625
|
"date": "2018-11-07",
|
|
566
626
|
"iso_currency_code": "USD",
|
|
567
|
-
"location": {
|
|
627
|
+
"location": {
|
|
628
|
+
},
|
|
568
629
|
"name": "United Airlines",
|
|
569
|
-
"payment_meta": {
|
|
630
|
+
"payment_meta": {
|
|
631
|
+
},
|
|
570
632
|
"pending": false,
|
|
571
633
|
"transaction_id": "poj5rMlBaxtdzEVQPZP8ulwX1N5GeGfLwxwRp",
|
|
572
634
|
"transaction_type": "special"
|
|
573
635
|
},
|
|
574
636
|
{
|
|
575
|
-
"account_id": "
|
|
637
|
+
"account_id": "plaid-account-4",
|
|
576
638
|
"amount": 6.33,
|
|
577
639
|
"category": [
|
|
578
640
|
"Travel",
|
|
@@ -582,15 +644,17 @@
|
|
|
582
644
|
"category_id": "22006001",
|
|
583
645
|
"date": "2018-11-05",
|
|
584
646
|
"iso_currency_code": "USD",
|
|
585
|
-
"location": {
|
|
647
|
+
"location": {
|
|
648
|
+
},
|
|
586
649
|
"name": "Uber 072515 SF**POOL**",
|
|
587
|
-
"payment_meta": {
|
|
650
|
+
"payment_meta": {
|
|
651
|
+
},
|
|
588
652
|
"pending": false,
|
|
589
653
|
"transaction_id": "jQxbDLkWwqumA9yVgzgvHVKz1gWpXpc1E37D9",
|
|
590
654
|
"transaction_type": "special"
|
|
591
655
|
},
|
|
592
656
|
{
|
|
593
|
-
"account_id": "
|
|
657
|
+
"account_id": "plaid-account-4",
|
|
594
658
|
"amount": 500,
|
|
595
659
|
"category": [
|
|
596
660
|
"Food and Drink",
|
|
@@ -599,15 +663,17 @@
|
|
|
599
663
|
"category_id": "13005000",
|
|
600
664
|
"date": "2018-11-02",
|
|
601
665
|
"iso_currency_code": "USD",
|
|
602
|
-
"location": {
|
|
666
|
+
"location": {
|
|
667
|
+
},
|
|
603
668
|
"name": "Tectra Inc",
|
|
604
|
-
"payment_meta": {
|
|
669
|
+
"payment_meta": {
|
|
670
|
+
},
|
|
605
671
|
"pending": false,
|
|
606
672
|
"transaction_id": "LE1VdpQkgBhq5bnPd8dGUGoEVzd7B7TP7J7DP",
|
|
607
673
|
"transaction_type": "place"
|
|
608
674
|
},
|
|
609
675
|
{
|
|
610
|
-
"account_id": "
|
|
676
|
+
"account_id": "plaid-account-4",
|
|
611
677
|
"amount": 2078.5,
|
|
612
678
|
"category": [
|
|
613
679
|
"Payment"
|
|
@@ -615,15 +681,17 @@
|
|
|
615
681
|
"category_id": "16000000",
|
|
616
682
|
"date": "2018-11-01",
|
|
617
683
|
"iso_currency_code": "USD",
|
|
618
|
-
"location": {
|
|
684
|
+
"location": {
|
|
685
|
+
},
|
|
619
686
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
620
|
-
"payment_meta": {
|
|
687
|
+
"payment_meta": {
|
|
688
|
+
},
|
|
621
689
|
"pending": false,
|
|
622
690
|
"transaction_id": "1Xvlo6LRPkf8q7eBa4azUQoaq7r4n4h5zwzWQ",
|
|
623
691
|
"transaction_type": "special"
|
|
624
692
|
},
|
|
625
693
|
{
|
|
626
|
-
"account_id": "
|
|
694
|
+
"account_id": "plaid-account-4",
|
|
627
695
|
"amount": 500,
|
|
628
696
|
"category": [
|
|
629
697
|
"Food and Drink",
|
|
@@ -632,15 +700,17 @@
|
|
|
632
700
|
"category_id": "13005000",
|
|
633
701
|
"date": "2018-11-01",
|
|
634
702
|
"iso_currency_code": "USD",
|
|
635
|
-
"location": {
|
|
703
|
+
"location": {
|
|
704
|
+
},
|
|
636
705
|
"name": "KFC",
|
|
637
|
-
"payment_meta": {
|
|
706
|
+
"payment_meta": {
|
|
707
|
+
},
|
|
638
708
|
"pending": false,
|
|
639
709
|
"transaction_id": "MWL7agR8E3hB59WPabaws1WmBZa3o3s9KoKnb",
|
|
640
710
|
"transaction_type": "place"
|
|
641
711
|
},
|
|
642
712
|
{
|
|
643
|
-
"account_id": "
|
|
713
|
+
"account_id": "plaid-account-4",
|
|
644
714
|
"amount": 500,
|
|
645
715
|
"category": [
|
|
646
716
|
"Shops",
|
|
@@ -649,15 +719,17 @@
|
|
|
649
719
|
"category_id": "19046000",
|
|
650
720
|
"date": "2018-11-01",
|
|
651
721
|
"iso_currency_code": "USD",
|
|
652
|
-
"location": {
|
|
722
|
+
"location": {
|
|
723
|
+
},
|
|
653
724
|
"name": "Madison Bicycle Shop",
|
|
654
|
-
"payment_meta": {
|
|
725
|
+
"payment_meta": {
|
|
726
|
+
},
|
|
655
727
|
"pending": false,
|
|
656
728
|
"transaction_id": "Zl9qoEp4d1CNKk43oRoVuBjWQkgMnMig3j3Qw",
|
|
657
729
|
"transaction_type": "place"
|
|
658
730
|
},
|
|
659
731
|
{
|
|
660
|
-
"account_id": "
|
|
732
|
+
"account_id": "plaid-account-4",
|
|
661
733
|
"amount": 25,
|
|
662
734
|
"category": [
|
|
663
735
|
"Payment",
|
|
@@ -666,15 +738,17 @@
|
|
|
666
738
|
"category_id": "16001000",
|
|
667
739
|
"date": "2018-10-23",
|
|
668
740
|
"iso_currency_code": "USD",
|
|
669
|
-
"location": {
|
|
741
|
+
"location": {
|
|
742
|
+
},
|
|
670
743
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
671
|
-
"payment_meta": {
|
|
744
|
+
"payment_meta": {
|
|
745
|
+
},
|
|
672
746
|
"pending": false,
|
|
673
747
|
"transaction_id": "nLN5qRbrBkc6KGy35e5vHln94NpbAbf6oBoaR",
|
|
674
748
|
"transaction_type": "special"
|
|
675
749
|
},
|
|
676
750
|
{
|
|
677
|
-
"account_id": "
|
|
751
|
+
"account_id": "plaid-account-4",
|
|
678
752
|
"amount": 5.4,
|
|
679
753
|
"category": [
|
|
680
754
|
"Travel",
|
|
@@ -684,15 +758,17 @@
|
|
|
684
758
|
"category_id": "22006001",
|
|
685
759
|
"date": "2018-10-23",
|
|
686
760
|
"iso_currency_code": "USD",
|
|
687
|
-
"location": {
|
|
761
|
+
"location": {
|
|
762
|
+
},
|
|
688
763
|
"name": "Uber 063015 SF**POOL**",
|
|
689
|
-
"payment_meta": {
|
|
764
|
+
"payment_meta": {
|
|
765
|
+
},
|
|
690
766
|
"pending": false,
|
|
691
767
|
"transaction_id": "PngbPkjlmacw5blNPxPyH93WMmPeJeF714egK",
|
|
692
768
|
"transaction_type": "special"
|
|
693
769
|
},
|
|
694
770
|
{
|
|
695
|
-
"account_id": "
|
|
771
|
+
"account_id": "plaid-account-5",
|
|
696
772
|
"amount": 5850,
|
|
697
773
|
"category": [
|
|
698
774
|
"Payment"
|
|
@@ -700,7 +776,8 @@
|
|
|
700
776
|
"category_id": "16000000",
|
|
701
777
|
"date": "2018-10-22",
|
|
702
778
|
"iso_currency_code": "USD",
|
|
703
|
-
"location": {
|
|
779
|
+
"location": {
|
|
780
|
+
},
|
|
704
781
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
705
782
|
"payment_meta": {
|
|
706
783
|
"payment_method": "ACH"
|
|
@@ -710,7 +787,7 @@
|
|
|
710
787
|
"transaction_type": "special"
|
|
711
788
|
},
|
|
712
789
|
{
|
|
713
|
-
"account_id": "
|
|
790
|
+
"account_id": "plaid-account-5",
|
|
714
791
|
"amount": 1000,
|
|
715
792
|
"category": [
|
|
716
793
|
"Transfer",
|
|
@@ -719,15 +796,17 @@
|
|
|
719
796
|
"category_id": "21007000",
|
|
720
797
|
"date": "2018-10-22",
|
|
721
798
|
"iso_currency_code": "USD",
|
|
722
|
-
"location": {
|
|
799
|
+
"location": {
|
|
800
|
+
},
|
|
723
801
|
"name": "CD DEPOSIT .INITIAL.",
|
|
724
|
-
"payment_meta": {
|
|
802
|
+
"payment_meta": {
|
|
803
|
+
},
|
|
725
804
|
"pending": false,
|
|
726
805
|
"transaction_id": "kZdyVMplJKuA16ErX3XvHlZ7Mz41q1fW9b9gE",
|
|
727
806
|
"transaction_type": "special"
|
|
728
807
|
},
|
|
729
808
|
{
|
|
730
|
-
"account_id": "
|
|
809
|
+
"account_id": "plaid-account-5",
|
|
731
810
|
"amount": 78.5,
|
|
732
811
|
"category": [
|
|
733
812
|
"Recreation",
|
|
@@ -736,15 +815,17 @@
|
|
|
736
815
|
"category_id": "17018000",
|
|
737
816
|
"date": "2018-10-21",
|
|
738
817
|
"iso_currency_code": "USD",
|
|
739
|
-
"location": {
|
|
818
|
+
"location": {
|
|
819
|
+
},
|
|
740
820
|
"name": "Touchstone Climbing",
|
|
741
|
-
"payment_meta": {
|
|
821
|
+
"payment_meta": {
|
|
822
|
+
},
|
|
742
823
|
"pending": false,
|
|
743
824
|
"transaction_id": "Qb8Jjp7q94tD5eqNjajXt5eJLAjGwGSp1d1yn",
|
|
744
825
|
"transaction_type": "place"
|
|
745
826
|
},
|
|
746
827
|
{
|
|
747
|
-
"account_id": "
|
|
828
|
+
"account_id": "plaid-account-5",
|
|
748
829
|
"amount": -500,
|
|
749
830
|
"category": [
|
|
750
831
|
"Travel",
|
|
@@ -753,15 +834,17 @@
|
|
|
753
834
|
"category_id": "22001000",
|
|
754
835
|
"date": "2018-10-21",
|
|
755
836
|
"iso_currency_code": "USD",
|
|
756
|
-
"location": {
|
|
837
|
+
"location": {
|
|
838
|
+
},
|
|
757
839
|
"name": "United Airlines",
|
|
758
|
-
"payment_meta": {
|
|
840
|
+
"payment_meta": {
|
|
841
|
+
},
|
|
759
842
|
"pending": false,
|
|
760
843
|
"transaction_id": "NkpR48MEAxsa5wWN4k4bsqlLWN49d9sW31G9o",
|
|
761
844
|
"transaction_type": "special"
|
|
762
845
|
},
|
|
763
846
|
{
|
|
764
|
-
"account_id": "
|
|
847
|
+
"account_id": "plaid-account-5",
|
|
765
848
|
"amount": 12,
|
|
766
849
|
"category": [
|
|
767
850
|
"Food and Drink",
|
|
@@ -774,13 +857,14 @@
|
|
|
774
857
|
"store_number": "3322"
|
|
775
858
|
},
|
|
776
859
|
"name": "McDonald's",
|
|
777
|
-
"payment_meta": {
|
|
860
|
+
"payment_meta": {
|
|
861
|
+
},
|
|
778
862
|
"pending": false,
|
|
779
863
|
"transaction_id": "axwen6PZoWCJvKAynwnVHB9vgGWy4yi7N9Ere",
|
|
780
864
|
"transaction_type": "place"
|
|
781
865
|
},
|
|
782
866
|
{
|
|
783
|
-
"account_id": "
|
|
867
|
+
"account_id": "plaid-account-5",
|
|
784
868
|
"amount": 4.33,
|
|
785
869
|
"category": [
|
|
786
870
|
"Food and Drink",
|
|
@@ -790,15 +874,17 @@
|
|
|
790
874
|
"category_id": "13005043",
|
|
791
875
|
"date": "2018-10-20",
|
|
792
876
|
"iso_currency_code": "USD",
|
|
793
|
-
"location": {
|
|
877
|
+
"location": {
|
|
878
|
+
},
|
|
794
879
|
"name": "Starbucks",
|
|
795
|
-
"payment_meta": {
|
|
880
|
+
"payment_meta": {
|
|
881
|
+
},
|
|
796
882
|
"pending": false,
|
|
797
883
|
"transaction_id": "4qXrEnpRMehQE5pMLbLXSgP8orzaJatdoxvBk",
|
|
798
884
|
"transaction_type": "place"
|
|
799
885
|
},
|
|
800
886
|
{
|
|
801
|
-
"account_id": "
|
|
887
|
+
"account_id": "plaid-account-5",
|
|
802
888
|
"amount": 89.4,
|
|
803
889
|
"category": [
|
|
804
890
|
"Food and Drink",
|
|
@@ -807,15 +893,17 @@
|
|
|
807
893
|
"category_id": "13005000",
|
|
808
894
|
"date": "2018-10-19",
|
|
809
895
|
"iso_currency_code": "USD",
|
|
810
|
-
"location": {
|
|
896
|
+
"location": {
|
|
897
|
+
},
|
|
811
898
|
"name": "SparkFun",
|
|
812
|
-
"payment_meta": {
|
|
899
|
+
"payment_meta": {
|
|
900
|
+
},
|
|
813
901
|
"pending": false,
|
|
814
902
|
"transaction_id": "d4qwyMNLGniwWkoDygyVHj367APxZxcZk3b7D",
|
|
815
903
|
"transaction_type": "place"
|
|
816
904
|
},
|
|
817
905
|
{
|
|
818
|
-
"account_id": "
|
|
906
|
+
"account_id": "plaid-account-5",
|
|
819
907
|
"amount": -4.22,
|
|
820
908
|
"category": [
|
|
821
909
|
"Food and Drink",
|
|
@@ -824,15 +912,17 @@
|
|
|
824
912
|
"category_id": "13005000",
|
|
825
913
|
"date": "2018-10-18",
|
|
826
914
|
"iso_currency_code": "USD",
|
|
827
|
-
"location": {
|
|
915
|
+
"location": {
|
|
916
|
+
},
|
|
828
917
|
"name": "INTRST PYMNT",
|
|
829
|
-
"payment_meta": {
|
|
918
|
+
"payment_meta": {
|
|
919
|
+
},
|
|
830
920
|
"pending": false,
|
|
831
921
|
"transaction_id": "GL7QrnRMjlcx5K9orvrduopXxjr7l7C1a4aV9",
|
|
832
922
|
"transaction_type": "place"
|
|
833
923
|
},
|
|
834
924
|
{
|
|
835
|
-
"account_id": "
|
|
925
|
+
"account_id": "plaid-account-5",
|
|
836
926
|
"amount": 500,
|
|
837
927
|
"category": [
|
|
838
928
|
"Travel",
|
|
@@ -841,15 +931,17 @@
|
|
|
841
931
|
"category_id": "22001000",
|
|
842
932
|
"date": "2018-10-08",
|
|
843
933
|
"iso_currency_code": "USD",
|
|
844
|
-
"location": {
|
|
934
|
+
"location": {
|
|
935
|
+
},
|
|
845
936
|
"name": "United Airlines",
|
|
846
|
-
"payment_meta": {
|
|
937
|
+
"payment_meta": {
|
|
938
|
+
},
|
|
847
939
|
"pending": false,
|
|
848
940
|
"transaction_id": "eNKv9MypbkiqjG51989VU4wWenXBABcLgwg6G",
|
|
849
941
|
"transaction_type": "special"
|
|
850
942
|
},
|
|
851
943
|
{
|
|
852
|
-
"account_id": "
|
|
944
|
+
"account_id": "plaid-account-5",
|
|
853
945
|
"amount": 6.33,
|
|
854
946
|
"category": [
|
|
855
947
|
"Travel",
|
|
@@ -859,15 +951,17 @@
|
|
|
859
951
|
"category_id": "22006001",
|
|
860
952
|
"date": "2018-10-06",
|
|
861
953
|
"iso_currency_code": "USD",
|
|
862
|
-
"location": {
|
|
954
|
+
"location": {
|
|
955
|
+
},
|
|
863
956
|
"name": "Uber 072515 SF**POOL**",
|
|
864
|
-
"payment_meta": {
|
|
957
|
+
"payment_meta": {
|
|
958
|
+
},
|
|
865
959
|
"pending": false,
|
|
866
960
|
"transaction_id": "xbprNDRjEetvPXV36d6Zse1EvBDxPxin1Ez8y",
|
|
867
961
|
"transaction_type": "special"
|
|
868
962
|
},
|
|
869
963
|
{
|
|
870
|
-
"account_id": "
|
|
964
|
+
"account_id": "plaid-account-6",
|
|
871
965
|
"amount": 500,
|
|
872
966
|
"category": [
|
|
873
967
|
"Food and Drink",
|
|
@@ -876,15 +970,17 @@
|
|
|
876
970
|
"category_id": "13005000",
|
|
877
971
|
"date": "2018-10-03",
|
|
878
972
|
"iso_currency_code": "USD",
|
|
879
|
-
"location": {
|
|
973
|
+
"location": {
|
|
974
|
+
},
|
|
880
975
|
"name": "Tectra Inc",
|
|
881
|
-
"payment_meta": {
|
|
976
|
+
"payment_meta": {
|
|
977
|
+
},
|
|
882
978
|
"pending": false,
|
|
883
979
|
"transaction_id": "7zwpGRLK8MiBEvXGxMx4sJQeEbxDNDFgZGZvP",
|
|
884
980
|
"transaction_type": "place"
|
|
885
981
|
},
|
|
886
982
|
{
|
|
887
|
-
"account_id": "
|
|
983
|
+
"account_id": "plaid-account-6",
|
|
888
984
|
"amount": 2078.5,
|
|
889
985
|
"category": [
|
|
890
986
|
"Payment"
|
|
@@ -892,15 +988,17 @@
|
|
|
892
988
|
"category_id": "16000000",
|
|
893
989
|
"date": "2018-10-02",
|
|
894
990
|
"iso_currency_code": "USD",
|
|
895
|
-
"location": {
|
|
991
|
+
"location": {
|
|
992
|
+
},
|
|
896
993
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
897
|
-
"payment_meta": {
|
|
994
|
+
"payment_meta": {
|
|
995
|
+
},
|
|
898
996
|
"pending": false,
|
|
899
997
|
"transaction_id": "jQxbDLkWwqumA9yVgzgvHVKz1gWpXpc1E3Ep4",
|
|
900
998
|
"transaction_type": "special"
|
|
901
999
|
},
|
|
902
1000
|
{
|
|
903
|
-
"account_id": "
|
|
1001
|
+
"account_id": "plaid-account-6",
|
|
904
1002
|
"amount": 500,
|
|
905
1003
|
"category": [
|
|
906
1004
|
"Food and Drink",
|
|
@@ -909,15 +1007,17 @@
|
|
|
909
1007
|
"category_id": "13005000",
|
|
910
1008
|
"date": "2018-10-02",
|
|
911
1009
|
"iso_currency_code": "USD",
|
|
912
|
-
"location": {
|
|
1010
|
+
"location": {
|
|
1011
|
+
},
|
|
913
1012
|
"name": "KFC",
|
|
914
|
-
"payment_meta": {
|
|
1013
|
+
"payment_meta": {
|
|
1014
|
+
},
|
|
915
1015
|
"pending": false,
|
|
916
1016
|
"transaction_id": "PngbPkjlmacw5blNPxPyH93WMmPeJeF71413k",
|
|
917
1017
|
"transaction_type": "place"
|
|
918
1018
|
},
|
|
919
1019
|
{
|
|
920
|
-
"account_id": "
|
|
1020
|
+
"account_id": "plaid-account-6",
|
|
921
1021
|
"amount": 500,
|
|
922
1022
|
"category": [
|
|
923
1023
|
"Shops",
|
|
@@ -926,15 +1026,17 @@
|
|
|
926
1026
|
"category_id": "19046000",
|
|
927
1027
|
"date": "2018-10-02",
|
|
928
1028
|
"iso_currency_code": "USD",
|
|
929
|
-
"location": {
|
|
1029
|
+
"location": {
|
|
1030
|
+
},
|
|
930
1031
|
"name": "Madison Bicycle Shop",
|
|
931
|
-
"payment_meta": {
|
|
1032
|
+
"payment_meta": {
|
|
1033
|
+
},
|
|
932
1034
|
"pending": false,
|
|
933
1035
|
"transaction_id": "NkpR48MEAxsa5wWN4k4bsqlLWN49d9sW313eG",
|
|
934
1036
|
"transaction_type": "place"
|
|
935
1037
|
},
|
|
936
1038
|
{
|
|
937
|
-
"account_id": "
|
|
1039
|
+
"account_id": "plaid-account-6",
|
|
938
1040
|
"amount": 25,
|
|
939
1041
|
"category": [
|
|
940
1042
|
"Payment",
|
|
@@ -943,15 +1045,17 @@
|
|
|
943
1045
|
"category_id": "16001000",
|
|
944
1046
|
"date": "2018-09-23",
|
|
945
1047
|
"iso_currency_code": "USD",
|
|
946
|
-
"location": {
|
|
1048
|
+
"location": {
|
|
1049
|
+
},
|
|
947
1050
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
948
|
-
"payment_meta": {
|
|
1051
|
+
"payment_meta": {
|
|
1052
|
+
},
|
|
949
1053
|
"pending": false,
|
|
950
1054
|
"transaction_id": "JgZE3wQp1rCx5DPV3k3yu9ykaN36r6FdALAl4",
|
|
951
1055
|
"transaction_type": "special"
|
|
952
1056
|
},
|
|
953
1057
|
{
|
|
954
|
-
"account_id": "
|
|
1058
|
+
"account_id": "plaid-account-6",
|
|
955
1059
|
"amount": 5.4,
|
|
956
1060
|
"category": [
|
|
957
1061
|
"Travel",
|
|
@@ -961,15 +1065,17 @@
|
|
|
961
1065
|
"category_id": "22006001",
|
|
962
1066
|
"date": "2018-09-23",
|
|
963
1067
|
"iso_currency_code": "USD",
|
|
964
|
-
"location": {
|
|
1068
|
+
"location": {
|
|
1069
|
+
},
|
|
965
1070
|
"name": "Uber 063015 SF**POOL**",
|
|
966
|
-
"payment_meta": {
|
|
1071
|
+
"payment_meta": {
|
|
1072
|
+
},
|
|
967
1073
|
"pending": false,
|
|
968
1074
|
"transaction_id": "3l6K8nLRQ7CrRNdyo7o3Fw8oRxEBeBUqAajzZ",
|
|
969
1075
|
"transaction_type": "special"
|
|
970
1076
|
},
|
|
971
1077
|
{
|
|
972
|
-
"account_id": "
|
|
1078
|
+
"account_id": "plaid-account-6",
|
|
973
1079
|
"amount": 5850,
|
|
974
1080
|
"category": [
|
|
975
1081
|
"Payment"
|
|
@@ -977,7 +1083,8 @@
|
|
|
977
1083
|
"category_id": "16000000",
|
|
978
1084
|
"date": "2018-09-22",
|
|
979
1085
|
"iso_currency_code": "USD",
|
|
980
|
-
"location": {
|
|
1086
|
+
"location": {
|
|
1087
|
+
},
|
|
981
1088
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
982
1089
|
"payment_meta": {
|
|
983
1090
|
"payment_method": "ACH"
|
|
@@ -987,7 +1094,7 @@
|
|
|
987
1094
|
"transaction_type": "special"
|
|
988
1095
|
},
|
|
989
1096
|
{
|
|
990
|
-
"account_id": "
|
|
1097
|
+
"account_id": "plaid-account-6",
|
|
991
1098
|
"amount": 1000,
|
|
992
1099
|
"category": [
|
|
993
1100
|
"Transfer",
|
|
@@ -996,15 +1103,17 @@
|
|
|
996
1103
|
"category_id": "21007000",
|
|
997
1104
|
"date": "2018-09-22",
|
|
998
1105
|
"iso_currency_code": "USD",
|
|
999
|
-
"location": {
|
|
1106
|
+
"location": {
|
|
1107
|
+
},
|
|
1000
1108
|
"name": "CD DEPOSIT .INITIAL.",
|
|
1001
|
-
"payment_meta": {
|
|
1109
|
+
"payment_meta": {
|
|
1110
|
+
},
|
|
1002
1111
|
"pending": false,
|
|
1003
1112
|
"transaction_id": "JgZE3wQp1rCx5DPV3k3yu9ykaN36r6FdALAW4",
|
|
1004
1113
|
"transaction_type": "special"
|
|
1005
1114
|
},
|
|
1006
1115
|
{
|
|
1007
|
-
"account_id": "
|
|
1116
|
+
"account_id": "plaid-account-6",
|
|
1008
1117
|
"amount": 78.5,
|
|
1009
1118
|
"category": [
|
|
1010
1119
|
"Recreation",
|
|
@@ -1013,15 +1122,17 @@
|
|
|
1013
1122
|
"category_id": "17018000",
|
|
1014
1123
|
"date": "2018-09-21",
|
|
1015
1124
|
"iso_currency_code": "USD",
|
|
1016
|
-
"location": {
|
|
1125
|
+
"location": {
|
|
1126
|
+
},
|
|
1017
1127
|
"name": "Touchstone Climbing",
|
|
1018
|
-
"payment_meta": {
|
|
1128
|
+
"payment_meta": {
|
|
1129
|
+
},
|
|
1019
1130
|
"pending": false,
|
|
1020
1131
|
"transaction_id": "4qXrEnpRMehQE5pMLbLXSgP8orzaJatdoxoDo",
|
|
1021
1132
|
"transaction_type": "place"
|
|
1022
1133
|
},
|
|
1023
1134
|
{
|
|
1024
|
-
"account_id": "
|
|
1135
|
+
"account_id": "plaid-account-6",
|
|
1025
1136
|
"amount": -500,
|
|
1026
1137
|
"category": [
|
|
1027
1138
|
"Travel",
|
|
@@ -1030,15 +1141,17 @@
|
|
|
1030
1141
|
"category_id": "22001000",
|
|
1031
1142
|
"date": "2018-09-21",
|
|
1032
1143
|
"iso_currency_code": "USD",
|
|
1033
|
-
"location": {
|
|
1144
|
+
"location": {
|
|
1145
|
+
},
|
|
1034
1146
|
"name": "United Airlines",
|
|
1035
|
-
"payment_meta": {
|
|
1147
|
+
"payment_meta": {
|
|
1148
|
+
},
|
|
1036
1149
|
"pending": false,
|
|
1037
1150
|
"transaction_id": "BeaRVLvjrnHqELzlGVGDUNp4Q3MxvxuwBGprw",
|
|
1038
1151
|
"transaction_type": "special"
|
|
1039
1152
|
},
|
|
1040
1153
|
{
|
|
1041
|
-
"account_id": "
|
|
1154
|
+
"account_id": "plaid-account-7",
|
|
1042
1155
|
"amount": 12,
|
|
1043
1156
|
"category": [
|
|
1044
1157
|
"Food and Drink",
|
|
@@ -1051,13 +1164,14 @@
|
|
|
1051
1164
|
"store_number": "3322"
|
|
1052
1165
|
},
|
|
1053
1166
|
"name": "McDonald's",
|
|
1054
|
-
"payment_meta": {
|
|
1167
|
+
"payment_meta": {
|
|
1168
|
+
},
|
|
1055
1169
|
"pending": false,
|
|
1056
1170
|
"transaction_id": "r8eJB7Kxjato3GElKBKVsEvlBng919tlQvAEL",
|
|
1057
1171
|
"transaction_type": "place"
|
|
1058
1172
|
},
|
|
1059
1173
|
{
|
|
1060
|
-
"account_id": "
|
|
1174
|
+
"account_id": "plaid-account-7",
|
|
1061
1175
|
"amount": 4.33,
|
|
1062
1176
|
"category": [
|
|
1063
1177
|
"Food and Drink",
|
|
@@ -1067,15 +1181,17 @@
|
|
|
1067
1181
|
"category_id": "13005043",
|
|
1068
1182
|
"date": "2018-09-20",
|
|
1069
1183
|
"iso_currency_code": "USD",
|
|
1070
|
-
"location": {
|
|
1184
|
+
"location": {
|
|
1185
|
+
},
|
|
1071
1186
|
"name": "Starbucks",
|
|
1072
|
-
"payment_meta": {
|
|
1187
|
+
"payment_meta": {
|
|
1188
|
+
},
|
|
1073
1189
|
"pending": false,
|
|
1074
1190
|
"transaction_id": "zygmjlAenZTdkMbRE9EQuA18DxndrdCoVGypE",
|
|
1075
1191
|
"transaction_type": "place"
|
|
1076
1192
|
},
|
|
1077
1193
|
{
|
|
1078
|
-
"account_id": "
|
|
1194
|
+
"account_id": "plaid-account-7",
|
|
1079
1195
|
"amount": 89.4,
|
|
1080
1196
|
"category": [
|
|
1081
1197
|
"Food and Drink",
|
|
@@ -1084,15 +1200,17 @@
|
|
|
1084
1200
|
"category_id": "13005000",
|
|
1085
1201
|
"date": "2018-09-19",
|
|
1086
1202
|
"iso_currency_code": "USD",
|
|
1087
|
-
"location": {
|
|
1203
|
+
"location": {
|
|
1204
|
+
},
|
|
1088
1205
|
"name": "SparkFun",
|
|
1089
|
-
"payment_meta": {
|
|
1206
|
+
"payment_meta": {
|
|
1207
|
+
},
|
|
1090
1208
|
"pending": false,
|
|
1091
1209
|
"transaction_id": "K8MnxAyopztL5pjPxRxVCD9GX3xe7etVyv9M7",
|
|
1092
1210
|
"transaction_type": "place"
|
|
1093
1211
|
},
|
|
1094
1212
|
{
|
|
1095
|
-
"account_id": "
|
|
1213
|
+
"account_id": "plaid-account-7",
|
|
1096
1214
|
"amount": -4.22,
|
|
1097
1215
|
"category": [
|
|
1098
1216
|
"Food and Drink",
|
|
@@ -1101,15 +1219,17 @@
|
|
|
1101
1219
|
"category_id": "13005000",
|
|
1102
1220
|
"date": "2018-09-18",
|
|
1103
1221
|
"iso_currency_code": "USD",
|
|
1104
|
-
"location": {
|
|
1222
|
+
"location": {
|
|
1223
|
+
},
|
|
1105
1224
|
"name": "INTRST PYMNT",
|
|
1106
|
-
"payment_meta": {
|
|
1225
|
+
"payment_meta": {
|
|
1226
|
+
},
|
|
1107
1227
|
"pending": false,
|
|
1108
1228
|
"transaction_id": "5KDoWnJlLQilER7a8N8dIVwbgyBMeMcZvDvan",
|
|
1109
1229
|
"transaction_type": "place"
|
|
1110
1230
|
},
|
|
1111
1231
|
{
|
|
1112
|
-
"account_id": "
|
|
1232
|
+
"account_id": "plaid-account-7",
|
|
1113
1233
|
"amount": 500,
|
|
1114
1234
|
"category": [
|
|
1115
1235
|
"Travel",
|
|
@@ -1118,15 +1238,17 @@
|
|
|
1118
1238
|
"category_id": "22001000",
|
|
1119
1239
|
"date": "2018-09-08",
|
|
1120
1240
|
"iso_currency_code": "USD",
|
|
1121
|
-
"location": {
|
|
1241
|
+
"location": {
|
|
1242
|
+
},
|
|
1122
1243
|
"name": "United Airlines",
|
|
1123
|
-
"payment_meta": {
|
|
1244
|
+
"payment_meta": {
|
|
1245
|
+
},
|
|
1124
1246
|
"pending": false,
|
|
1125
1247
|
"transaction_id": "axwen6PZoWCJvKAynwnVHB9vgGWy4yi7N9Ndq",
|
|
1126
1248
|
"transaction_type": "special"
|
|
1127
1249
|
},
|
|
1128
1250
|
{
|
|
1129
|
-
"account_id": "
|
|
1251
|
+
"account_id": "plaid-account-7",
|
|
1130
1252
|
"amount": 6.33,
|
|
1131
1253
|
"category": [
|
|
1132
1254
|
"Travel",
|
|
@@ -1136,15 +1258,17 @@
|
|
|
1136
1258
|
"category_id": "22006001",
|
|
1137
1259
|
"date": "2018-09-06",
|
|
1138
1260
|
"iso_currency_code": "USD",
|
|
1139
|
-
"location": {
|
|
1261
|
+
"location": {
|
|
1262
|
+
},
|
|
1140
1263
|
"name": "Uber 072515 SF**POOL**",
|
|
1141
|
-
"payment_meta": {
|
|
1264
|
+
"payment_meta": {
|
|
1265
|
+
},
|
|
1142
1266
|
"pending": false,
|
|
1143
1267
|
"transaction_id": "qg7RzJq3NdC4nWwQ9M9vI1kjLZBGoGsdEqjn5",
|
|
1144
1268
|
"transaction_type": "special"
|
|
1145
1269
|
},
|
|
1146
1270
|
{
|
|
1147
|
-
"account_id": "
|
|
1271
|
+
"account_id": "plaid-account-7",
|
|
1148
1272
|
"amount": 500,
|
|
1149
1273
|
"category": [
|
|
1150
1274
|
"Food and Drink",
|
|
@@ -1153,15 +1277,17 @@
|
|
|
1153
1277
|
"category_id": "13005000",
|
|
1154
1278
|
"date": "2018-09-03",
|
|
1155
1279
|
"iso_currency_code": "USD",
|
|
1156
|
-
"location": {
|
|
1280
|
+
"location": {
|
|
1281
|
+
},
|
|
1157
1282
|
"name": "Tectra Inc",
|
|
1158
|
-
"payment_meta": {
|
|
1283
|
+
"payment_meta": {
|
|
1284
|
+
},
|
|
1159
1285
|
"pending": false,
|
|
1160
1286
|
"transaction_id": "d4qwyMNLGniwWkoDygyVHj367APxZxcZk3kgW",
|
|
1161
1287
|
"transaction_type": "place"
|
|
1162
1288
|
},
|
|
1163
1289
|
{
|
|
1164
|
-
"account_id": "
|
|
1290
|
+
"account_id": "plaid-account-7",
|
|
1165
1291
|
"amount": 2078.5,
|
|
1166
1292
|
"category": [
|
|
1167
1293
|
"Payment"
|
|
@@ -1169,15 +1295,17 @@
|
|
|
1169
1295
|
"category_id": "16000000",
|
|
1170
1296
|
"date": "2018-09-02",
|
|
1171
1297
|
"iso_currency_code": "USD",
|
|
1172
|
-
"location": {
|
|
1298
|
+
"location": {
|
|
1299
|
+
},
|
|
1173
1300
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
1174
|
-
"payment_meta": {
|
|
1301
|
+
"payment_meta": {
|
|
1302
|
+
},
|
|
1175
1303
|
"pending": false,
|
|
1176
1304
|
"transaction_id": "xbprNDRjEetvPXV36d6Zse1EvBDxPxin1E1lE",
|
|
1177
1305
|
"transaction_type": "special"
|
|
1178
1306
|
},
|
|
1179
1307
|
{
|
|
1180
|
-
"account_id": "
|
|
1308
|
+
"account_id": "plaid-account-7",
|
|
1181
1309
|
"amount": 500,
|
|
1182
1310
|
"category": [
|
|
1183
1311
|
"Food and Drink",
|
|
@@ -1186,15 +1314,17 @@
|
|
|
1186
1314
|
"category_id": "13005000",
|
|
1187
1315
|
"date": "2018-09-02",
|
|
1188
1316
|
"iso_currency_code": "USD",
|
|
1189
|
-
"location": {
|
|
1317
|
+
"location": {
|
|
1318
|
+
},
|
|
1190
1319
|
"name": "KFC",
|
|
1191
|
-
"payment_meta": {
|
|
1320
|
+
"payment_meta": {
|
|
1321
|
+
},
|
|
1192
1322
|
"pending": false,
|
|
1193
1323
|
"transaction_id": "3l6K8nLRQ7CrRNdyo7o3Fw8oRxEBeBUqAaAoD",
|
|
1194
1324
|
"transaction_type": "place"
|
|
1195
1325
|
},
|
|
1196
1326
|
{
|
|
1197
|
-
"account_id": "
|
|
1327
|
+
"account_id": "plaid-account-7",
|
|
1198
1328
|
"amount": 500,
|
|
1199
1329
|
"category": [
|
|
1200
1330
|
"Shops",
|
|
@@ -1203,15 +1333,17 @@
|
|
|
1203
1333
|
"category_id": "19046000",
|
|
1204
1334
|
"date": "2018-09-02",
|
|
1205
1335
|
"iso_currency_code": "USD",
|
|
1206
|
-
"location": {
|
|
1336
|
+
"location": {
|
|
1337
|
+
},
|
|
1207
1338
|
"name": "Madison Bicycle Shop",
|
|
1208
|
-
"payment_meta": {
|
|
1339
|
+
"payment_meta": {
|
|
1340
|
+
},
|
|
1209
1341
|
"pending": false,
|
|
1210
1342
|
"transaction_id": "BeaRVLvjrnHqELzlGVGDUNp4Q3MxvxuwBGBeo",
|
|
1211
1343
|
"transaction_type": "place"
|
|
1212
1344
|
},
|
|
1213
1345
|
{
|
|
1214
|
-
"account_id": "
|
|
1346
|
+
"account_id": "plaid-account-8",
|
|
1215
1347
|
"amount": 25,
|
|
1216
1348
|
"category": [
|
|
1217
1349
|
"Payment",
|
|
@@ -1220,15 +1352,17 @@
|
|
|
1220
1352
|
"category_id": "16001000",
|
|
1221
1353
|
"date": "2018-08-24",
|
|
1222
1354
|
"iso_currency_code": "USD",
|
|
1223
|
-
"location": {
|
|
1355
|
+
"location": {
|
|
1356
|
+
},
|
|
1224
1357
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
1225
|
-
"payment_meta": {
|
|
1358
|
+
"payment_meta": {
|
|
1359
|
+
},
|
|
1226
1360
|
"pending": false,
|
|
1227
1361
|
"transaction_id": "wnLK4RxPg7cgVGoWljlvsZNvLWn9x9crG6G4G",
|
|
1228
1362
|
"transaction_type": "special"
|
|
1229
1363
|
},
|
|
1230
1364
|
{
|
|
1231
|
-
"account_id": "
|
|
1365
|
+
"account_id": "plaid-account-8",
|
|
1232
1366
|
"amount": 5.4,
|
|
1233
1367
|
"category": [
|
|
1234
1368
|
"Travel",
|
|
@@ -1238,15 +1372,17 @@
|
|
|
1238
1372
|
"category_id": "22006001",
|
|
1239
1373
|
"date": "2018-08-24",
|
|
1240
1374
|
"iso_currency_code": "USD",
|
|
1241
|
-
"location": {
|
|
1375
|
+
"location": {
|
|
1376
|
+
},
|
|
1242
1377
|
"name": "Uber 063015 SF**POOL**",
|
|
1243
|
-
"payment_meta": {
|
|
1378
|
+
"payment_meta": {
|
|
1379
|
+
},
|
|
1244
1380
|
"pending": false,
|
|
1245
1381
|
"transaction_id": "lMaZwmJkqrImlGEzW3W8HVoB7j1DADcZ4vqlx",
|
|
1246
1382
|
"transaction_type": "special"
|
|
1247
1383
|
},
|
|
1248
1384
|
{
|
|
1249
|
-
"account_id": "
|
|
1385
|
+
"account_id": "plaid-account-8",
|
|
1250
1386
|
"amount": 5850,
|
|
1251
1387
|
"category": [
|
|
1252
1388
|
"Payment"
|
|
@@ -1254,7 +1390,8 @@
|
|
|
1254
1390
|
"category_id": "16000000",
|
|
1255
1391
|
"date": "2018-08-23",
|
|
1256
1392
|
"iso_currency_code": "USD",
|
|
1257
|
-
"location": {
|
|
1393
|
+
"location": {
|
|
1394
|
+
},
|
|
1258
1395
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
1259
1396
|
"payment_meta": {
|
|
1260
1397
|
"payment_method": "ACH"
|
|
@@ -1264,7 +1401,7 @@
|
|
|
1264
1401
|
"transaction_type": "special"
|
|
1265
1402
|
},
|
|
1266
1403
|
{
|
|
1267
|
-
"account_id": "
|
|
1404
|
+
"account_id": "plaid-account-8",
|
|
1268
1405
|
"amount": 1000,
|
|
1269
1406
|
"category": [
|
|
1270
1407
|
"Transfer",
|
|
@@ -1273,15 +1410,17 @@
|
|
|
1273
1410
|
"category_id": "21007000",
|
|
1274
1411
|
"date": "2018-08-23",
|
|
1275
1412
|
"iso_currency_code": "USD",
|
|
1276
|
-
"location": {
|
|
1413
|
+
"location": {
|
|
1414
|
+
},
|
|
1277
1415
|
"name": "CD DEPOSIT .INITIAL.",
|
|
1278
|
-
"payment_meta": {
|
|
1416
|
+
"payment_meta": {
|
|
1417
|
+
},
|
|
1279
1418
|
"pending": false,
|
|
1280
1419
|
"transaction_id": "5KDoWnJlLQilER7a8N8dIVwbgyBMeMcZvDven",
|
|
1281
1420
|
"transaction_type": "special"
|
|
1282
1421
|
},
|
|
1283
1422
|
{
|
|
1284
|
-
"account_id": "
|
|
1423
|
+
"account_id": "plaid-account-8",
|
|
1285
1424
|
"amount": 78.5,
|
|
1286
1425
|
"category": [
|
|
1287
1426
|
"Recreation",
|
|
@@ -1290,15 +1429,17 @@
|
|
|
1290
1429
|
"category_id": "17018000",
|
|
1291
1430
|
"date": "2018-08-22",
|
|
1292
1431
|
"iso_currency_code": "USD",
|
|
1293
|
-
"location": {
|
|
1432
|
+
"location": {
|
|
1433
|
+
},
|
|
1294
1434
|
"name": "Touchstone Climbing",
|
|
1295
|
-
"payment_meta": {
|
|
1435
|
+
"payment_meta": {
|
|
1436
|
+
},
|
|
1296
1437
|
"pending": false,
|
|
1297
1438
|
"transaction_id": "zygmjlAenZTdkMbRE9EQuA18DxndrdCoVGVPN",
|
|
1298
1439
|
"transaction_type": "place"
|
|
1299
1440
|
},
|
|
1300
1441
|
{
|
|
1301
|
-
"account_id": "
|
|
1442
|
+
"account_id": "plaid-account-8",
|
|
1302
1443
|
"amount": -500,
|
|
1303
1444
|
"category": [
|
|
1304
1445
|
"Travel",
|
|
@@ -1307,15 +1448,17 @@
|
|
|
1307
1448
|
"category_id": "22001000",
|
|
1308
1449
|
"date": "2018-08-22",
|
|
1309
1450
|
"iso_currency_code": "USD",
|
|
1310
|
-
"location": {
|
|
1451
|
+
"location": {
|
|
1452
|
+
},
|
|
1311
1453
|
"name": "United Airlines",
|
|
1312
|
-
"payment_meta": {
|
|
1454
|
+
"payment_meta": {
|
|
1455
|
+
},
|
|
1313
1456
|
"pending": false,
|
|
1314
1457
|
"transaction_id": "kZdyVMplJKuA16ErX3XvHlZ7Mz41q1fW9bjkn",
|
|
1315
1458
|
"transaction_type": "special"
|
|
1316
1459
|
},
|
|
1317
1460
|
{
|
|
1318
|
-
"account_id": "
|
|
1461
|
+
"account_id": "plaid-account-8",
|
|
1319
1462
|
"amount": 12,
|
|
1320
1463
|
"category": [
|
|
1321
1464
|
"Food and Drink",
|
|
@@ -1328,13 +1471,14 @@
|
|
|
1328
1471
|
"store_number": "3322"
|
|
1329
1472
|
},
|
|
1330
1473
|
"name": "McDonald's",
|
|
1331
|
-
"payment_meta": {
|
|
1474
|
+
"payment_meta": {
|
|
1475
|
+
},
|
|
1332
1476
|
"pending": false,
|
|
1333
1477
|
"transaction_id": "5KDoWnJlLQilER7a8N8dIVwbgyBMeMcZvDn9w",
|
|
1334
1478
|
"transaction_type": "place"
|
|
1335
1479
|
},
|
|
1336
1480
|
{
|
|
1337
|
-
"account_id": "
|
|
1481
|
+
"account_id": "plaid-account-8",
|
|
1338
1482
|
"amount": 4.33,
|
|
1339
1483
|
"category": [
|
|
1340
1484
|
"Food and Drink",
|
|
@@ -1344,15 +1488,17 @@
|
|
|
1344
1488
|
"category_id": "13005043",
|
|
1345
1489
|
"date": "2018-08-21",
|
|
1346
1490
|
"iso_currency_code": "USD",
|
|
1347
|
-
"location": {
|
|
1491
|
+
"location": {
|
|
1492
|
+
},
|
|
1348
1493
|
"name": "Starbucks",
|
|
1349
|
-
"payment_meta": {
|
|
1494
|
+
"payment_meta": {
|
|
1495
|
+
},
|
|
1350
1496
|
"pending": false,
|
|
1351
1497
|
"transaction_id": "JgZE3wQp1rCx5DPV3k3yu9ykaN36r6FdALymj",
|
|
1352
1498
|
"transaction_type": "place"
|
|
1353
1499
|
},
|
|
1354
1500
|
{
|
|
1355
|
-
"account_id": "
|
|
1501
|
+
"account_id": "plaid-account-8",
|
|
1356
1502
|
"amount": 89.4,
|
|
1357
1503
|
"category": [
|
|
1358
1504
|
"Food and Drink",
|
|
@@ -1361,15 +1507,17 @@
|
|
|
1361
1507
|
"category_id": "13005000",
|
|
1362
1508
|
"date": "2018-08-20",
|
|
1363
1509
|
"iso_currency_code": "USD",
|
|
1364
|
-
"location": {
|
|
1510
|
+
"location": {
|
|
1511
|
+
},
|
|
1365
1512
|
"name": "SparkFun",
|
|
1366
|
-
"payment_meta": {
|
|
1513
|
+
"payment_meta": {
|
|
1514
|
+
},
|
|
1367
1515
|
"pending": false,
|
|
1368
1516
|
"transaction_id": "wnLK4RxPg7cgVGoWljlvsZNvLWn9x9crG6pJp",
|
|
1369
1517
|
"transaction_type": "place"
|
|
1370
1518
|
},
|
|
1371
1519
|
{
|
|
1372
|
-
"account_id": "
|
|
1520
|
+
"account_id": "plaid-account-8",
|
|
1373
1521
|
"amount": -4.22,
|
|
1374
1522
|
"category": [
|
|
1375
1523
|
"Food and Drink",
|
|
@@ -1378,15 +1526,17 @@
|
|
|
1378
1526
|
"category_id": "13005000",
|
|
1379
1527
|
"date": "2018-08-19",
|
|
1380
1528
|
"iso_currency_code": "USD",
|
|
1381
|
-
"location": {
|
|
1529
|
+
"location": {
|
|
1530
|
+
},
|
|
1382
1531
|
"name": "INTRST PYMNT",
|
|
1383
|
-
"payment_meta": {
|
|
1532
|
+
"payment_meta": {
|
|
1533
|
+
},
|
|
1384
1534
|
"pending": false,
|
|
1385
1535
|
"transaction_id": "VRnWMZw3lecj5yAKMQMqILaWRAMEnEtWaJaj4",
|
|
1386
1536
|
"transaction_type": "place"
|
|
1387
1537
|
},
|
|
1388
1538
|
{
|
|
1389
|
-
"account_id": "
|
|
1539
|
+
"account_id": "plaid-account-9",
|
|
1390
1540
|
"amount": 500,
|
|
1391
1541
|
"category": [
|
|
1392
1542
|
"Travel",
|
|
@@ -1395,15 +1545,17 @@
|
|
|
1395
1545
|
"category_id": "22001000",
|
|
1396
1546
|
"date": "2018-08-09",
|
|
1397
1547
|
"iso_currency_code": "USD",
|
|
1398
|
-
"location": {
|
|
1548
|
+
"location": {
|
|
1549
|
+
},
|
|
1399
1550
|
"name": "United Airlines",
|
|
1400
|
-
"payment_meta": {
|
|
1551
|
+
"payment_meta": {
|
|
1552
|
+
},
|
|
1401
1553
|
"pending": false,
|
|
1402
1554
|
"transaction_id": "r8eJB7Kxjato3GElKBKVsEvlBng919tlQvQK9",
|
|
1403
1555
|
"transaction_type": "special"
|
|
1404
1556
|
},
|
|
1405
1557
|
{
|
|
1406
|
-
"account_id": "
|
|
1558
|
+
"account_id": "plaid-account-9",
|
|
1407
1559
|
"amount": 6.33,
|
|
1408
1560
|
"category": [
|
|
1409
1561
|
"Travel",
|
|
@@ -1413,15 +1565,17 @@
|
|
|
1413
1565
|
"category_id": "22006001",
|
|
1414
1566
|
"date": "2018-08-07",
|
|
1415
1567
|
"iso_currency_code": "USD",
|
|
1416
|
-
"location": {
|
|
1568
|
+
"location": {
|
|
1569
|
+
},
|
|
1417
1570
|
"name": "Uber 072515 SF**POOL**",
|
|
1418
|
-
"payment_meta": {
|
|
1571
|
+
"payment_meta": {
|
|
1572
|
+
},
|
|
1419
1573
|
"pending": false,
|
|
1420
1574
|
"transaction_id": "VRnWMZw3lecj5yAKMQMqILaWRAMEnEtWaJVza",
|
|
1421
1575
|
"transaction_type": "special"
|
|
1422
1576
|
},
|
|
1423
1577
|
{
|
|
1424
|
-
"account_id": "
|
|
1578
|
+
"account_id": "plaid-account-9",
|
|
1425
1579
|
"amount": 500,
|
|
1426
1580
|
"category": [
|
|
1427
1581
|
"Food and Drink",
|
|
@@ -1430,15 +1584,17 @@
|
|
|
1430
1584
|
"category_id": "13005000",
|
|
1431
1585
|
"date": "2018-08-04",
|
|
1432
1586
|
"iso_currency_code": "USD",
|
|
1433
|
-
"location": {
|
|
1587
|
+
"location": {
|
|
1588
|
+
},
|
|
1434
1589
|
"name": "Tectra Inc",
|
|
1435
|
-
"payment_meta": {
|
|
1590
|
+
"payment_meta": {
|
|
1591
|
+
},
|
|
1436
1592
|
"pending": false,
|
|
1437
1593
|
"transaction_id": "K8MnxAyopztL5pjPxRxVCD9GX3xe7etVyvywo",
|
|
1438
1594
|
"transaction_type": "place"
|
|
1439
1595
|
},
|
|
1440
1596
|
{
|
|
1441
|
-
"account_id": "
|
|
1597
|
+
"account_id": "plaid-account-9",
|
|
1442
1598
|
"amount": 2078.5,
|
|
1443
1599
|
"category": [
|
|
1444
1600
|
"Payment"
|
|
@@ -1446,15 +1602,17 @@
|
|
|
1446
1602
|
"category_id": "16000000",
|
|
1447
1603
|
"date": "2018-08-03",
|
|
1448
1604
|
"iso_currency_code": "USD",
|
|
1449
|
-
"location": {
|
|
1605
|
+
"location": {
|
|
1606
|
+
},
|
|
1450
1607
|
"name": "AUTOMATIC PAYMENT - THANK",
|
|
1451
|
-
"payment_meta": {
|
|
1608
|
+
"payment_meta": {
|
|
1609
|
+
},
|
|
1452
1610
|
"pending": false,
|
|
1453
1611
|
"transaction_id": "qg7RzJq3NdC4nWwQ9M9vI1kjLZBGoGsdEqEby",
|
|
1454
1612
|
"transaction_type": "special"
|
|
1455
1613
|
},
|
|
1456
1614
|
{
|
|
1457
|
-
"account_id": "
|
|
1615
|
+
"account_id": "plaid-account-9",
|
|
1458
1616
|
"amount": 500,
|
|
1459
1617
|
"category": [
|
|
1460
1618
|
"Food and Drink",
|
|
@@ -1463,15 +1621,17 @@
|
|
|
1463
1621
|
"category_id": "13005000",
|
|
1464
1622
|
"date": "2018-08-03",
|
|
1465
1623
|
"iso_currency_code": "USD",
|
|
1466
|
-
"location": {
|
|
1624
|
+
"location": {
|
|
1625
|
+
},
|
|
1467
1626
|
"name": "KFC",
|
|
1468
|
-
"payment_meta": {
|
|
1627
|
+
"payment_meta": {
|
|
1628
|
+
},
|
|
1469
1629
|
"pending": false,
|
|
1470
1630
|
"transaction_id": "lMaZwmJkqrImlGEzW3W8HVoB7j1DADcZ4v49R",
|
|
1471
1631
|
"transaction_type": "place"
|
|
1472
1632
|
},
|
|
1473
1633
|
{
|
|
1474
|
-
"account_id": "
|
|
1634
|
+
"account_id": "plaid-account-9",
|
|
1475
1635
|
"amount": 500,
|
|
1476
1636
|
"category": [
|
|
1477
1637
|
"Shops",
|
|
@@ -1480,15 +1640,17 @@
|
|
|
1480
1640
|
"category_id": "19046000",
|
|
1481
1641
|
"date": "2018-08-03",
|
|
1482
1642
|
"iso_currency_code": "USD",
|
|
1483
|
-
"location": {
|
|
1643
|
+
"location": {
|
|
1644
|
+
},
|
|
1484
1645
|
"name": "Madison Bicycle Shop",
|
|
1485
|
-
"payment_meta": {
|
|
1646
|
+
"payment_meta": {
|
|
1647
|
+
},
|
|
1486
1648
|
"pending": false,
|
|
1487
1649
|
"transaction_id": "kZdyVMplJKuA16ErX3XvHlZ7Mz41q1fW9b9Pp",
|
|
1488
1650
|
"transaction_type": "place"
|
|
1489
1651
|
},
|
|
1490
1652
|
{
|
|
1491
|
-
"account_id": "
|
|
1653
|
+
"account_id": "plaid-account-9",
|
|
1492
1654
|
"amount": 25,
|
|
1493
1655
|
"category": [
|
|
1494
1656
|
"Payment",
|
|
@@ -1497,15 +1659,17 @@
|
|
|
1497
1659
|
"category_id": "16001000",
|
|
1498
1660
|
"date": "2018-07-25",
|
|
1499
1661
|
"iso_currency_code": "USD",
|
|
1500
|
-
"location": {
|
|
1662
|
+
"location": {
|
|
1663
|
+
},
|
|
1501
1664
|
"name": "CREDIT CARD 3333 PAYMENT *//",
|
|
1502
|
-
"payment_meta": {
|
|
1665
|
+
"payment_meta": {
|
|
1666
|
+
},
|
|
1503
1667
|
"pending": false,
|
|
1504
1668
|
"transaction_id": "DZN8ln4exmux5EW8lql4uV7X8plb6bcv181AP",
|
|
1505
1669
|
"transaction_type": "special"
|
|
1506
1670
|
},
|
|
1507
1671
|
{
|
|
1508
|
-
"account_id": "
|
|
1672
|
+
"account_id": "plaid-account-9",
|
|
1509
1673
|
"amount": 5.4,
|
|
1510
1674
|
"category": [
|
|
1511
1675
|
"Travel",
|
|
@@ -1515,15 +1679,17 @@
|
|
|
1515
1679
|
"category_id": "22006001",
|
|
1516
1680
|
"date": "2018-07-25",
|
|
1517
1681
|
"iso_currency_code": "USD",
|
|
1518
|
-
"location": {
|
|
1682
|
+
"location": {
|
|
1683
|
+
},
|
|
1519
1684
|
"name": "Uber 063015 SF**POOL**",
|
|
1520
|
-
"payment_meta": {
|
|
1685
|
+
"payment_meta": {
|
|
1686
|
+
},
|
|
1521
1687
|
"pending": false,
|
|
1522
1688
|
"transaction_id": "DZN8ln4exmux5EW8lql4uV7X8plb6bcv18obg",
|
|
1523
1689
|
"transaction_type": "special"
|
|
1524
1690
|
},
|
|
1525
1691
|
{
|
|
1526
|
-
"account_id": "
|
|
1692
|
+
"account_id": "plaid-account-9",
|
|
1527
1693
|
"amount": 5850,
|
|
1528
1694
|
"category": [
|
|
1529
1695
|
"Payment"
|
|
@@ -1531,7 +1697,8 @@
|
|
|
1531
1697
|
"category_id": "16000000",
|
|
1532
1698
|
"date": "2018-07-24",
|
|
1533
1699
|
"iso_currency_code": "USD",
|
|
1534
|
-
"location": {
|
|
1700
|
+
"location": {
|
|
1701
|
+
},
|
|
1535
1702
|
"name": "ACH Electronic CreditGUSTO PAY 123456",
|
|
1536
1703
|
"payment_meta": {
|
|
1537
1704
|
"payment_method": "ACH"
|
|
@@ -1541,7 +1708,7 @@
|
|
|
1541
1708
|
"transaction_type": "special"
|
|
1542
1709
|
},
|
|
1543
1710
|
{
|
|
1544
|
-
"account_id": "
|
|
1711
|
+
"account_id": "plaid-account-9",
|
|
1545
1712
|
"amount": 1000,
|
|
1546
1713
|
"category": [
|
|
1547
1714
|
"Transfer",
|
|
@@ -1550,15 +1717,17 @@
|
|
|
1550
1717
|
"category_id": "21007000",
|
|
1551
1718
|
"date": "2018-07-24",
|
|
1552
1719
|
"iso_currency_code": "USD",
|
|
1553
|
-
"location": {
|
|
1720
|
+
"location": {
|
|
1721
|
+
},
|
|
1554
1722
|
"name": "CD DEPOSIT .INITIAL.",
|
|
1555
|
-
"payment_meta": {
|
|
1723
|
+
"payment_meta": {
|
|
1724
|
+
},
|
|
1556
1725
|
"pending": false,
|
|
1557
1726
|
"transaction_id": "wnLK4RxPg7cgVGoWljlvsZNvLWn9x9crG6GDG",
|
|
1558
1727
|
"transaction_type": "special"
|
|
1559
1728
|
},
|
|
1560
1729
|
{
|
|
1561
|
-
"account_id": "
|
|
1730
|
+
"account_id": "plaid-account-10",
|
|
1562
1731
|
"amount": 78.5,
|
|
1563
1732
|
"category": [
|
|
1564
1733
|
"Recreation",
|
|
@@ -1567,15 +1736,17 @@
|
|
|
1567
1736
|
"category_id": "17018000",
|
|
1568
1737
|
"date": "2018-07-23",
|
|
1569
1738
|
"iso_currency_code": "USD",
|
|
1570
|
-
"location": {
|
|
1739
|
+
"location": {
|
|
1740
|
+
},
|
|
1571
1741
|
"name": "Touchstone Climbing",
|
|
1572
|
-
"payment_meta": {
|
|
1742
|
+
"payment_meta": {
|
|
1743
|
+
},
|
|
1573
1744
|
"pending": false,
|
|
1574
1745
|
"transaction_id": "JgZE3wQp1rCx5DPV3k3yu9ykaN36r6FdALA7g",
|
|
1575
1746
|
"transaction_type": "place"
|
|
1576
1747
|
},
|
|
1577
1748
|
{
|
|
1578
|
-
"account_id": "
|
|
1749
|
+
"account_id": "plaid-account-10",
|
|
1579
1750
|
"amount": -500,
|
|
1580
1751
|
"category": [
|
|
1581
1752
|
"Travel",
|
|
@@ -1584,15 +1755,17 @@
|
|
|
1584
1755
|
"category_id": "22001000",
|
|
1585
1756
|
"date": "2018-07-23",
|
|
1586
1757
|
"iso_currency_code": "USD",
|
|
1587
|
-
"location": {
|
|
1758
|
+
"location": {
|
|
1759
|
+
},
|
|
1588
1760
|
"name": "United Airlines",
|
|
1589
|
-
"payment_meta": {
|
|
1761
|
+
"payment_meta": {
|
|
1762
|
+
},
|
|
1590
1763
|
"pending": false,
|
|
1591
1764
|
"transaction_id": "XXm8LbQdzZfdlbAXL9LGuQoL5lwe4ehdQRXGW",
|
|
1592
1765
|
"transaction_type": "special"
|
|
1593
1766
|
},
|
|
1594
1767
|
{
|
|
1595
|
-
"account_id": "
|
|
1768
|
+
"account_id": "plaid-account-10",
|
|
1596
1769
|
"amount": 12,
|
|
1597
1770
|
"category": [
|
|
1598
1771
|
"Food and Drink",
|
|
@@ -1605,13 +1778,14 @@
|
|
|
1605
1778
|
"store_number": "3322"
|
|
1606
1779
|
},
|
|
1607
1780
|
"name": "McDonald's",
|
|
1608
|
-
"payment_meta": {
|
|
1781
|
+
"payment_meta": {
|
|
1782
|
+
},
|
|
1609
1783
|
"pending": false,
|
|
1610
1784
|
"transaction_id": "RmE87wZKRNt65QKb797oHdrbM17pzpFR9Qq8g",
|
|
1611
1785
|
"transaction_type": "place"
|
|
1612
1786
|
},
|
|
1613
1787
|
{
|
|
1614
|
-
"account_id": "
|
|
1788
|
+
"account_id": "plaid-account-10",
|
|
1615
1789
|
"amount": 4.33,
|
|
1616
1790
|
"category": [
|
|
1617
1791
|
"Food and Drink",
|
|
@@ -1621,15 +1795,17 @@
|
|
|
1621
1795
|
"category_id": "13005043",
|
|
1622
1796
|
"date": "2018-07-22",
|
|
1623
1797
|
"iso_currency_code": "USD",
|
|
1624
|
-
"location": {
|
|
1798
|
+
"location": {
|
|
1799
|
+
},
|
|
1625
1800
|
"name": "Starbucks",
|
|
1626
|
-
"payment_meta": {
|
|
1801
|
+
"payment_meta": {
|
|
1802
|
+
},
|
|
1627
1803
|
"pending": false,
|
|
1628
1804
|
"transaction_id": "6rVgAnLqoZcP3BbjpWpain4k3JeLxLtg6Rl4R",
|
|
1629
1805
|
"transaction_type": "place"
|
|
1630
1806
|
},
|
|
1631
1807
|
{
|
|
1632
|
-
"account_id": "
|
|
1808
|
+
"account_id": "plaid-account-10",
|
|
1633
1809
|
"amount": 89.4,
|
|
1634
1810
|
"category": [
|
|
1635
1811
|
"Food and Drink",
|
|
@@ -1638,15 +1814,17 @@
|
|
|
1638
1814
|
"category_id": "13005000",
|
|
1639
1815
|
"date": "2018-07-21",
|
|
1640
1816
|
"iso_currency_code": "USD",
|
|
1641
|
-
"location": {
|
|
1817
|
+
"location": {
|
|
1818
|
+
},
|
|
1642
1819
|
"name": "SparkFun",
|
|
1643
|
-
"payment_meta": {
|
|
1820
|
+
"payment_meta": {
|
|
1821
|
+
},
|
|
1644
1822
|
"pending": false,
|
|
1645
1823
|
"transaction_id": "vG1qag3NpjuX4E1zgxgvhELdJrWGXGtWpDKrQ",
|
|
1646
1824
|
"transaction_type": "place"
|
|
1647
1825
|
},
|
|
1648
1826
|
{
|
|
1649
|
-
"account_id": "
|
|
1827
|
+
"account_id": "plaid-account-10",
|
|
1650
1828
|
"amount": -4.22,
|
|
1651
1829
|
"category": [
|
|
1652
1830
|
"Food and Drink",
|
|
@@ -1655,15 +1833,17 @@
|
|
|
1655
1833
|
"category_id": "13005000",
|
|
1656
1834
|
"date": "2018-07-20",
|
|
1657
1835
|
"iso_currency_code": "USD",
|
|
1658
|
-
"location": {
|
|
1836
|
+
"location": {
|
|
1837
|
+
},
|
|
1659
1838
|
"name": "INTRST PYMNT",
|
|
1660
|
-
"payment_meta": {
|
|
1839
|
+
"payment_meta": {
|
|
1840
|
+
},
|
|
1661
1841
|
"pending": false,
|
|
1662
1842
|
"transaction_id": "XXm8LbQdzZfdlbAXL9LGuQoL5lwe4ehdQRQ7R",
|
|
1663
1843
|
"transaction_type": "place"
|
|
1664
1844
|
},
|
|
1665
1845
|
{
|
|
1666
|
-
"account_id": "
|
|
1846
|
+
"account_id": "plaid-account-10",
|
|
1667
1847
|
"amount": 500,
|
|
1668
1848
|
"category": [
|
|
1669
1849
|
"Travel",
|
|
@@ -1672,15 +1852,17 @@
|
|
|
1672
1852
|
"category_id": "22001000",
|
|
1673
1853
|
"date": "2018-07-10",
|
|
1674
1854
|
"iso_currency_code": "USD",
|
|
1675
|
-
"location": {
|
|
1855
|
+
"location": {
|
|
1856
|
+
},
|
|
1676
1857
|
"name": "United Airlines",
|
|
1677
|
-
"payment_meta": {
|
|
1858
|
+
"payment_meta": {
|
|
1859
|
+
},
|
|
1678
1860
|
"pending": false,
|
|
1679
1861
|
"transaction_id": "5KDoWnJlLQilER7a8N8dIVwbgyBMeMcZvDvBM",
|
|
1680
1862
|
"transaction_type": "special"
|
|
1681
1863
|
},
|
|
1682
1864
|
{
|
|
1683
|
-
"account_id": "
|
|
1865
|
+
"account_id": "plaid-account-10",
|
|
1684
1866
|
"amount": 6.33,
|
|
1685
1867
|
"category": [
|
|
1686
1868
|
"Travel",
|
|
@@ -1690,15 +1872,17 @@
|
|
|
1690
1872
|
"category_id": "22006001",
|
|
1691
1873
|
"date": "2018-07-08",
|
|
1692
1874
|
"iso_currency_code": "USD",
|
|
1693
|
-
"location": {
|
|
1875
|
+
"location": {
|
|
1876
|
+
},
|
|
1694
1877
|
"name": "Uber 072515 SF**POOL**",
|
|
1695
|
-
"payment_meta": {
|
|
1878
|
+
"payment_meta": {
|
|
1879
|
+
},
|
|
1696
1880
|
"pending": false,
|
|
1697
1881
|
"transaction_id": "93l8bR5zGLInaN7jz4zPtxKqQgkjDjcRrmvjx",
|
|
1698
1882
|
"transaction_type": "special"
|
|
1699
1883
|
},
|
|
1700
1884
|
{
|
|
1701
|
-
"account_id": "
|
|
1885
|
+
"account_id": "plaid-account-10",
|
|
1702
1886
|
"amount": 500,
|
|
1703
1887
|
"category": [
|
|
1704
1888
|
"Food and Drink",
|
|
@@ -1707,15 +1891,17 @@
|
|
|
1707
1891
|
"category_id": "13005000",
|
|
1708
1892
|
"date": "2018-07-05",
|
|
1709
1893
|
"iso_currency_code": "USD",
|
|
1710
|
-
"location": {
|
|
1894
|
+
"location": {
|
|
1895
|
+
},
|
|
1711
1896
|
"name": "Tectra Inc",
|
|
1712
|
-
"payment_meta": {
|
|
1897
|
+
"payment_meta": {
|
|
1898
|
+
},
|
|
1713
1899
|
"pending": false,
|
|
1714
1900
|
"transaction_id": "wnLK4RxPg7cgVGoWljlvsZNvLWn9x9crG6Gex",
|
|
1715
1901
|
"transaction_type": "place"
|
|
1716
1902
|
},
|
|
1717
1903
|
{
|
|
1718
|
-
"account_id": "
|
|
1904
|
+
"account_id": "plaid-account-10",
|
|
1719
1905
|
"amount": 500,
|
|
1720
1906
|
"category": [
|
|
1721
1907
|
"Shops",
|
|
@@ -1724,9 +1910,11 @@
|
|
|
1724
1910
|
"category_id": "19046000",
|
|
1725
1911
|
"date": "2018-07-04",
|
|
1726
1912
|
"iso_currency_code": "USD",
|
|
1727
|
-
"location": {
|
|
1913
|
+
"location": {
|
|
1914
|
+
},
|
|
1728
1915
|
"name": "Madison Bicycle Shop",
|
|
1729
|
-
"payment_meta": {
|
|
1916
|
+
"payment_meta": {
|
|
1917
|
+
},
|
|
1730
1918
|
"pending": false,
|
|
1731
1919
|
"transaction_id": "XXm8LbQdzZfdlbAXL9LGuQoL5lwe4ehdQRQBV",
|
|
1732
1920
|
"transaction_type": "place"
|