log.2017-08-22
200 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:52:50"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:52:50"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:52:51"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:52:52"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:52:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:06"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:06"}
{"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 12:53:06"}
{"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 12:53:06"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:53:06"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:53:46"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:53:46"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:53:47"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:53:48"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:53:48"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:50"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:50"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:03"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:03"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:26"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:26"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:33"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:33"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:13"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:13"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:13"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:15"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:15"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:15"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:55:16"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:55:16"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:55:20"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:55:20"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:55:20"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:38"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:38"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:38"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:39"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:39"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:46"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:46"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:46"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:47"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:47"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:59:09"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:59:09"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:59:09"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:59:10"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:59:10"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:59:13"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:59:13"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:59:13"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:59:13"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:03"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:03"}
{"qs":{"request_id":"SAL_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"SAL","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"sal.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:01:03"}
{"body":"{\"request_id\":\"SAL_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"SAL\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:01:03"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:03"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:01:32"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:01:32"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:01:32"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:01:33"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:01:33"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:35"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:35"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:35"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:35"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.123","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:38"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:38"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"123"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:38"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:38"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:40"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:40"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:40"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:40"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:43"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:43"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:44"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:44"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:44"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:44"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:02:09"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:02:09"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:02:09"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:02:10"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:02:10"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:08"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:08"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:08"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:09"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:09"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:29"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:29"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:29"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:30"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:30"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:59"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:59"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:59"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:00"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:00"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:08"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:08"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:08"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:09"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:09"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:29"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:29"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:30"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:31"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:31"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:09:57"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:09:57"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:09:57"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:09:58"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:09:58"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:10:32"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:10:32"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:10:32"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:10:33"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:10:33"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sp.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:10:51"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:10:51"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Layanan belum tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:10:51"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081232.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:46:46"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:46:46"}
{"qs":{"request_id":"TSEL5_081232_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081232.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:46:46"}
{"body":"{\"request_id\":\"TSEL5_081232_20170822\",\"transaction_id\":25,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"081232\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:46:46"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:46"}
{"qs":{"request_id":"TSEL5_081232_20170822","transaction_id":"25","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","rc":"00","message":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"20170822134648351","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:46:48"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:48"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:47:32"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:47:32"}
{"qs":{"request_id":"TSEL5_08123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08123.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:47:32"}
{"body":"{\"request_id\":\"TSEL5_08123_20170822\",\"transaction_id\":26,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"08123\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:47:33"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:33"}
{"qs":{"request_id":"TSEL5_08123_20170822","transaction_id":"26","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","rc":"14","message":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:47:35"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:35"}
{"err":{"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"},"level":"warn","message":"Error on XMPP transport","timestamp":"2017-08-22 14:47:38"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:42:10"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:42:10"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:42:10"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:42:11"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:42:11"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:26"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:26"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:26"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:27"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:27"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:30"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:30"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:30"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:31"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:31"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:46:47"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:46:47"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:46:48"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:46:49"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:46:49"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:46:52"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:17"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:17"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:17"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:18"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:18"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:32"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:32"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:32"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:33"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:33"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:48"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:48"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:48"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:49"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:49"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:52"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:52"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:52"}
{"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"}
{"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:58"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:58"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:58"}
{"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"}
{"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:14"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:14"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:14"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:48:15"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:48:15"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:16"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:16"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:48:16"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:48:16"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:19"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:19"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:48:19"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:59"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:59"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:59"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:00"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:00"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:04"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:04"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:04"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:05"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:05"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:15"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:15"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:15"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:16"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:16"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:22"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:22"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:23"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:24"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:24"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:33"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:34"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:34"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:35"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:35"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:50:44"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:50:44"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:50:44"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:50:45"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:50:45"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:47"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:47"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:50:47"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:47"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:51"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:51"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:50:51"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:51"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:51:47"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:51:47"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:51:47"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:51:48"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:51:48"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:52:34"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:52:34"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:52:34"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:52:35"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:52:35"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:11"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:11"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:11"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:11"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:15"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:15"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:15"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sad.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:18"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:18"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"sad"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:19"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:19"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:26"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:26"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_12_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:26"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:26"}
{"qs":{"request_id":"TSEL5_12_20170822","transaction_id":"27","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","rc":"00","message":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"20170822155328572","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 15:53:28"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:28"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.ISAT.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:03:43"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:03:43"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"ISAT"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:03:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:03:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.TSEL.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:04:18"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:04:18"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"TSEL"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:04:18"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:04:18"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:25"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:25"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:25"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:25"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:46"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:46"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:46"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT10=0; ISAT12=0; ISAT20=19800; ISAT25=0; ISAT50=0; ISAT100=0","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:46"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:36"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:36"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:36"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:40"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:40"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:40"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:40"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.cumi","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:17"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:17"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"cumi"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:17"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:18"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:39"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"price.isat","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:48"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:48"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:48"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:48"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.xl","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:55"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:55"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"xl"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:55"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.tsel","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:59"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:59"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:59"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:59"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1235.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:19:07"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:19:07"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_1235_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1235.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:19:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:07"}
{"qs":{"request_id":"TSEL5_1235_20170822","transaction_id":"28","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","rc":"14","message":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:19:09"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:09"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:22:58"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:22:58"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_0123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0123.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:22:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:22:58"}
{"qs":{"request_id":"TSEL5_0123_20170822","transaction_id":"29","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","rc":"14","message":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","sn":"","amount":"5300","ending_balance":"537500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:01"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:01"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.03.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:23:50"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:23:50"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_03_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.03.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:23:50"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:51"}
{"qs":{"request_id":"TSEL5_03_20170822","transaction_id":"30","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","rc":"14","message":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","sn":"","amount":"5300","ending_balance":"542800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:53"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:53"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:24:33"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:24:33"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_9_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:24:33"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:33"}
{"qs":{"request_id":"TSEL5_9_20170822","transaction_id":"31","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","rc":"14","message":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","sn":"","amount":"5300","ending_balance":"548100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:24:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:36"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:27"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:27"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_5_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:27"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:27"}
{"qs":{"request_id":"TSEL5_5_20170822","transaction_id":"32","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","rc":"14","message":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","sn":"","amount":"5300","ending_balance":"553400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:29"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:29"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.2.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:48"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:48"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_2_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.2.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:48"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:48"}
{"qs":{"request_id":"TSEL5_2_20170822","transaction_id":"33","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","rc":"00","message":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"20170822162551714","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:51"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:51"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:39"}
{"qs":{"request_id":"TSEL5_087_20170822","transaction_id":"34","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","rc":"14","message":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:42:42"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:42"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:55"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:55"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 sudah pernah dilakukan di hari yang sama. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:55"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.06.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:05"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:05"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_06_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.06.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:05"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:05"}
{"qs":{"request_id":"TSEL5_06_20170822","transaction_id":"36","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","rc":"00","message":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"20170822164308385","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:08"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:08"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.3.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:50"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:50"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_3_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.3.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:50"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:50"}
{"qs":{"request_id":"TSEL5_3_20170822","transaction_id":"37","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","rc":"14","message":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:53"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:53"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:44:07"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:44:07"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:44:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:44:07"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:45"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:45"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:45"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:45"}
{"qs":{"request_id":"TSEL5_71_20170822","transaction_id":"38","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","rc":"14","message":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","sn":"","amount":"5300","ending_balance":"569300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:48:47"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:47"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:55"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:55"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:56"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:15"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:15"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:16"}
{"qs":{"request_id":"TSEL5_66_20170822","transaction_id":"40","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","rc":"00","message":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"20170822164918303","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:49:18"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:18"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:20"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:20"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:20"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:20"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:41"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:41"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:41"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:41"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:27"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:27"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:27"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:27"}
{"qs":{"request_id":"TSEL5_333_20170822","transaction_id":"43","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","rc":"14","message":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:29"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:29"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:36"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:36"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:36"}
{"qs":{"request_id":"TSEL5_33_20170822","transaction_id":"44","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","rc":"14","message":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","sn":"","amount":"5300","ending_balance":"579900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:39"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:49"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:49"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:49"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:50"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:57"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:57"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:57"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:57"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:52:51"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:52:51"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:52:52"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:52:53"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:52:53"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:53:27"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:53:28"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:53:28"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:53:29"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:53:29"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:53:53"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:53:53"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:53:53"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:53"}
{"qs":{"request_id":"TSEL5_19_20170822","transaction_id":"47","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","sn":"","amount":"5300","ending_balance":"585200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:53:56"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:56"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:03"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:03"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:03"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:03"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:12"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:12"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:12"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:12"}
{"qs":{"request_id":"TSEL5_19_20170822_1","transaction_id":"49","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","sn":"","amount":"5300","ending_balance":"590500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:54:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:15"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:24"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:24"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:24"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:25"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:31"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:31"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:31"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:31"}
{"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:56:55"}
{"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:56:55"}
{"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:56:55"}
{"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:56:56"}
{"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:56:56"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:21"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:21"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:21"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:21"}
{"qs":{"request_id":"AUTO_TSEL5_022_20170822","transaction_id":"52","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","rc":"00","message":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"20170822170924339","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:24"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:24"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:31"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:31"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:31"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:31"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:39"}
{"qs":{"request_id":"AUTO_TSEL5_0221_20170822","transaction_id":"54","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","rc":"14","message":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:42"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:42"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:50"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:50"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:50"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:50"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:06"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:06"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:06"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:07"}
{"qs":{"request_id":"AUTO_TSEL5_0888_20170822","transaction_id":"56","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","rc":"00","message":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","sn":"20170822171109595","amount":"5300","ending_balance":"601100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:11:09"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:09"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08881.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:32"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:32"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08881_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08881","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08881.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:32"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08881 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:32"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088811.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:13:15"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:13:15"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088811_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088811","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088811.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:13:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088811 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 606.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:13:15"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:14:24"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:14:24"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:14:24"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 611.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:14:24"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088813.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:15:19"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:15:19"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088813_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088813","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088813.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:15:19"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088813 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 617.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:15:19"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:25"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:25"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:25"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 622.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:25"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088817.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:47"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:47"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088817_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088817","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088817.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:47"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088817 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 627.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:47"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:18:50"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:18:50"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:18:50"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:50"}
{"qs":{"request_id":"AUTO_TSEL5_088815_201708225e9cfa32-d048-4392-b18b-fd28ba9ec7d7","transaction_id":"63","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","sn":"","amount":"5300","ending_balance":"632900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:18:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:19:00"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:19:00"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:19:00"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:00"}
{"qs":{"request_id":"AUTO_TSEL5_088815_20170822a7bbb082-cc38-40d1-9f3a-7b6f53daf7d5","transaction_id":"64","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","sn":"","amount":"5300","ending_balance":"638200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:19:02"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:02"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:23"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 pada tanggal 2017-08-22 17:22:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:24"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:07"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:07"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:07"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:08"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:08"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:08"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:08"}
{"qs":{"request_id":"AUTO_TSEL5_911_20170822882f6bdb-a158-464b-8eb5-65df929e1026","transaction_id":"67","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","rc":"14","message":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","sn":"","amount":"5300","ending_balance":"643500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:23:18"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:18"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:36"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:36"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:36"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:40"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:40"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:40"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:40"}
{"qs":{"request_id":"AUTO_TSEL5_552_20170822","transaction_id":"69","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","rc":"00","message":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"20170822172847194","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:28:47"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:47"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:04"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:04"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:04"}
{"module_name":"trx-center.js","method_name":"requestToCore","requestOptions":{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"}},"err":{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":32972},"level":"warn","message":"Error requesting to CORE","timestamp":"2017-08-22 17:32:04"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"INTERNAL ERROR","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:04"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:51"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:51"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:51"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:51"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:03"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:03"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:03"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:03"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:12"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:12"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:12"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:12"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:14"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:14"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:14"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:14"}
{"qs":{"request_id":"AUTO_TSEL5_555_20170822c93f9f67-84b6-4fb0-a34f-aed013422830","transaction_id":"73","transaction_date":"2017-08-22T10:33:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:22"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:22"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:22"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:22"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:22"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:23"}
{"qs":{"request_id":"AUTO_TSEL5_555_201708220ce872a7-f893-4a44-9a15-180022618b0a","transaction_id":"75","transaction_date":"2017-08-22T10:33:23.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","sn":"","amount":"5300","ending_balance":"654100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:34"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:34"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:41"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:41"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:41"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:41"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:45"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:45"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:45"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:45"}
{"qs":{"request_id":"AUTO_TSEL5_5551_201708225caed1cc-dcd3-4532-879a-1912fa9a34b0","transaction_id":"76","transaction_date":"2017-08-22T10:33:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","rc":"14","message":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","sn":"","amount":"5300","ending_balance":"659400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:45"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:45"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:45"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:45"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:46"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:46"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:46"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:46"}
{"qs":{"request_id":"AUTO_TSEL5_131_20170822b0c90ce8-72e3-427f-a921-518ab67087b7","transaction_id":"78","transaction_date":"2017-08-22T10:36:45.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","sn":"","amount":"5300","ending_balance":"664700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:36:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:55"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:55"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:37:00"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:37:00"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:37:00"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:00"}
{"qs":{"request_id":"AUTO_TSEL5_131_20170822d30fd3bf-9a95-4a3d-a403-7df0222dcba9","transaction_id":"80","transaction_date":"2017-08-22T10:36:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","sn":"","amount":"5300","ending_balance":"670000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:37:06"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:06"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:57"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:57"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:57"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:57"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:59"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:59"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:59"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:59"}
{"qs":{"request_id":"AUTO_TSEL5_9999_20170822eefd1af2-d958-4954-9b8d-e989e472ea36","transaction_id":"82","transaction_date":"2017-08-22T10:38:57.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:39:08"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:39:08"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:33"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:33"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:33"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:33"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:34"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:34"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:34"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:34"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:39"}
{"qs":{"request_id":"AUTO_TSEL5_771_201708222eeabba6-b700-4ab2-93e7-ef9301e08e8c","transaction_id":"84","transaction_date":"2017-08-22T10:40:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:40:44"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:44"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:52"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:52"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:54"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:54"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:54"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:54"}
{"qs":{"request_id":"AUTO_TSEL5_771_20170822259846e6-9d47-4aa6-b6a7-b201fa719528","transaction_id":"87","transaction_date":"2017-08-22T10:40:52.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:41:03"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:41:03"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0822.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:51:40"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:51:40"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0822_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0822.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:51:40"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:40"}
{"qs":{"request_id":"AUTO_TSEL5_0822_20170822","transaction_id":"89","transaction_date":"2017-08-22T10:51:40.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","rc":"00","message":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175150649","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:51:50"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:50"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.000.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:21"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:21"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_000_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.000.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:21"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:21"}
{"qs":{"request_id":"AUTO_TSEL5_000_20170822","transaction_id":"90","transaction_date":"2017-08-22T10:52:21.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","rc":"00","message":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175223747","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:23"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:23"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.22222.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:41"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:41"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_22222_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.22222.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:41"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:41"}
{"qs":{"request_id":"AUTO_TSEL5_22222_20170822","transaction_id":"91","transaction_date":"2017-08-22T10:52:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","rc":"00","message":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175243836","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:56"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:56"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:56"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:56"}
{"qs":{"request_id":"AUTO_TSEL5_1111111_201708229c2dea61-e353-4619-8244-494511d5a12a","transaction_id":"92","transaction_date":"2017-08-22T10:52:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","rc":"14","message":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:58"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:53:08"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:53:08"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:53:08"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:53:08"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:04"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:04"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:04"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:04"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.56.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:11"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:11"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_56_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.56.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:11"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:11"}
{"qs":{"request_id":"AUTO_TSEL5_56_20170822","transaction_id":"93","transaction_date":"2017-08-22T11:03:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","rc":"00","message":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","sn":"20170822180314493","amount":"5300","ending_balance":"696500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:14"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:14"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:18"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:18"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:18"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:18"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.515.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:55"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:55"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_515_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.515.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:55"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:55"}
{"qs":{"request_id":"AUTO_TSEL5_515_20170822baf940a6-2bbe-43db-a8c9-2e976c1490b1","transaction_id":"94","transaction_date":"2017-08-22T11:03:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","rc":"14","message":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:57"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:57"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:04:07"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:04:07"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:04:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:04:07"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:24"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:24"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:24"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:24"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:27"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:27"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:27"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:27"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081231.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:34"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:34"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081231_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081231.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:34"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:34"}
{"qs":{"request_id":"AUTO_TSEL5_081231_20170822b69d6064-7edc-4d7b-8071-f1847d62dc68","transaction_id":"95","transaction_date":"2017-08-22T11:11:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","rc":"14","message":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:11:37"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:37"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:03"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:03"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:03"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:03"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:05"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:05"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:05"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:05"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:10"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:10"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_087777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:10"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:10"}
{"qs":{"request_id":"AUTO_TSEL5_087777_20170822cfb7e180-c11a-4b79-9577-68938a3a4d79","transaction_id":"96","transaction_date":"2017-08-22T11:12:10.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","rc":"14","message":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:12"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:12"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0811111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:34"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:34"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0811111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0811111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:34"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:34"}
{"qs":{"request_id":"AUTO_TSEL5_0811111111_201708222721e73f-5ce5-4c81-9a55-a35673352d9b","transaction_id":"97","transaction_date":"2017-08-22T11:12:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","rc":"14","message":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:36"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:39"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.12349797","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:42"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:42"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"12349797"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:42"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:42"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:57"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:57"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:57"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:57"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.99999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:11"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:11"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_99999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.99999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:11"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:11"}
{"qs":{"request_id":"AUTO_TSEL5_99999_201708228c59b06c-d4a0-429c-9696-95d97d2b1267","transaction_id":"98","transaction_date":"2017-08-22T11:13:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","rc":"14","message":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:13:14"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:14"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:22"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:22"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:22"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:22"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:14:56"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:14:56"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:14:56"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:14:56"}
{"qs":{"request_id":"AUTO_TSEL5_08333_201708220baab144-8779-462a-a69c-911259a68461","transaction_id":"99","transaction_date":"2017-08-22T11:14:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","rc":"14","message":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:07"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.777777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:15:33"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:15:33"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_777777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.777777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:15:33"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:33"}
{"qs":{"request_id":"AUTO_TSEL5_777777_201708225bc4fef4-5b61-48da-bf77-17b66107b1d1","transaction_id":"100","transaction_date":"2017-08-22T11:15:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","rc":"14","message":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:07"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:07"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:07"}
{"qs":{"request_id":"AUTO_TSEL5_0666_20170822","transaction_id":"101","transaction_date":"2017-08-22T11:16:07.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","rc":"00","message":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822181617529","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:16:17"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:17"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:43"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:43"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234556.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:18:43"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:18:43"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234556_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234556","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234556.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:18:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234556 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:18:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.90091.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:19:00"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:19:00"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_90091_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"90091","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.90091.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:19:00"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 90091 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:19:00"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12345.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:20:43"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:20:43"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12345_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12345","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12345.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:20:43"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12345 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:20:43"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234565.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:21:36"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:21:36"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234565_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234565.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:21:36"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:36"}
{"qs":{"request_id":"AUTO_TSEL5_081234565_201708228e31755b-d88f-48aa-9eb8-9a921111332b","transaction_id":"106","transaction_date":"2017-08-22T11:21:36.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","rc":"14","message":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:21:46"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:46"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:04"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:04"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:04"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:04"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1234777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:15"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:15"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1234777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1234777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1234777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1234777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:16"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12341.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:24:44"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:24:44"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12341_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12341","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12341.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:24:44"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12341 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:24:44"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:26:12"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:26:12"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:26:12"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:12"}
{"qs":{"request_id":"AUTO_TSEL5_9999_20170822a649195c-66fd-45d4-9ae7-4789828e061f","transaction_id":"109","transaction_date":"2017-08-22T11:26:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:26:23"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:23"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:41"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:41"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:41"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:41"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.6666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:48"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:48"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_6666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.6666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:48"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:48"}
{"qs":{"request_id":"AUTO_TSEL5_6666_20170822","transaction_id":"110","transaction_date":"2017-08-22T11:28:48.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","rc":"00","message":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"20170822182859493","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:28:59"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:59"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:31"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:31"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:31"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:31"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:34"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:34"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:34"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:34"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.64.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:42"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:42"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_64_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.64.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:42"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:42"}
{"qs":{"request_id":"AUTO_TSEL5_64_20170822","transaction_id":"111","transaction_date":"2017-08-22T11:29:42.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","rc":"00","message":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"20170822182952677","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:29:52"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:52"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:58"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:58"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:58"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:30:13"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:30:13"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:30:13"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:13"}
{"qs":{"request_id":"AUTO_TSEL5_555_20170822cd0c28a1-fbc9-4eea-bbcd-f2da7cda2d29","transaction_id":"112","transaction_date":"2017-08-22T11:30:13.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:30:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:15"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.55531.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:36:39"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:36:39"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_55531_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.55531.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:36:39"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:39"}
{"qs":{"request_id":"AUTO_TSEL5_55531_20170822b213dc22-5f46-47a9-a631-4f4819f44e7c","transaction_id":"113","transaction_date":"2017-08-22T11:36:39.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","rc":"14","message":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:36:41"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:41"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.066613.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:40:06"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:40:06"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_066613_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.066613.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:40:06"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:06"}
{"qs":{"request_id":"AUTO_TSEL5_066613_20170822d99e8f9b-c146-4168-9204-aa32abd578ff","transaction_id":"114","transaction_date":"2017-08-22T11:40:06.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","rc":"14","message":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:40:09"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:09"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tselt.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:14"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:14"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSELT_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSELT","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tselt.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:14"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSELT ke 73 GAGAL. Produk sedang kami tutup atau mengalami gangguan.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:14"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:18"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:18"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:18"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:18"}
{"qs":{"request_id":"AUTO_TSEL5_73_20170822b4d7653a-f15b-4212-92a9-ffaa4eb45e33","transaction_id":"115","transaction_date":"2017-08-22T11:42:18.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","rc":"14","message":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:42:21"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:21"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:00:58"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:00:58"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08123.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:00:58"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:00:58"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0723.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:01:01"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:01:01"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0723_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0723","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0723.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:01:01"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0723 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:01"}
{"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.78782.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:01:05"}
{"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:01:05"}
{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_78782_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"78782","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.78782.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:01:05"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 78782 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:05"}
{"qs":{"request_id":"AUTO_TSEL5_0723_20170822db2cd202-b508-43a4-bf3b-4f2ec4eb767d","transaction_id":"117","transaction_date":"2017-08-22T12:01:01.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0723","rc":"14","message":"Pembelian TSEL5 ke 0723 pada tanggal 2017-08-22 19:01:01 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","sn":"","amount":"5300","ending_balance":"670000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:07"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0723 pada tanggal 2017-08-22 19:01:01 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:07"}
{"qs":{"request_id":"AUTO_TSEL5_08123_201708224397dbc4-2069-4897-bb63-f291ecb58268","transaction_id":"116","transaction_date":"2017-08-22T12:00:58.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","rc":"14","message":"Pembelian TSEL5 ke 08123 pada tanggal 2017-08-22 19:00:58 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:08"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 pada tanggal 2017-08-22 19:00:58 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:08"}
{"qs":{"request_id":"AUTO_TSEL5_78782_20170822","transaction_id":"118","transaction_date":"2017-08-22T12:01:05.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"78782","rc":"00","message":"Pembelian TSEL5 ke 78782 pada tanggal 2017-08-22 19:01:05 BERHASIL. SN=20170822190115056. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","sn":"20170822190115056","amount":"5300","ending_balance":"659400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:15"}
{"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 78782 pada tanggal 2017-08-22 19:01:05 BERHASIL. SN=20170822190115056. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:15"}