API - SISTEMA | BAILEYS | OFIC...
Listar Faturas
1min
PHP
1<?php
2
3$curl = curl_init();
4
5curl_setopt_array($curl, array(
6 CURLOPT_URL => 'https://{BACKEND_URL}/api/invoices/listar',
7 CURLOPT_RETURNTRANSFER => true,
8 CURLOPT_ENCODING => '',
9 CURLOPT_MAXREDIRS => 10,
10 CURLOPT_TIMEOUT => 0,
11 CURLOPT_FOLLOWLOCATION => true,
12 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
13 CURLOPT_CUSTOMREQUEST => 'GET',
14 CURLOPT_POSTFIELDS =>'{
15 "status":"all" // all: todos, open: não pago, paid: pago
16}',
17 CURLOPT_HTTPHEADER => array(
18 'Content-Type: application/json',
19 'Authorization: Bearer tokenmeu'
20 ),
21));
22
23$response = curl_exec($curl);
24
25curl_close($curl);
26echo $response;
27
JSON
1[
2 {
3 "id": 27,
4 "detail": "Plano 2",
5 "status": "paid",
6 "value": 10,
7 "dueDate": "2023-08-28",
8 "companyId": 27,
9 "txid": "pay_2580910103018155",
10 "stripe_id": "cs_live_a1VRx4Do1T8Q6vgAWgdjC4PuQxgAYx0DvpDwVe4dmMvUsuiN1HQNDaApZG",
11 "createdAt": "2023-08-22T16:52:00.000Z",
12 "updatedAt": "2023-08-27T15:11:18.204Z"
13 },
14 {
15 "id": 28,
16 "detail": "Plano 2",
17 "status": "open",
18 "value": 10,
19 "dueDate": "2023-09-27T00:00:00-03:00",
20 "companyId": 27,
21 "txid": null,
22 "stripe_id": null,
23 "createdAt": "2023-08-27T15:11:30.000Z",
24 "updatedAt": "2023-08-27T15:11:30.000Z"
25 },
26 {
27 "id": 29,
28 "detail": "Plano 1",
29 "status": "open",
30 "value": 1190.99,
31 "dueDate": "2023-09-09T14:35:16-03:00",
32 "companyId": 28,
33 "txid": null,
34 "stripe_id": null,
35 "createdAt": "2023-09-03T17:36:30.000Z",
36 "updatedAt": "2023-09-03T17:36:30.000Z"
37 },
38 {
39 "id": 19,
40 "detail": "Plano 1",
41 "status": "open",
42 "value": 30,
43 "dueDate": "2023-08-04T10:21:20-03:00",
44 "companyId": 19,
45 "txid": null,
46 "stripe_id": null,
47 "createdAt": "2023-08-01T13:22:30.000Z",
48 "updatedAt": "2023-08-01T13:22:30.000Z"
49 },
50 {
51 "id": 3,
52 "detail": "Plano 1",
53 "status": "open",
54 "value": 30,
55 "dueDate": "2023-07-19T16:32:48-03:00",
56 "companyId": 4,
57 "txid": null,
58 "stripe_id": null,
59 "createdAt": "2023-07-16T19:33:44.000Z",
60 "updatedAt": "2023-07-16T19:33:44.000Z"
61 },
62 {
63 "id": 18,
64 "detail": "Plano Ilimitado",
65 "status": "open",
66 "value": 1,
67 "dueDate": "2093-03-14",
68 "companyId": 1,
69 "txid": null,
70 "stripe_id": "cs_live_a1PGHe2QIeYdXpG131IYYNCpoxdY2gsHlzlN7ewPGE1Wqzm1aXXiFWknrT",
71 "createdAt": "2023-07-30T18:34:00.000Z",
72 "updatedAt": "2023-09-19T12:14:52.683Z"
73 },
74 {
75 "id": 20,
76 "detail": "Plano Privado 1",
77 "status": "open",
78 "value": 111,
79 "dueDate": "2023-08-15T12:39:05-03:00",
80 "companyId": 20,
81 "txid": null,
82 "stripe_id": null,
83 "createdAt": "2023-08-12T15:40:00.000Z",
84 "updatedAt": "2023-08-12T15:40:00.000Z"
85 },
86 {
87 "id": 4,
88 "detail": "Plano 1",
89 "status": "open",
90 "value": 30,
91 "dueDate": "2023-07-19T21:25:49-03:00",
92 "companyId": 5,
93 "txid": null,
94 "stripe_id": "cs_live_a1zhrJaqn7aNXfxxhBQ3luxAoGixgRCwQ3qDIHwu5QS4V5v6qyVcGdhtE0",
95 "createdAt": "2023-07-17T00:26:20.000Z",
96 "updatedAt": "2023-07-17T00:48:59.713Z"
97 },
98 {
99 "id": 2,
100 "detail": "Plano 1",
101 "status": "open",
102 "value": 30,
103 "dueDate": "2023-07-19T11:13:53-03:00",
104 "companyId": 3,
105 "txid": null,
106 "stripe_id": "cs_live_a1VhPPx5IlITkvjsJdCfFHkaBIs0XBGmVVfeivqg6vpXQb0XsT84u3IBan",
107 "createdAt": "2023-07-16T14:14:32.000Z",
108 "updatedAt": "2023-07-17T18:47:22.023Z"
109 },
110 {
111 "id": 21,
112 "detail": "Plano 2",
113 "status": "open",
114 "value": 60,
115 "dueDate": "2023-08-15T12:45:32-03:00",
116 "companyId": 21,
117 "txid": null,
118 "stripe_id": null,
119 "createdAt": "2023-08-12T15:46:30.000Z",
120 "updatedAt": "2023-08-12T15:46:30.000Z"
121 },
122 {
123 "id": 6,
124 "detail": "Plano 1",
125 "status": "open",
126 "value": 30,
127 "dueDate": "2023-07-21T09:26:00-03:00",
128 "companyId": 7,
129 "txid": null,
130 "stripe_id": null,
131 "createdAt": "2023-07-18T12:26:21.000Z",
132 "updatedAt": "2023-07-18T12:26:21.000Z"
133 },
134 {
135 "id": 8,
136 "detail": "Plano 2",
137 "status": "open",
138 "value": 60,
139 "dueDate": "2023-07-22T11:11:07-03:00",
140 "companyId": 9,
141 "txid": null,
142 "stripe_id": null,
143 "createdAt": "2023-07-19T14:11:29.000Z",
144 "updatedAt": "2023-07-19T14:11:29.000Z"
145 },
146 {
147 "id": 7,
148 "detail": "Plano 1",
149 "status": "open",
150 "value": 30,
151 "dueDate": "2023-07-21T21:25:12-03:00",
152 "companyId": 8,
153 "txid": null,
154 "stripe_id": "cs_live_a1xFnLXCvpwLYVwoQG1D1CRTbnkWADbxBeOX9NoXc5UU0KGChEMxyny6P0",
155 "createdAt": "2023-07-19T00:25:50.000Z",
156 "updatedAt": "2023-07-20T15:21:19.766Z"
157 },
158 {
159 "id": 5,
160 "detail": "Plano 1",
161 "status": "open",
162 "value": 30,
163 "dueDate": "2023-07-20T15:48:50-03:00",
164 "companyId": 6,
165 "txid": null,
166 "stripe_id": "cs_live_a1XQOoKTvNh1GxJMoqITmy6Du4QmH1AROG6fnnIR92fVtUmEAVL8RtJhEg",
167 "createdAt": "2023-07-17T18:49:44.000Z",
168 "updatedAt": "2023-07-20T18:25:45.354Z"
169 },
170 {
171 "id": 9,
172 "detail": "Plano 1",
173 "status": "open",
174 "value": 30,
175 "dueDate": "2023-07-25T20:54:13-03:00",
176 "companyId": 10,
177 "txid": null,
178 "stripe_id": "cs_live_a10bmLWfkYjkyuYzYq7aQBxVpwyFHK43yj9Vav9jFCBYACYCyvJkJ5eFG8",
179 "createdAt": "2023-07-22T23:56:58.000Z",
180 "updatedAt": "2023-07-23T00:17:08.763Z"
181 },
182 {
183 "id": 22,
184 "detail": "Plano Privado 1",
185 "status": "open",
186 "value": 111,
187 "dueDate": "2023-08-15T13:37:34-03:00",
188 "companyId": 22,
189 "txid": null,
190 "stripe_id": null,
191 "createdAt": "2023-08-12T16:38:30.000Z",
192 "updatedAt": "2023-08-12T16:38:30.000Z"
193 },
194 {
195 "id": 11,
196 "detail": "Plano 1",
197 "status": "open",
198 "value": 30,
199 "dueDate": "2023-07-26T17:05:16-03:00",
200 "companyId": 12,
201 "txid": null,
202 "stripe_id": "cs_live_a1qJwuNx3anh2xbXkkIqniJDukA17xe626y4OgvUKW7zVaD332wm5ZpRuE",
203 "createdAt": "2023-07-23T20:05:51.000Z",
204 "updatedAt": "2023-07-23T20:06:21.780Z"
205 },
206 {
207 "id": 10,
208 "detail": "Plano 1",
209 "status": "open",
210 "value": 30,
211 "dueDate": "2023-07-26T11:37:23-03:00",
212 "companyId": 11,
213 "txid": null,
214 "stripe_id": "cs_live_a1W4DSmxKCvRGnXvCyLcM59k3ZYl7iVJ0nLzhjSq2zD7LhiPW1fBKLNkUX",
215 "createdAt": "2023-07-23T14:38:17.000Z",
216 "updatedAt": "2023-07-23T20:39:16.121Z"
217 },
218 {
219 "id": 12,
220 "detail": "Plano 1",
221 "status": "open",
222 "value": 30,
223 "dueDate": "2023-07-26T17:58:32-03:00",
224 "companyId": 13,
225 "txid": null,
226 "stripe_id": null,
227 "createdAt": "2023-07-23T20:59:24.000Z",
228 "updatedAt": "2023-07-23T20:59:24.000Z"
229 },
230 {
231 "id": 13,
232 "detail": "Plano 1",
233 "status": "open",
234 "value": 30,
235 "dueDate": "2023-07-27T22:37:34-03:00",
236 "companyId": 14,
237 "txid": null,
238 "stripe_id": null,
239 "createdAt": "2023-07-25T01:38:31.000Z",
240 "updatedAt": "2023-07-25T01:38:31.000Z"
241 },
242 {
243 "id": 23,
244 "detail": "Plano 2",
245 "status": "open",
246 "value": 60,
247 "dueDate": "2023-08-15T13:43:26-03:00",
248 "companyId": 23,
249 "txid": null,
250 "stripe_id": null,
251 "createdAt": "2023-08-12T16:44:00.000Z",
252 "updatedAt": "2023-08-12T16:44:00.000Z"
253 },
254 {
255 "id": 25,
256 "detail": "Plano Privado 1",
257 "status": "open",
258 "value": 111,
259 "dueDate": "2023-08-13",
260 "companyId": 25,
261 "txid": null,
262 "stripe_id": null,
263 "createdAt": "2023-08-12T17:31:00.000Z",
264 "updatedAt": "2023-08-12T17:40:32.739Z"
265 },
266 {
267 "id": 30,
268 "detail": "Plano 2",
269 "status": "open",
270 "value": 10,
271 "dueDate": "2042-12-27",
272 "companyId": 29,
273 "txid": null,
274 "stripe_id": null,
275 "createdAt": "2023-09-21T21:10:00.000Z",
276 "updatedAt": "2023-10-02T02:27:03.832Z"
277 },
278 {
279 "id": 17,
280 "detail": "Plano 2",
281 "status": "open",
282 "value": 60,
283 "dueDate": "2023-08-22",
284 "companyId": 18,
285 "txid": null,
286 "stripe_id": null,
287 "createdAt": "2023-07-28T18:14:53.000Z",
288 "updatedAt": "2023-08-13T02:10:54.612Z"
289 },
290 {
291 "id": 31,
292 "detail": "Plano 2",
293 "status": "open",
294 "value": 10,
295 "dueDate": "2023-10-07T23:28:46-03:00",
296 "companyId": 30,
297 "txid": null,
298 "stripe_id": null,
299 "createdAt": "2023-10-02T02:32:00.000Z",
300 "updatedAt": "2023-10-02T02:32:00.000Z"
301 },
302 {
303 "id": 15,
304 "detail": "Plano 2",
305 "status": "open",
306 "value": 60,
307 "dueDate": "2023-08-23",
308 "companyId": 16,
309 "txid": null,
310 "stripe_id": "cs_live_a1wA1zZLabAEpWAwe6BfrbK82Zik84YtNuBKY5XCnAK6ZR5aLhG2gXe5nG",
311 "createdAt": "2023-07-25T14:00:39.000Z",
312 "updatedAt": "2023-08-13T02:18:24.829Z"
313 },
314 {
315 "id": 26,
316 "detail": "Plano 1",
317 "status": "open",
318 "value": 30,
319 "dueDate": "2023-08-20T16:21:59-03:00",
320 "companyId": 26,
321 "txid": null,
322 "stripe_id": null,
323 "createdAt": "2023-08-14T19:22:30.000Z",
324 "updatedAt": "2023-08-14T19:22:30.000Z"
325 },
326 {
327 "id": 16,
328 "detail": "Plano 1",
329 "status": "open",
330 "value": 30,
331 "dueDate": "2023-07-11",
332 "companyId": 17,
333 "txid": null,
334 "stripe_id": null,
335 "createdAt": "2023-07-26T16:45:51.000Z",
336 "updatedAt": "2023-07-30T20:02:53.571Z"
337 },
338 {
339 "id": 14,
340 "detail": "Plano 1",
341 "status": "open",
342 "value": 30,
343 "dueDate": "2023-07-06",
344 "companyId": 15,
345 "txid": null,
346 "stripe_id": "cs_live_a1zl3icZwifJJYN9ZfQxGQoLvIXfA6Z2pRcV6vFfcnC8ZlFAC8gWyGyu4C",
347 "createdAt": "2023-07-25T12:43:12.000Z",
348 "updatedAt": "2023-07-30T20:03:19.389Z"
349 },
350 {
351 "id": 37,
352 "detail": "Teste",
353 "status": "open",
354 "value": 14.67,
355 "dueDate": "2023-10-27",
356 "companyId": 36,
357 "txid": null,
358 "stripe_id": null,
359 "createdAt": "2023-10-21T22:39:00.000Z",
360 "updatedAt": "2023-10-22T00:23:33.550Z"
361 },
362 {
363 "id": 38,
364 "detail": "Teste",
365 "status": "open",
366 "value": 14.67,
367 "dueDate": "2023-10-30T15:19:54-03:00",
368 "companyId": 37,
369 "txid": null,
370 "stripe_id": null,
371 "createdAt": "2023-10-24T18:20:30.000Z",
372 "updatedAt": "2023-10-24T18:20:30.000Z"
373 },
374 {
375 "id": 39,
376 "detail": "Teste",
377 "status": "open",
378 "value": 14.67,
379 "dueDate": "2023-11-01T22:01:39-03:00",
380 "companyId": 38,
381 "txid": null,
382 "stripe_id": null,
383 "createdAt": "2023-10-27T01:02:30.000Z",
384 "updatedAt": "2023-10-27T01:02:30.000Z"
385 },
386 {
387 "id": 40,
388 "detail": "Plano 2",
389 "status": "open",
390 "value": 10,
391 "dueDate": "2023-11-01T22:10:46-03:00",
392 "companyId": 39,
393 "txid": null,
394 "stripe_id": null,
395 "createdAt": "2023-10-27T01:11:30.000Z",
396 "updatedAt": "2023-10-27T01:11:30.000Z"
397 },
398 {
399 "id": 41,
400 "detail": "Plano 2",
401 "status": "open",
402 "value": 10,
403 "dueDate": "2023-11-01T22:14:39-03:00",
404 "companyId": 40,
405 "txid": null,
406 "stripe_id": null,
407 "createdAt": "2023-10-27T01:15:30.000Z",
408 "updatedAt": "2023-10-27T01:15:30.000Z"
409 },
410 {
411 "id": 42,
412 "detail": "Teste",
413 "status": "open",
414 "value": 14.67,
415 "dueDate": "2023-11-04T11:40:39-03:00",
416 "companyId": 41,
417 "txid": null,
418 "stripe_id": null,
419 "createdAt": "2023-10-29T14:41:30.000Z",
420 "updatedAt": "2023-10-29T14:41:30.000Z"
421 },
422 {
423 "id": 43,
424 "detail": "Plano 1",
425 "status": "open",
426 "value": 1190.99,
427 "dueDate": "2023-11-07T20:33:20-03:00",
428 "companyId": 42,
429 "txid": null,
430 "stripe_id": null,
431 "createdAt": "2023-11-01T23:34:30.000Z",
432 "updatedAt": "2023-11-01T23:34:30.000Z"
433 },
434 {
435 "id": 44,
436 "detail": "Plano 2",
437 "status": "open",
438 "value": 10,
439 "dueDate": "2023-11-08T18:53:07-03:00",
440 "companyId": 43,
441 "txid": null,
442 "stripe_id": null,
443 "createdAt": "2023-11-02T21:53:30.000Z",
444 "updatedAt": "2023-11-02T21:53:30.000Z"
445 },
446 {
447 "id": 45,
448 "detail": "Teste",
449 "status": "open",
450 "value": 14.67,
451 "dueDate": "2023-11-08T18:53:35-03:00",
452 "companyId": 44,
453 "txid": null,
454 "stripe_id": null,
455 "createdAt": "2023-11-02T21:54:00.000Z",
456 "updatedAt": "2023-11-02T21:54:00.000Z"
457 },
458 {
459 "id": 32,
460 "detail": "Plano 2",
461 "status": "open",
462 "value": 10,
463 "dueDate": "2034-10-11",
464 "companyId": 31,
465 "txid": null,
466 "stripe_id": "cs_live_a1yHSaePUUlOC6YvREba758auuZkTJE7BNJqDT2TuxIoQuT5bu21o4Jpyy",
467 "createdAt": "2023-10-06T01:38:30.000Z",
468 "updatedAt": "2023-10-13T01:45:02.566Z"
469 },
470 {
471 "id": 52,
472 "detail": "Plano Ilimitado",
473 "status": "open",
474 "value": 1,
475 "dueDate": "2023-11-20",
476 "companyId": 51,
477 "txid": null,
478 "stripe_id": null,
479 "createdAt": "2023-11-14T16:12:30.000Z",
480 "updatedAt": "2023-11-14T16:12:50.463Z"
481 },
482 {
483 "id": 24,
484 "detail": "Plano 2",
485 "status": "open",
486 "value": 10,
487 "dueDate": "2023-08-15",
488 "companyId": 24,
489 "txid": null,
490 "stripe_id": null,
491 "createdAt": "2023-08-12T17:29:30.000Z",
492 "updatedAt": "2023-10-16T01:01:36.198Z"
493 },
494 {
495 "id": 33,
496 "detail": "Teste",
497 "status": "open",
498 "value": 14.67,
499 "dueDate": "2023-10-22T00:20:17-03:00",
500 "companyId": 32,
501 "txid": null,
502 "stripe_id": null,
503 "createdAt": "2023-10-16T03:21:00.000Z",
504 "updatedAt": "2023-10-16T03:21:00.000Z"
505 },
506 {
507 "id": 34,
508 "detail": "Teste",
509 "status": "open",
510 "value": 14.67,
511 "dueDate": "2023-10-25T22:32:03-03:00",
512 "companyId": 33,
513 "txid": null,
514 "stripe_id": null,
515 "createdAt": "2023-10-20T01:33:00.000Z",
516 "updatedAt": "2023-10-20T01:33:00.000Z"
517 },
518 {
519 "id": 35,
520 "detail": "Teste",
521 "status": "open",
522 "value": 14.67,
523 "dueDate": "2023-10-26T10:43:08-03:00",
524 "companyId": 34,
525 "txid": null,
526 "stripe_id": null,
527 "createdAt": "2023-10-20T13:44:00.000Z",
528 "updatedAt": "2023-10-20T13:44:00.000Z"
529 },
530 {
531 "id": 36,
532 "detail": "Plano 2",
533 "status": "open",
534 "value": 10,
535 "dueDate": "2023-10-26T10:48:35-03:00",
536 "companyId": 35,
537 "txid": null,
538 "stripe_id": null,
539 "createdAt": "2023-10-20T13:49:30.000Z",
540 "updatedAt": "2023-10-20T13:49:30.000Z"
541 },
542 {
543 "id": 47,
544 "detail": "Plano Privado 1",
545 "status": "open",
546 "value": 111,
547 "dueDate": "2023-11-20T00:00:00-03:00",
548 "companyId": 46,
549 "txid": null,
550 "stripe_id": null,
551 "createdAt": "2023-11-14T14:52:00.000Z",
552 "updatedAt": "2023-11-14T14:52:00.000Z"
553 },
554 {
555 "id": 48,
556 "detail": "Plano Ilimitado",
557 "status": "open",
558 "value": 1,
559 "dueDate": "2023-11-20",
560 "companyId": 47,
561 "txid": null,
562 "stripe_id": null,
563 "createdAt": "2023-11-14T15:04:00.000Z",
564 "updatedAt": "2023-11-14T15:04:14.778Z"
565 },
566 {
567 "id": 49,
568 "detail": "Plano 2",
569 "status": "open",
570 "value": 10,
571 "dueDate": "2023-11-20",
572 "companyId": 48,
573 "txid": null,
574 "stripe_id": null,
575 "createdAt": "2023-11-14T15:13:00.000Z",
576 "updatedAt": "2023-11-14T15:13:31.017Z"
577 },
578 {
579 "id": 50,
580 "detail": "Plano Privado 1",
581 "status": "open",
582 "value": 111,
583 "dueDate": "2023-11-20",
584 "companyId": 49,
585 "txid": null,
586 "stripe_id": null,
587 "createdAt": "2023-11-14T15:23:00.000Z",
588 "updatedAt": "2023-11-14T15:23:02.278Z"
589 },
590 {
591 "id": 51,
592 "detail": "Plano Ilimitado",
593 "status": "open",
594 "value": 1,
595 "dueDate": "2023-11-20",
596 "companyId": 50,
597 "txid": null,
598 "stripe_id": null,
599 "createdAt": "2023-11-14T15:38:30.000Z",
600 "updatedAt": "2023-11-14T15:38:35.624Z"
601 },
602 {
603 "id": 53,
604 "detail": "Plano Privado 1",
605 "status": "open",
606 "value": 111,
607 "dueDate": "2023-11-20",
608 "companyId": 52,
609 "txid": null,
610 "stripe_id": null,
611 "createdAt": "2023-11-14T16:16:30.000Z",
612 "updatedAt": "2023-11-14T16:16:35.881Z"
613 },
614 {
615 "id": 54,
616 "detail": "Plano Ilimitado",
617 "status": "open",
618 "value": 1,
619 "dueDate": "2023-11-20",
620 "companyId": 53,
621 "txid": null,
622 "stripe_id": null,
623 "createdAt": "2023-11-14T16:38:30.000Z",
624 "updatedAt": "2023-11-14T16:39:19.500Z"
625 },
626 {
627 "id": 55,
628 "detail": "Plano Ilimitado",
629 "status": "open",
630 "value": 1,
631 "dueDate": "2023-11-20T00:00:00-03:00",
632 "companyId": 54,
633 "txid": null,
634 "stripe_id": null,
635 "createdAt": "2023-11-14T17:21:00.000Z",
636 "updatedAt": "2023-11-14T17:21:00.000Z"
637 },
638 {
639 "id": 56,
640 "detail": "Plano 1",
641 "status": "open",
642 "value": 1190.99,
643 "dueDate": "2023-11-20",
644 "companyId": 55,
645 "txid": null,
646 "stripe_id": null,
647 "createdAt": "2023-11-14T18:33:30.000Z",
648 "updatedAt": "2023-11-15T20:41:11.399Z"
649 },
650 {
651 "id": 57,
652 "detail": "Plano Ilimitado",
653 "status": "open",
654 "value": 1,
655 "dueDate": "2023-11-21T17:51:30-03:00",
656 "companyId": 56,
657 "txid": null,
658 "stripe_id": null,
659 "createdAt": "2023-11-15T20:52:00.000Z",
660 "updatedAt": "2023-11-15T20:52:00.000Z"
661 },
662 {
663 "id": 58,
664 "detail": "Plano Ilimitado",
665 "status": "open",
666 "value": 1,
667 "dueDate": "2023-11-28T00:00:00-03:00",
668 "companyId": 57,
669 "txid": null,
670 "stripe_id": null,
671 "createdAt": "2023-11-22T22:34:30.000Z",
672 "updatedAt": "2023-11-22T22:34:30.000Z"
673 },
674 {
675 "id": 60,
676 "detail": "Plano Privado 1",
677 "status": "open",
678 "value": 111,
679 "dueDate": "2023-12-08",
680 "companyId": 59,
681 "txid": null,
682 "stripe_id": null,
683 "createdAt": "2023-12-02T15:23:00.000Z",
684 "updatedAt": "2023-12-02T15:23:07.611Z"
685 },
686 {
687 "id": 61,
688 "detail": "Plano Ilimitado",
689 "status": "open",
690 "value": 1,
691 "dueDate": "2023-12-08",
692 "companyId": 60,
693 "txid": null,
694 "stripe_id": null,
695 "createdAt": "2023-12-02T16:13:30.000Z",
696 "updatedAt": "2023-12-02T16:13:48.697Z"
697 },
698 {
699 "id": 62,
700 "detail": "Plano Ilimitado",
701 "status": "open",
702 "value": 1,
703 "dueDate": "2023-12-08",
704 "companyId": 61,
705 "txid": null,
706 "stripe_id": null,
707 "createdAt": "2023-12-02T16:45:30.000Z",
708 "updatedAt": "2023-12-02T16:45:30.414Z"
709 },
710 {
711 "id": 63,
712 "detail": "Plano Ilimitado",
713 "status": "open",
714 "value": 1,
715 "dueDate": "2023-12-08",
716 "companyId": 62,
717 "txid": null,
718 "stripe_id": null,
719 "createdAt": "2023-12-02T17:08:30.000Z",
720 "updatedAt": "2023-12-02T17:08:32.095Z"
721 },
722 {
723 "id": 64,
724 "detail": "Plano Ilimitado",
725 "status": "open",
726 "value": 1,
727 "dueDate": "2023-12-08",
728 "companyId": 63,
729 "txid": null,
730 "stripe_id": null,
731 "createdAt": "2023-12-02T18:27:30.000Z",
732 "updatedAt": "2023-12-02T18:27:53.129Z"
733 },
734 {
735 "id": 65,
736 "detail": "Plano 1",
737 "status": "open",
738 "value": 1190.99,
739 "dueDate": "2023-12-13T13:39:49-03:00",
740 "companyId": 64,
741 "txid": null,
742 "stripe_id": null,
743 "createdAt": "2023-12-07T16:41:30.000Z",
744 "updatedAt": "2023-12-07T16:41:30.000Z"
745 },
746 {
747 "id": 66,
748 "detail": "Plano 2",
749 "status": "open",
750 "value": 10,
751 "dueDate": "2023-12-13T16:26:35-03:00",
752 "companyId": 65,
753 "txid": null,
754 "stripe_id": null,
755 "createdAt": "2023-12-07T19:27:30.000Z",
756 "updatedAt": "2023-12-07T19:27:30.000Z"
757 },
758 {
759 "id": 67,
760 "detail": "Plano 2",
761 "status": "open",
762 "value": 10,
763 "dueDate": "2023-12-13T16:57:08-03:00",
764 "companyId": 66,
765 "txid": null,
766 "stripe_id": null,
767 "createdAt": "2023-12-07T19:57:30.000Z",
768 "updatedAt": "2023-12-07T19:57:30.000Z"
769 },
770 {
771 "id": 73,
772 "detail": "Plano 2",
773 "status": "open",
774 "value": 10,
775 "dueDate": "2023-12-18T09:55:13-03:00",
776 "companyId": 72,
777 "txid": null,
778 "stripe_id": null,
779 "createdAt": "2023-12-12T12:57:00.000Z",
780 "updatedAt": "2023-12-12T12:57:00.000Z"
781 },
782 {
783 "id": 74,
784 "detail": "Plano Ilimitado",
785 "status": "open",
786 "value": 1,
787 "dueDate": "2023-12-21T20:29:50-03:00",
788 "companyId": 73,
789 "txid": null,
790 "stripe_id": null,
791 "createdAt": "2023-12-15T23:30:30.000Z",
792 "updatedAt": "2023-12-15T23:30:30.000Z"
793 }
794]
Updated 17 Dec 2023
Did this page help you?