# # TABLE STRUCTURE FOR: payment_gateway_transaction # DROP TABLE IF EXISTS `payment_gateway_transaction`; CREATE TABLE `payment_gateway_transaction` ( `id` int(9) NOT NULL AUTO_INCREMENT, `vendor` text NOT NULL, `external_id` text NOT NULL, `method` text NOT NULL, `code_number` text NOT NULL, `customer_id` text NOT NULL, `no_services` text NOT NULL, `invoice` text NOT NULL, `reference` text NOT NULL, `payment_url` text NOT NULL, `transaction_time` text NOT NULL, `date_created` text NOT NULL, `expired` text NOT NULL, `instructions` text NOT NULL, `status_payment` text NOT NULL, `amount` text NOT NULL, `paid_at` text NOT NULL, `result` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2057 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1, 'Tripay', '487094-250926007', 'INDOMARET', '', '', '600031', '250926007', 'T9207271747763KGIF', 'https://tripay.co.id/checkout/T9207271747763KGIF', '1758852984', '', '1758870984', '', '', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2, 'Tripay', '355974-250926003', 'BRIVA', '', '11', '220121164229', '250926003', 'T920727179137MV5HZ', 'https://tripay.co.id/checkout/T920727179137MV5HZ', '1758865411', '2025-09-26', '1758883405', '', 'PAID', '220000', '1758865464', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (3, 'Tripay', '301626-250926007', 'INDOMARET', '', '17', '600031', '250926007', 'T920727187534ILI1Z', 'https://tripay.co.id/checkout/T920727187534ILI1Z', '1758887194', '2025-09-26', '1758905192', '', 'PAID', '165000', '1758888155', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (4, 'Tripay', '282938-250926013', 'ALFAMART', '', '22', '3300001', '250926013', 'T9207271887992XX1A', 'https://tripay.co.id/checkout/T9207271887992XX1A', '1758890604', '2025-09-26', '1758908602', '', 'PAID', '165770', '1758891581', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (5, 'Tripay', '488359-250926011', 'QRIS2', '', '20', '1800038', '250926011', 'T920727192030TOPQV', 'https://tripay.co.id/checkout/T920727192030TOPQV', '1758903151', '2025-09-26', '1758906752', '', 'PAID', '220000', '1758903320', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (6, 'Tripay', '163998-250926016', 'QRIS2', '', '25', '221128130243', '250926016', 'T9207271969271JVR7', 'https://tripay.co.id/checkout/T9207271969271JVR7', '1758942516', '2025-09-27', '1758946116', '', 'PAID', '330669', '1758942544', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (7, 'Tripay', '618083-250927003', 'BRIVA', '', '30', '1800036', '250927003', 'T920727202161P1ZGC', 'https://tripay.co.id/checkout/T920727202161P1ZGC', '1758962066', '2025-09-27', '1758980060', '', 'PAID', '220000', '1758962972', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (8, 'Tripay', '908722-250927007', 'INDOMARET', '', '33', '220127020759', '250927007', 'T920727202999S5PBY', 'https://tripay.co.id/checkout/T920727202999S5PBY', '1758966181', '2025-09-27', '1758984180', '', 'UNPAID', '150000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (9, 'Tripay', '475629-250927007', 'INDOMARET', '', '33', '220127020759', '250927007', 'T920727203000OLSZL', 'https://tripay.co.id/checkout/T920727203000OLSZL', '1758966184', '2025-09-27', '1758984183', '', 'PAID', '150000', '1758979357', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (10, 'Tripay', '831394-250927010', 'BRIVA', '', '36', '220518183986', '250927010', 'T920727206460JERCE', 'https://tripay.co.id/checkout/T920727206460JERCE', '1758978672', '2025-09-27', '1758996666', '', 'PAID', '165966', '1758979578', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (11, 'Tripay', '684525-250927014', 'BNIVA', '', '40', '1900001', '250927014', 'T9207272076881WP0T', 'https://tripay.co.id/checkout/T9207272076881WP0T', '1758983747', '2025-09-27', '1759001742', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (12, 'Tripay', '563313-250927014', 'BNIVA', '', '40', '1900001', '250927014', 'T9207272076896GZM1', 'https://tripay.co.id/checkout/T9207272076896GZM1', '1758983749', '2025-09-27', '1759001749', '', 'PAID', '220000', '1758983827', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (13, 'Tripay', '158649-250927004', 'BRIVA', '', '31', '500031', '250927004', 'T9207272113481FDXR', 'https://tripay.co.id/checkout/T9207272113481FDXR', '1759016261', '2025-09-28', '1759034254', '', 'PAID', '165000', '1759016387', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (14, 'Tripay', '770531-250927015', 'INDOMARET', '', '41', '220127014457', '250927015', 'T920727211605I1HBU', 'https://tripay.co.id/checkout/T920727211605I1HBU', '1759017650', '2025-09-28', '1759035648', '', 'PAID', '200000', '1759018121', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (15, 'Tripay', '949557-250927016', 'INDOMARET', '', '42', '221128130266', '250927016', 'T920727212016DHRWM', 'https://tripay.co.id/checkout/T920727212016DHRWM', '1759020110', '2025-09-28', '1759038108', '', 'PAID', '220131', '1759020372', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (16, 'Tripay', '476722-250927009', 'INDOMARET', '', '35', '3400001', '250927009', 'T920727214556Z4HHP', 'https://tripay.co.id/checkout/T920727214556Z4HHP', '1759030458', '2025-09-28', '1759048457', '', 'PAID', '165000', '1759039014', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (17, 'Tripay', '342804-250928003', 'BRIVA', '', '44', '1100001', '250928003', 'T920727221332WE8JA', 'https://tripay.co.id/checkout/T920727221332WE8JA', '1759058905', '2025-09-28', '1759076899', '', 'PAID', '220000', '1759058979', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (18, 'Tripay', '734360-250928012', 'QRIS2', '', '70', '1100028', '250928012', 'T920727221745G1VDU', 'https://tripay.co.id/checkout/T920727221745G1VDU', '1759060127', '2025-09-28', '1759063728', '', 'PAID', '220000', '1759060214', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (19, 'Tripay', '190138-250928007', 'BRIVA', '', '56', '1100013', '250928007', 'T92072722194470RBC', 'https://tripay.co.id/checkout/T92072722194470RBC', '1759060705', '2025-09-28', '1759078699', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (20, 'Tripay', '349076-250928019', 'OVO', '', '89', '1200016', '250928019', 'T920727222141HIVOB', 'https://tripay.co.id/checkout/T920727222141HIVOB', '1759061305', '2025-09-28', '1759079305', '', 'PAID', '220000', '1759061382', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (21, 'Tripay', '649525-250929001', 'INDOMARET', '', '150', '220204154623', '250929001', 'T920727249633CFOBK', 'https://tripay.co.id/checkout/T920727249633CFOBK', '1759194639', '2025-09-30', '1759212638', '', 'PAID', '220000', '1759198037', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (22, 'Tripay', '49170-250930039', 'QRIS2', '', '220', '1800082', '250930039', 'T920727257254IFUCH', 'https://tripay.co.id/checkout/T920727257254IFUCH', '1759223192', '2025-09-30', '1759226792', '', 'PAID', '220000', '1759223326', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (23, 'Tripay', '316075-250930009', 'QRIS2', '', '160', '1800013', '250930009', 'T920727258884VCVJU', 'https://tripay.co.id/checkout/T920727258884VCVJU', '1759228823', '2025-09-30', '1759232423', '', 'PAID', '165000', '1759228855', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (24, 'Tripay', '188542-250930035', 'INDOMARET', '', '212', '1800074', '250930035', 'T920727260385LLSQT', 'https://tripay.co.id/checkout/T920727260385LLSQT', '1759233095', '2025-09-30', '1759251093', '', 'PAID', '165000', '1759233190', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (25, 'Tripay', '358735-250930017', 'BRIVA', '', '175', '1800031', '250930017', 'T920727260519SFWBD', 'https://tripay.co.id/checkout/T920727260519SFWBD', '1759233427', '2025-09-30', '1759251421', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (26, 'Tripay', '443112-250930017', 'INDOMARET', '', '175', '1800031', '250930017', 'T920727260595GQMHB', 'https://tripay.co.id/checkout/T920727260595GQMHB', '1759233630', '2025-09-30', '1759251628', '', 'PAID', '165000', '1759233887', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (27, 'Tripay', '796437-250930030', 'INDOMARET', '', '201', '1800061', '250930030', 'T920727260852DRJQP', 'https://tripay.co.id/checkout/T920727260852DRJQP', '1759234338', '2025-09-30', '1759252336', '', 'PAID', '165000', '1759234872', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (28, 'Tripay', '372787-250930002', 'INDOMARET', '', '153', '1800004', '250930002', 'T920727261690WLIOH', 'https://tripay.co.id/checkout/T920727261690WLIOH', '1759236427', '2025-09-30', '1759254425', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (29, 'Tripay', '706347-250930002', 'ALFAMART', '', '153', '1800004', '250930002', 'T920727262011WI6BZ', 'https://tripay.co.id/checkout/T920727262011WI6BZ', '1759237317', '2025-09-30', '1759255317', '', 'PAID', '165000', '1759237686', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (30, 'Tripay', '123640-250930022', 'INDOMARET', '', '181', '1800039', '250930022', 'T920727262552GD0HE', 'https://tripay.co.id/checkout/T920727262552GD0HE', '1759238676', '2025-09-30', '1759256674', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (31, 'Tripay', '648199-250930045', 'QRIS2', '', '236', '220728201828', '250930045', 'T920727263085CZZ1K', 'https://tripay.co.id/checkout/T920727263085CZZ1K', '1759240191', '2025-09-30', '1759243791', '', 'PAID', '220000', '1759240272', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (32, 'Tripay', '185078-251001001', 'QRIS', '', '428', '220518183982', '251001001', 'T920727265595CDF4O', 'https://tripay.co.id/checkout/T920727265595CDF4O', '1759251820', '2025-10-01', '1759255299', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (33, 'Tripay', '988283-251001001', 'QRIS', '', '428', '220518183982', '251001001', 'T920727265625ZMUHC', 'https://tripay.co.id/checkout/T920727265625ZMUHC', '1759251988', '2025-10-01', '1759255467', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (34, 'Tripay', '11296-250930058', 'QRIS2', '', '255', '220518183988', '250930058', 'T920727266570UFQ5F', 'https://tripay.co.id/checkout/T920727266570UFQ5F', '1759261148', '2025-10-01', '1759264748', '', 'PAID', '165000', '1759261187', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (35, 'Tripay', '769428-251001046', 'ALFAMART', '', '403', '1700031', '251001046', 'T920727267651VIJOI', 'https://tripay.co.id/checkout/T920727267651VIJOI', '1759270742', '2025-10-01', '1759288742', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (36, 'Tripay', '15533-251001046', 'ALFAMART', '', '403', '1700031', '251001046', 'T920727268018F7OTW', 'https://tripay.co.id/checkout/T920727268018F7OTW', '1759271878', '2025-10-01', '1759289877', '', 'PAID', '220000', '1759272828', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (37, 'Tripay', '647998-251001015', 'MANDIRIVA', '', '302', '1300008', '251001015', 'T920727269248CVD8A', 'https://tripay.co.id/checkout/T920727269248CVD8A', '1759275195', '2025-10-01', '1759293195', '', 'PAID', '220000', '1759275371', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (38, 'Tripay', '823957-250930015', 'INDOMARET', '', '172', '1800027', '250930015', 'T920727269286GSR1H', 'https://tripay.co.id/checkout/T920727269286GSR1H', '1759275286', '2025-10-01', '1759293284', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (39, 'Tripay', '930088-251001033', 'QRIS2', '', '366', '1600011', '251001033', 'T920727271097V6XWB', 'https://tripay.co.id/checkout/T920727271097V6XWB', '1759278931', '2025-10-01', '1759282531', '', 'PAID', '220000', '1759278985', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (40, 'Tripay', '385315-251001025', 'INDOMARET', '', '326', '1400013', '251001025', 'T920727274953SLNYU', 'https://tripay.co.id/checkout/T920727274953SLNYU', '1759283790', '2025-10-01', '1759301788', '', 'PAID', '220000', '1759284603', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (41, 'Tripay', '998911-250930042', 'INDOMARET', '', '226', '1800088', '250930042', 'T920727280675GRPCM', 'https://tripay.co.id/checkout/T920727280675GRPCM', '1759288680', '2025-10-01', '1759306679', '', 'PAID', '165000', '1759288758', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (42, 'Tripay', '115666-251001026', 'MANDIRIVA', '', '348', '1500017', '251001026', 'T920727281369KMHZX', 'https://tripay.co.id/checkout/T920727281369KMHZX', '1759289492', '2025-10-01', '1759307486', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (43, 'Tripay', '382552-251001026', 'MANDIRIVA', '', '348', '1500017', '251001026', 'T920727282734KSVUL', 'https://tripay.co.id/checkout/T920727282734KSVUL', '1759290786', '2025-10-01', '1759308780', '', 'PAID', '220000', '1759290969', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (44, 'Tripay', '531998-250930022', 'INDOMARET', '', '181', '1800039', '250930022', 'T920727285388RSR2A', 'https://tripay.co.id/checkout/T920727285388RSR2A', '1759292585', '2025-10-01', '1759310582', '', 'PAID', '165000', '1759293657', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (45, 'Tripay', '865385-250930023', 'INDOMARET', '', '187', '1800045', '250930023', 'T920727292744LJROR', 'https://tripay.co.id/checkout/T920727292744LJROR', '1759302065', '2025-10-01', '1759320063', '', 'PAID', '165000', '1759306915', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (46, 'Tripay', '778194-250930071', 'INDOMARET', '', '270', '220612165044', '250930071', 'T920727298086UDCDD', 'https://tripay.co.id/checkout/T920727298086UDCDD', '1759309454', '2025-10-01', '1759327451', '', 'PAID', '220000', '1759317307', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (47, 'Tripay', '854628-250930087', 'QRIS2', '', '288', '220728201839', '250930087', 'T920727305620L98TX', 'https://tripay.co.id/checkout/T920727305620L98TX', '1759320425', '2025-10-01', '1759324024', '', 'PAID', '165000', '1759320476', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (48, 'Tripay', '874514-251001052', 'QRIS', '', '428', '220518183982', '251001052', 'T920727311341H3FBY', 'https://tripay.co.id/checkout/T920727311341H3FBY', '1759329370', '2025-10-01', '1759332849', '', 'PAID', '165000', '1759329469', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (49, 'Tripay', '640120-251001053', 'QRIS2', '', '432', '2000166', '251001053', 'T920727313886MZMWM', 'https://tripay.co.id/checkout/T920727313886MZMWM', '1759337176', '2025-10-01', '1759340776', '', 'PAID', '220847', '1759337279', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (50, 'Tripay', '116408-251002001', 'QRIS2', '', '433', '82000001', '251002001', 'T920727322061AYD2U', 'https://tripay.co.id/checkout/T920727322061AYD2U', '1759372863', '2025-10-02', '1759376462', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (51, 'Tripay', '409781-251002001', 'INDOMARET', '', '433', '82000001', '251002001', 'T920727322084TNYJ7', 'https://tripay.co.id/checkout/T920727322084TNYJ7', '1759372918', '2025-10-02', '1759390915', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (52, 'Tripay', '323100-250930020', 'INDOMARET', '', '179', '1800035', '250930020', 'T920727354439MOHW1', 'https://tripay.co.id/checkout/T920727354439MOHW1', '1759460185', '2025-10-03', '1759478183', '', 'PAID', '165000', '1759460260', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (53, 'Tripay', '713869-250930024', 'INDOMARET', '', '188', '1800046', '250930024', 'T920727358863GCCT4', 'https://tripay.co.id/checkout/T920727358863GCCT4', '1759469786', '2025-10-03', '1759487785', '', 'PAID', '165000', '1759469831', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (54, 'Tripay', '643637-251003001', 'BNIVA', '', '434', '81800001', '251003001', 'T920727359606AK6BG', 'https://tripay.co.id/checkout/T920727359606AK6BG', '1759471152', '2025-10-03', '1759489147', '', 'PAID', '290616', '1759471192', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (55, 'Tripay', '244813-251003004', 'QRIS2', '', '435', '81600001', '251003004', 'T920727363983FGVQJ', 'https://tripay.co.id/checkout/T920727363983FGVQJ', '1759480519', '2025-10-03', '1759484120', '', 'PAID', '220619', '1759480679', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (56, 'Tripay', '520956-250930006', 'BRIVA', '', '157', '1800010', '250930006', 'T920727375358ISMRL', 'https://tripay.co.id/checkout/T920727375358ISMRL', '1759503117', '2025-10-03', '1759521111', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (57, 'Tripay', '308869-250930006', 'BRIVA', '', '157', '1800010', '250930006', 'T9207273753885PASR', 'https://tripay.co.id/checkout/T9207273753885PASR', '1759503204', '2025-10-03', '1759521204', '', 'PAID', '165000', '1759503235', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (58, 'Tripay', '674874-250928017', 'INDOMARET', '', '86', '1200013', '250928017', 'T920727375944ZTYXB', 'https://tripay.co.id/checkout/T920727375944ZTYXB', '1759504848', '2025-10-03', '1759522846', '', 'PAID', '220000', '1759505844', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (59, 'Tripay', '993659-251001021', 'QRIS2', '', '319', '1400005', '251001021', 'T920727376095JIRL2', 'https://tripay.co.id/checkout/T920727376095JIRL2', '1759505500', '2025-10-03', '1759509100', '', 'PAID', '220000', '1759505560', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (60, 'Tripay', '522041-250928001', 'INDOMARET', '', '51', '1100008', '250928001', 'T920727379885PT4ZS', 'https://tripay.co.id/checkout/T920727379885PT4ZS', '1759534804', '2025-10-04', '1759552802', '', 'PAID', '220000', '1759537983', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (61, 'Tripay', '150230-251001011', 'INDOMARET', '', '298', '1300004', '251001011', 'T920727381063DYGKQ', 'https://tripay.co.id/checkout/T920727381063DYGKQ', '1759537976', '2025-10-04', '1759555974', '', 'PAID', '220000', '1759538058', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (62, 'Tripay', '406301-251001014', 'QRIS2', '', '301', '1300007', '251001014', 'T920727381878AI4SN', 'https://tripay.co.id/checkout/T920727381878AI4SN', '1759540214', '2025-10-04', '1759543814', '', 'PAID', '220000', '1759540248', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (63, 'Tripay', '178493-250928010', 'INDOMARET', '', '67', '1100025', '250928010', 'T920727382053BCIGE', 'https://tripay.co.id/checkout/T920727382053BCIGE', '1759540623', '2025-10-04', '1759558621', '', 'PAID', '165000', '1759541020', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (64, 'Tripay', '123880-250930001', 'QRISC', '', '152', '1800002', '250930001', 'T920727382174HRPBW', 'https://tripay.co.id/checkout/T920727382174HRPBW', '1759540899', '2025-10-04', '1759558898', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (65, 'Tripay', '342356-250930001', 'QRIS2', '', '152', '1800002', '250930001', 'T920727382198EGJIU', 'https://tripay.co.id/checkout/T920727382198EGJIU', '1759540936', '2025-10-04', '1759544537', '', 'PAID', '165000', '1759540991', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (66, 'Tripay', '80502-251001013', 'QRIS2', '', '300', '1300006', '251001013', 'T920727383921AW8VI', 'https://tripay.co.id/checkout/T920727383921AW8VI', '1759544820', '2025-10-04', '1759548421', '', 'PAID', '220000', '1759544849', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (67, 'Tripay', '851104-251001047', 'QRIS2', '', '405', '1700033', '251001047', 'T920727384517MXSOA', 'https://tripay.co.id/checkout/T920727384517MXSOA', '1759546083', '2025-10-04', '1759549684', '', 'PAID', '220000', '1759546111', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (68, 'Tripay', '721299-250930033', 'ALFAMART', '', '210', '1800072', '250930033', 'T9207273856093VEGM', 'https://tripay.co.id/checkout/T9207273856093VEGM', '1759548436', '2025-10-04', '1759566436', '', 'PAID', '165000', '1759554812', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (69, 'Tripay', '860966-251004001', 'QRIS2', '', '436', '8500001', '251004001', 'T92072738565840NZX', 'https://tripay.co.id/checkout/T92072738565840NZX', '1759548536', '2025-10-04', '1759552137', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (70, 'Tripay', '528061-251001024', 'INDOMARET', '', '325', '1400012', '251001024', 'T920727387116PHDOJ', 'https://tripay.co.id/checkout/T920727387116PHDOJ', '1759551589', '2025-10-04', '1759569587', '', 'PAID', '220000', '1759552029', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (71, 'Tripay', '848364-250930013', 'ALFAMART', '', '168', '1800023', '250930013', 'T920727387631MR0V9', 'https://tripay.co.id/checkout/T920727387631MR0V9', '1759552813', '2025-10-04', '1759570812', '', 'PAID', '165000', '1759553821', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (72, 'Tripay', '124487-251001050', 'INDOMARET', '', '420', '1700048', '251001050', 'T920727389908AWFGT', 'https://tripay.co.id/checkout/T920727389908AWFGT', '1759558288', '2025-10-04', '1759576286', '', 'PAID', '220000', '1759558474', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (73, 'Tripay', '388453-250930083', 'BRIVA', '', '282', '221001182859', '250930083', 'T920727392777WHIOV', 'https://tripay.co.id/checkout/T920727392777WHIOV', '1759565613', '2025-10-04', '1759583608', '', 'PAID', '165000', '1759565761', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (74, 'Tripay', '538283-251001051', 'QRIS2', '', '43', '230220191149', '251001051', 'T920727395529UEKKT', 'https://tripay.co.id/checkout/T920727395529UEKKT', '1759572478', '2025-10-04', '1759576079', '', 'PAID', '220000', '1759572514', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (75, 'Tripay', '626168-250930056', 'INDOMARET', '', '252', '220518183985', '250930056', 'T920727396955QGCRS', 'https://tripay.co.id/checkout/T920727396955QGCRS', '1759575415', '2025-10-04', '1759593412', '', 'PAID', '165000', '1759578450', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (76, 'Tripay', '675505-250930018', 'INDOMARET', '', '176', '1800032', '250930018', 'T920727397072DEADT', 'https://tripay.co.id/checkout/T920727397072DEADT', '1759575681', '2025-10-04', '1759593679', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (77, 'Tripay', '3633-250930032', 'INDOMARET', '', '209', '1800071', '250930032', 'T9207273997172RKAQ', 'https://tripay.co.id/checkout/T9207273997172RKAQ', '1759580619', '2025-10-04', '1759598617', '', 'PAID', '165000', '1759581534', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (78, 'Tripay', '380478-250930070', 'INDOMARET', '', '269', '220612165039', '250930070', 'T920727400055MBB16', 'https://tripay.co.id/checkout/T920727400055MBB16', '1759581220', '2025-10-04', '1759599218', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (79, 'Tripay', '459414-250930025', 'QRIS2', '', '189', '1800047', '250930025', 'T920727408488IP7PO', 'https://tripay.co.id/checkout/T920727408488IP7PO', '1759620206', '2025-10-05', '1759623807', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (80, 'Tripay', '831885-250930025', 'QRIS2', '', '189', '1800047', '250930025', 'T920727408515GHUK4', 'https://tripay.co.id/checkout/T920727408515GHUK4', '1759620287', '2025-10-05', '1759623888', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (81, 'Tripay', '39619-250930025', 'QRIS2', '', '189', '1800047', '250930025', 'T9207274085294CY9Y', 'https://tripay.co.id/checkout/T9207274085294CY9Y', '1759620355', '2025-10-05', '1759623956', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (82, 'Tripay', '654766-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409332SJRYW', 'https://tripay.co.id/checkout/T920727409332SJRYW', '1759622508', '2025-10-05', '1759640507', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (83, 'Tripay', '553055-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409359YXRDF', 'https://tripay.co.id/checkout/T920727409359YXRDF', '1759622571', '2025-10-05', '1759640569', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (84, 'Tripay', '317783-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409428EAOCH', 'https://tripay.co.id/checkout/T920727409428EAOCH', '1759622746', '2025-10-05', '1759640745', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (85, 'Tripay', '56491-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T920727409544VZBNP', 'https://tripay.co.id/checkout/T920727409544VZBNP', '1759623032', '2025-10-05', '1759641030', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (86, 'Tripay', '74061-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T920727409572GZ6SS', 'https://tripay.co.id/checkout/T920727409572GZ6SS', '1759623112', '2025-10-05', '1759641111', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (87, 'Tripay', '804713-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T920727409602RCO2O', 'https://tripay.co.id/checkout/T920727409602RCO2O', '1759623203', '2025-10-05', '1759641200', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (88, 'Tripay', '299792-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T920727409635TWNY2', 'https://tripay.co.id/checkout/T920727409635TWNY2', '1759623307', '2025-10-05', '1759641305', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (89, 'Tripay', '898867-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409640OZJMC', 'https://tripay.co.id/checkout/T920727409640OZJMC', '1759623320', '2025-10-05', '1759641319', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (90, 'Tripay', '893446-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T9207274096488NSI9', 'https://tripay.co.id/checkout/T9207274096488NSI9', '1759623336', '2025-10-05', '1759641334', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (91, 'Tripay', '247998-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409658S2MWN', 'https://tripay.co.id/checkout/T920727409658S2MWN', '1759623374', '2025-10-05', '1759641372', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (92, 'Tripay', '38876-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727409852WZYF4', 'https://tripay.co.id/checkout/T920727409852WZYF4', '1759623983', '2025-10-05', '1759641981', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (93, 'Tripay', '306107-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T9207274098841SPZG', 'https://tripay.co.id/checkout/T9207274098841SPZG', '1759624072', '2025-10-05', '1759642070', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (94, 'Tripay', '534531-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410013SRMRF', 'https://tripay.co.id/checkout/T920727410013SRMRF', '1759624440', '2025-10-05', '1759642439', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (95, 'Tripay', '629600-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T9207274101808WHTH', 'https://tripay.co.id/checkout/T9207274101808WHTH', '1759624903', '2025-10-05', '1759642901', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (96, 'Tripay', '725493-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410182SLAGQ', 'https://tripay.co.id/checkout/T920727410182SLAGQ', '1759624907', '2025-10-05', '1759642904', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (97, 'Tripay', '609812-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410203I6EC0', 'https://tripay.co.id/checkout/T920727410203I6EC0', '1759624970', '2025-10-05', '1759642967', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (98, 'Tripay', '412131-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410307EQMEG', 'https://tripay.co.id/checkout/T920727410307EQMEG', '1759625251', '2025-10-05', '1759643250', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (99, 'Tripay', '883112-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410327YX5QI', 'https://tripay.co.id/checkout/T920727410327YX5QI', '1759625294', '2025-10-05', '1759643291', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (100, 'Tripay', '206276-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410367LJV58', 'https://tripay.co.id/checkout/T920727410367LJV58', '1759625391', '2025-10-05', '1759643389', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (101, 'Tripay', '55969-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410414TQXCT', 'https://tripay.co.id/checkout/T920727410414TQXCT', '1759625506', '2025-10-05', '1759643505', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (102, 'Tripay', '45859-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410463MHC8P', 'https://tripay.co.id/checkout/T920727410463MHC8P', '1759625620', '2025-10-05', '1759643618', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (103, 'Tripay', '10793-250930021', 'INDOMARET', '', '180', '1800037', '250930021', 'T920727410516H10WL', 'https://tripay.co.id/checkout/T920727410516H10WL', '1759625740', '2025-10-05', '1759643739', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (104, 'Tripay', '919408-251005001', 'INDOMARET', '', '180', '1800037', '251005001', 'T9207274106182LSBH', 'https://tripay.co.id/checkout/T9207274106182LSBH', '1759626004', '2025-10-05', '1759644003', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (105, 'Tripay', '214555-250930078', 'INDOMARET', '', '277', '221001182830', '250930078', 'T920727410670DPNNL', 'https://tripay.co.id/checkout/T920727410670DPNNL', '1759626111', '2025-10-05', '1759644109', '', 'PAID', '165000', '1759628179', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (106, 'Tripay', '157518-250926008', 'INDOMARET', '', '15', '1800069', '250926008', 'T920727413317XZLZM', 'https://tripay.co.id/checkout/T920727413317XZLZM', '1759631653', '2025-10-05', '1759649651', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (107, 'Tripay', '662691-250930029', 'INDOMARET', '', '195', '1800054', '250930029', 'T920727415076ZFYB7', 'https://tripay.co.id/checkout/T920727415076ZFYB7', '1759635032', '2025-10-05', '1759653030', '', 'PAID', '165000', '1759635107', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (108, 'Tripay', '418369-250930027', 'INDOMARET', '', '193', '1800051', '250930027', 'T920727423132OR5VX', 'https://tripay.co.id/checkout/T920727423132OR5VX', '1759652258', '2025-10-05', '1759670256', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (109, 'Tripay', '793449-251001034', 'INDOMARET', '', '369', '1600014', '251001034', 'T9207274260091T4W7', 'https://tripay.co.id/checkout/T9207274260091T4W7', '1759658324', '2025-10-05', '1759676322', '', 'PAID', '220000', '1759658587', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (110, 'Tripay', '84828-250926008', 'QRIS2', '', '15', '1800069', '250926008', 'T9207274273447CN0T', 'https://tripay.co.id/checkout/T9207274273447CN0T', '1759660659', '2025-10-05', '1759664259', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (111, 'Tripay', '3098-251001040', 'QRIS2', '', '382', '1700009', '251001040', 'T920727428445E9IAF', 'https://tripay.co.id/checkout/T920727428445E9IAF', '1759662643', '2025-10-05', '1759666243', '', 'PAID', '220000', '1759662705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (112, 'Tripay', '310051-250930081', 'INDOMARET', '', '280', '221001182843', '250930081', 'T920727429172KBRNA', 'https://tripay.co.id/checkout/T920727429172KBRNA', '1759663559', '2025-10-05', '1759681557', '', 'PAID', '165000', '1759664588', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (113, 'Tripay', '333917-251006002', 'INDOMARET', '', '439', '81700002', '251006002', 'T920727448944UTURS', 'https://tripay.co.id/checkout/T920727448944UTURS', '1759724821', '2025-10-06', '1759742818', '', 'UNPAID', '220614', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (114, 'Tripay', '949334-251006003', 'QRIS2', '', '440', '8500002', '251006003', 'T920727454445DPXQA', 'https://tripay.co.id/checkout/T920727454445DPXQA', '1759738045', '2025-10-06', '1759741645', '', 'PAID', '220105', '1759738230', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (115, 'Tripay', '521891-251006004', 'INDOMARET', '', '441', '1800098', '251006004', 'T920727461249JNYTS', 'https://tripay.co.id/checkout/T920727461249JNYTS', '1759752823', '2025-10-06', '1759770821', '', 'PAID', '165955', '1759753220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (116, 'Tripay', '569654-251006174', 'BRIVA', '', '214', '1800076', '251006174', 'T920727466195GQRSN', 'https://tripay.co.id/checkout/T920727466195GQRSN', '1759765581', '2025-10-06', '1759783574', '', 'PAID', '165000', '1759765612', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (117, 'Tripay', '657714-251006484', 'BRIVA', '', '524', '400002', '251006484', 'T920727466256KY5NM', 'https://tripay.co.id/checkout/T920727466256KY5NM', '1759765933', '2025-10-06', '1759783933', '', 'PAID', '165000', '1759766022', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (118, 'Tripay', '474674-251006852', 'BRIVA', '', '892', '2600007', '251006852', 'T9207274663816E0YF', 'https://tripay.co.id/checkout/T9207274663816E0YF', '1759766565', '2025-10-06', '1759784559', '', 'PAID', '220000', '1759768638', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (119, 'Tripay', '348596-251006185', 'BRIVA', '', '225', '1800087', '251006185', 'T9207274663969HWK2', 'https://tripay.co.id/checkout/T9207274663969HWK2', '1759766673', '2025-10-06', '1759784673', '', 'PAID', '165000', '1759766779', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (120, 'Tripay', '473360-251006698', 'QRIS2', '', '738', '2000095', '251006698', 'T920727466538FVZ55', 'https://tripay.co.id/checkout/T920727466538FVZ55', '1759767444', '2025-10-06', '1759771044', '', 'PAID', '220000', '1759767503', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (121, 'Tripay', '678761-251006813', 'QRIS', '', '853', '2500005', '251006813', 'T920727466552GNOSL', 'https://tripay.co.id/checkout/T920727466552GNOSL', '1759767532', '2025-10-06', '1759771013', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (122, 'Tripay', '309371-251006105', 'BRIVA', '', '105', '1200033', '251006105', 'T920727466621ZSSKF', 'https://tripay.co.id/checkout/T920727466621ZSSKF', '1759768006', '2025-10-06', '1759786001', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (123, 'Tripay', '348238-251006105', 'BRIVA', '', '105', '1200033', '251006105', 'T920727466638ZXEQR', 'https://tripay.co.id/checkout/T920727466638ZXEQR', '1759768124', '2025-10-06', '1759786123', '', 'PAID', '220000', '1759768163', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (124, 'Tripay', '658221-251006813', 'QRISC', '', '853', '2500005', '251006813', 'T920727466761GZZWU', 'https://tripay.co.id/checkout/T920727466761GZZWU', '1759769047', '2025-10-06', '1759787046', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (125, 'Tripay', '70958-251006188', 'ALFAMART', '', '228', '1800090', '251006188', 'T920727466816PYMVN', 'https://tripay.co.id/checkout/T920727466816PYMVN', '1759769533', '2025-10-06', '1759787533', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (126, 'Tripay', '266184-251006564', 'QRIS2', '', '604', '1200041', '251006564', 'T920727467144DX4HT', 'https://tripay.co.id/checkout/T920727467144DX4HT', '1759772757', '2025-10-07', '1759776358', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (127, 'Tripay', '341708-251006546', 'QRIS2', '', '586', '600039', '251006546', 'T920727467157WXMHP', 'https://tripay.co.id/checkout/T920727467157WXMHP', '1759772879', '2025-10-07', '1759776480', '', 'PAID', '220000', '1759772961', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (128, 'Tripay', '297011-251006570', 'QRIS2', '', '610', '1500026', '251006570', 'T920727467162BGZWZ', 'https://tripay.co.id/checkout/T920727467162BGZWZ', '1759772904', '2025-10-07', '1759776504', '', 'PAID', '220000', '1759772973', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (129, 'Tripay', '694551-251006217', 'QRIS2', '', '257', '1700007', '251006217', 'T920727467243DMPT6', 'https://tripay.co.id/checkout/T920727467243DMPT6', '1759773852', '2025-10-07', '1759777453', '', 'PAID', '165000', '1759773883', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (130, 'Tripay', '201417-251006160', 'QRIS2', '', '200', '1800060', '251006160', 'T920727467759QWORO', 'https://tripay.co.id/checkout/T920727467759QWORO', '1759783873', '2025-10-07', '1759787474', '', 'PAID', '165000', '1759783957', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (131, 'Tripay', '550352-251006597', 'INDOMARET', '', '637', '1900023', '251006597', 'T920727467814WXE4I', 'https://tripay.co.id/checkout/T920727467814WXE4I', '1759784907', '2025-10-07', '1759802906', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (132, 'Tripay', '278821-251006576', 'QRIS2', '', '616', '1900002', '251006576', 'T920727467830HTXZ5', 'https://tripay.co.id/checkout/T920727467830HTXZ5', '1759785307', '2025-10-07', '1759788907', '', 'PAID', '220000', '1759785350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (133, 'Tripay', '309126-251006468', 'MANDIRIVA', '', '508', '300022', '251006468', 'T920727467836VMN9O', 'https://tripay.co.id/checkout/T920727467836VMN9O', '1759785485', '2025-10-07', '1759803478', '', 'PAID', '220000', '1759785551', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (134, 'Tripay', '26151-251006524', 'QRIS2', '', '564', '500033', '251006524', 'T920727467917IW2TY', 'https://tripay.co.id/checkout/T920727467917IW2TY', '1759786672', '2025-10-07', '1759790272', '', 'PAID', '165000', '1759786783', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (135, 'Tripay', '942206-251006836', 'QRIS2', '', '876', '2500028', '251006836', 'T920727467951DLT6T', 'https://tripay.co.id/checkout/T920727467951DLT6T', '1759787088', '2025-10-07', '1759790688', '', 'PAID', '165000', '1759787157', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (136, 'Tripay', '543746-251006741', 'QRIS2', '', '781', '2000141', '251006741', 'T920727467974MJ0HM', 'https://tripay.co.id/checkout/T920727467974MJ0HM', '1759787313', '2025-10-07', '1759790914', '', 'PAID', '444000', '1759787378', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (137, 'Tripay', '917875-251006402', 'QRIS2', '', '442', '200001', '251006402', 'T920727468022OKUGN', 'https://tripay.co.id/checkout/T920727468022OKUGN', '1759787801', '2025-10-07', '1759791402', '', 'PAID', '220000', '1759787854', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (138, 'Tripay', '39119-251006780', 'BRIVA', '', '820', '2100008', '251006780', 'T920727468064CPMBB', 'https://tripay.co.id/checkout/T920727468064CPMBB', '1759788216', '2025-10-07', '1759806211', '', 'PAID', '220000', '1759788243', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (139, 'Tripay', '688605-251006539', 'BRIVA', '', '579', '600032', '251006539', 'T920727468108HLN4S', 'https://tripay.co.id/checkout/T920727468108HLN4S', '1759788625', '2025-10-07', '1759806625', '', 'PAID', '220000', '1759788716', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (140, 'Tripay', '606379-251006164', 'BNIVA', '', '204', '1800065', '251006164', 'T920727468152F7WXO', 'https://tripay.co.id/checkout/T920727468152F7WXO', '1759788964', '2025-10-07', '1759806959', '', 'PAID', '165000', '1759789027', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (141, 'Tripay', '205308-251006195', 'INDOMARET', '', '235', '1800097', '251006195', 'T920727468153UTUWF', 'https://tripay.co.id/checkout/T920727468153UTUWF', '1759788986', '2025-10-07', '1759806983', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (142, 'Tripay', '69256-251006722', 'MANDIRIVA', '', '762', '2000119', '251006722', 'T920727468156P9TPQ', 'https://tripay.co.id/checkout/T920727468156P9TPQ', '1759789010', '2025-10-07', '1759807009', '', 'PAID', '220000', '1759789079', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (143, 'Tripay', '264288-251006473', 'QRIS2', '', '513', '300027', '251006473', 'T920727468196KL1XX', 'https://tripay.co.id/checkout/T920727468196KL1XX', '1759789203', '2025-10-07', '1759792804', '', 'PAID', '220000', '1759789240', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (144, 'Tripay', '929922-251006492', 'INDOMARET', '', '532', '400010', '251006492', 'T9207274682088SKVB', 'https://tripay.co.id/checkout/T9207274682088SKVB', '1759789306', '2025-10-07', '1759807304', '', 'PAID', '220000', '1759792814', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (145, 'Tripay', '210805-251006346', 'BRIVA', '', '386', '1700013', '251006346', 'T920727468247R5VCE', 'https://tripay.co.id/checkout/T920727468247R5VCE', '1759789630', '2025-10-07', '1759807625', '', 'PAID', '165000', '1759789674', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (146, 'Tripay', '900192-251006816', 'BRIVA', '', '856', '2500008', '251006816', 'T920727468253L5VZG', 'https://tripay.co.id/checkout/T920727468253L5VZG', '1759789702', '2025-10-07', '1759807702', '', 'PAID', '220000', '1759789776', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (147, 'Tripay', '833210-251006291', 'ALFAMART', '', '331', '1400018', '251006291', 'T920727468263KINUO', 'https://tripay.co.id/checkout/T920727468263KINUO', '1759789774', '2025-10-07', '1759807774', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (148, 'Tripay', '419634-251006369', 'CIMBVA', '', '409', '1700037', '251006369', 'T920727468266E6I6O', 'https://tripay.co.id/checkout/T920727468266E6I6O', '1759789795', '2025-10-07', '1759807793', '', 'PAID', '220000', '1759795295', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (149, 'Tripay', '602955-251006817', 'BRIVA', '', '857', '2500009', '251006817', 'T920727468271AOQ6B', 'https://tripay.co.id/checkout/T920727468271AOQ6B', '1759789824', '2025-10-07', '1759807824', '', 'PAID', '220000', '1759793602', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (150, 'Tripay', '444693-251006267', 'QRIS2', '', '307', '1300013', '251006267', 'T9207274682976KRSZ', 'https://tripay.co.id/checkout/T9207274682976KRSZ', '1759789976', '2025-10-07', '1759793576', '', 'PAID', '220000', '1759790015', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (151, 'Tripay', '484873-251006466', 'BRIVA', '', '506', '300020', '251006466', 'T920727468313FL92B', 'https://tripay.co.id/checkout/T920727468313FL92B', '1759790101', '2025-10-07', '1759808100', '', 'PAID', '220000', '1759790185', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (152, 'Tripay', '862950-251006531', 'BRIVA', '', '571', '500040', '251006531', 'T920727468314A4MXG', 'https://tripay.co.id/checkout/T920727468314A4MXG', '1759790106', '2025-10-07', '1759808106', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (153, 'Tripay', '947894-251006531', 'CIMBVA', '', '571', '500040', '251006531', 'T92072746831732ERH', 'https://tripay.co.id/checkout/T92072746831732ERH', '1759790132', '2025-10-07', '1759808129', '', 'PAID', '220000', '1759790472', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (154, 'Tripay', '899388-251006053', 'INDOMARET', '', '53', '1100010', '251006053', 'T920727468330ESGQH', 'https://tripay.co.id/checkout/T920727468330ESGQH', '1759790228', '2025-10-07', '1759808226', '', 'PAID', '220000', '1759797524', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (155, 'Tripay', '381380-251006151', 'INDOMARET', '', '191', '1800049', '251006151', 'T9207274683348YLAJ', 'https://tripay.co.id/checkout/T9207274683348YLAJ', '1759790248', '2025-10-07', '1759808246', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (156, 'Tripay', '152289-251006563', 'QRIS2', '', '603', '1200040', '251006563', 'T920727468351QOWLQ', 'https://tripay.co.id/checkout/T920727468351QOWLQ', '1759790377', '2025-10-07', '1759793977', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (157, 'Tripay', '176597-251006469', 'INDOMARET', '', '509', '300023', '251006469', 'T920727468352BRVQO', 'https://tripay.co.id/checkout/T920727468352BRVQO', '1759790385', '2025-10-07', '1759808383', '', 'PAID', '220000', '1759791858', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (158, 'Tripay', '902468-251006563', 'QRIS2', '', '603', '1200040', '251006563', 'T920727468354L8XTJ', 'https://tripay.co.id/checkout/T920727468354L8XTJ', '1759790409', '2025-10-07', '1759794010', '', 'PAID', '220000', '1759790462', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (159, 'Tripay', '433423-251006281', 'MANDIRIVA', '', '321', '1400007', '251006281', 'T920727468370OVGFH', 'https://tripay.co.id/checkout/T920727468370OVGFH', '1759790547', '2025-10-07', '1759808542', '', 'PAID', '220000', '1759790642', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (160, 'Tripay', '755649-251006312', 'QRIS2', '', '352', '1500021', '251006312', 'T920727468373MDT0K', 'https://tripay.co.id/checkout/T920727468373MDT0K', '1759790559', '2025-10-07', '1759794160', '', 'PAID', '220000', '1759790618', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (161, 'Tripay', '184712-251006831', 'BRIVA', '', '871', '2500023', '251006831', 'T9207274683874TYVR', 'https://tripay.co.id/checkout/T9207274683874TYVR', '1759790651', '2025-10-07', '1759808651', '', 'PAID', '220000', '1759790939', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (162, 'Tripay', '349873-251006696', 'QRIS2', '', '736', '2000093', '251006696', 'T920727468412XJSX0', 'https://tripay.co.id/checkout/T920727468412XJSX0', '1759790803', '2025-10-07', '1759794403', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (163, 'Tripay', '332995-251006696', 'QRIS2', '', '736', '2000093', '251006696', 'T920727468415R3J0A', 'https://tripay.co.id/checkout/T920727468415R3J0A', '1759790819', '2025-10-07', '1759794420', '', 'PAID', '220000', '1759790905', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (164, 'Tripay', '747470-251006204', 'BRIVA', '', '244', '220518183977', '251006204', 'T9207274684201J1XF', 'https://tripay.co.id/checkout/T9207274684201J1XF', '1759790847', '2025-10-07', '1759808847', '', 'PAID', '165000', '1759790932', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (165, 'Tripay', '703288-251006289', 'BRIVA', '', '329', '1400016', '251006289', 'T9207274684292VMPJ', 'https://tripay.co.id/checkout/T9207274684292VMPJ', '1759790913', '2025-10-07', '1759808912', '', 'PAID', '220000', '1759790946', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (166, 'Tripay', '542750-251006648', 'BRIVA', '', '688', '2000041', '251006648', 'T920727468438PP9MY', 'https://tripay.co.id/checkout/T920727468438PP9MY', '1759790970', '2025-10-07', '1759808970', '', 'PAID', '220000', '1759791131', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (167, 'Tripay', '590588-251006335', 'QRIS2', '', '375', '1600021', '251006335', 'T920727468447EXIBH', 'https://tripay.co.id/checkout/T920727468447EXIBH', '1759791041', '2025-10-07', '1759794642', '', 'PAID', '220000', '1759791283', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (168, 'Tripay', '755837-251006062', 'QRIS2', '', '62', '1100019', '251006062', 'T920727468455R06OQ', 'https://tripay.co.id/checkout/T920727468455R06OQ', '1759791061', '2025-10-07', '1759794662', '', 'PAID', '165000', '1759791098', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (169, 'Tripay', '321080-251006213', 'QRIS2', '', '253', '220518183987', '251006213', 'T9207274684724T7VV', 'https://tripay.co.id/checkout/T9207274684724T7VV', '1759791164', '2025-10-07', '1759794764', '', 'PAID', '165000', '1759791197', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (170, 'Tripay', '390720-251006178', 'INDOMARET', '', '218', '1800080', '251006178', 'T920727468492DHMFC', 'https://tripay.co.id/checkout/T920727468492DHMFC', '1759791342', '2025-10-07', '1759809340', '', 'PAID', '220000', '1759791708', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (171, 'Tripay', '392353-251006491', 'QRIS2', '', '531', '400009', '251006491', 'T920727468509I91BQ', 'https://tripay.co.id/checkout/T920727468509I91BQ', '1759791484', '2025-10-07', '1759795085', '', 'PAID', '220000', '1759791560', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (172, 'Tripay', '918648-251006669', 'BRIVA', '', '709', '2000063', '251006669', 'T920727468564WG4MD', 'https://tripay.co.id/checkout/T920727468564WG4MD', '1759791815', '2025-10-07', '1759809809', '', 'PAID', '220000', '1759791890', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (173, 'Tripay', '537133-251006300', 'BRIVA', '', '340', '1500009', '251006300', 'T920727468569TMRFK', 'https://tripay.co.id/checkout/T920727468569TMRFK', '1759791869', '2025-10-07', '1759809868', '', 'PAID', '220000', '1759791925', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (174, 'Tripay', '784351-251006075', 'BRIVA', '', '75', '1200001', '251006075', 'T9207274685909AGU6', 'https://tripay.co.id/checkout/T9207274685909AGU6', '1759792007', '2025-10-07', '1759810007', '', 'PAID', '220000', '1759792061', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (175, 'Tripay', '146977-251006485', 'INDOMARET', '', '525', '400003', '251006485', 'T920727468611KG9V6', 'https://tripay.co.id/checkout/T920727468611KG9V6', '1759792175', '2025-10-07', '1759810172', '', 'PAID', '220000', '1759792400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (176, 'Tripay', '657101-251006263', 'INDOMARET', '', '303', '1300009', '251006263', 'T9207274686140DGYB', 'https://tripay.co.id/checkout/T9207274686140DGYB', '1759792181', '2025-10-07', '1759810180', '', 'PAID', '220000', '1759794675', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (177, 'Tripay', '60575-251006372', 'QRIS2', '', '412', '1700040', '251006372', 'T920727468649TICQV', 'https://tripay.co.id/checkout/T920727468649TICQV', '1759792322', '2025-10-07', '1759795923', '', 'PAID', '220000', '1759792363', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (178, 'Tripay', '810989-251006887', 'BNIVA', '', '927', '4200002', '251006887', 'T920727468657VCOVK', 'https://tripay.co.id/checkout/T920727468657VCOVK', '1759792383', '2025-10-07', '1759810382', '', 'PAID', '220000', '1759792426', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (179, 'Tripay', '983179-251006791', 'QRIS2', '', '831', '2300003', '251006791', 'T9207274686734YCZ7', 'https://tripay.co.id/checkout/T9207274686734YCZ7', '1759792447', '2025-10-07', '1759796048', '', 'PAID', '165000', '1759792535', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (180, 'Tripay', '483071-251006107', 'QRIS2', '', '107', '1200036', '251006107', 'T920727468685YDEGO', 'https://tripay.co.id/checkout/T920727468685YDEGO', '1759792508', '2025-10-07', '1759796108', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (181, 'Tripay', '577642-251006291', 'INDOMARET', '', '331', '1400018', '251006291', 'T920727468693EYQ63', 'https://tripay.co.id/checkout/T920727468693EYQ63', '1759792556', '2025-10-07', '1759810554', '', 'PAID', '220000', '1759793466', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (182, 'Tripay', '135652-251006711', 'QRIS2', '', '751', '2000108', '251006711', 'T920727468705U71GE', 'https://tripay.co.id/checkout/T920727468705U71GE', '1759792639', '2025-10-07', '1759796240', '', 'PAID', '220000', '1759792710', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (183, 'Tripay', '45519-251006569', 'BRIVA', '', '609', '1400020', '251006569', 'T920727468727J57VK', 'https://tripay.co.id/checkout/T920727468727J57VK', '1759792783', '2025-10-07', '1759810778', '', 'PAID', '165000', '1759792926', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (184, 'Tripay', '968517-251006460', 'BNIVA', '', '500', '300014', '251006460', 'T92072746874688BZ9', 'https://tripay.co.id/checkout/T92072746874688BZ9', '1759792872', '2025-10-07', '1759810871', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (185, 'Tripay', '931825-251006151', 'INDOMARET', '', '191', '1800049', '251006151', 'T920727468750FL1O8', 'https://tripay.co.id/checkout/T920727468750FL1O8', '1759792877', '2025-10-07', '1759810875', '', 'PAID', '165000', '1759793275', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (186, 'Tripay', '916855-251006460', 'BRIVA', '', '500', '300014', '251006460', 'T920727468779HEONN', 'https://tripay.co.id/checkout/T920727468779HEONN', '1759793101', '2025-10-07', '1759811101', '', 'PAID', '220000', '1759793131', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (187, 'Tripay', '868618-251006879', 'QRIS2', '', '919', '4100003', '251006879', 'T920727468786HZRWZ', 'https://tripay.co.id/checkout/T920727468786HZRWZ', '1759793144', '2025-10-07', '1759796745', '', 'PAID', '220000', '1759793210', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (188, 'Tripay', '636035-251006480', 'BRIVA', '', '520', '300034', '251006480', 'T9207274687928YPRE', 'https://tripay.co.id/checkout/T9207274687928YPRE', '1759793175', '2025-10-07', '1759811175', '', 'PAID', '220000', '1759793221', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (189, 'Tripay', '939235-251006834', 'QRIS2', '', '874', '2500026', '251006834', 'T9207274688733YAW8', 'https://tripay.co.id/checkout/T9207274688733YAW8', '1759793551', '2025-10-07', '1759797152', '', 'PAID', '220000', '1759793622', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (190, 'Tripay', '475010-251006606', 'INDOMARET', '', '646', '1900032', '251006606', 'T920727468902VSMOW', 'https://tripay.co.id/checkout/T920727468902VSMOW', '1759793726', '2025-10-07', '1759811723', '', 'PAID', '165000', '1759793786', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (191, 'Tripay', '462196-251006550', 'BNIVA', '', '590', '600044', '251006550', 'T920727468905BRAF6', 'https://tripay.co.id/checkout/T920727468905BRAF6', '1759793732', '2025-10-07', '1759811727', '', 'PAID', '220000', '1759793804', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (192, 'Tripay', '453496-251006590', 'INDOMARET', '', '630', '1900016', '251006590', 'T920727468928I3K7I', 'https://tripay.co.id/checkout/T920727468928I3K7I', '1759793816', '2025-10-07', '1759811814', '', 'PAID', '220000', '1759793858', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (193, 'Tripay', '932169-251006288', 'QRIS2', '', '328', '1400015', '251006288', 'T920727468940GDJBJ', 'https://tripay.co.id/checkout/T920727468940GDJBJ', '1759793877', '2025-10-07', '1759797477', '', 'PAID', '220000', '1759793967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (194, 'Tripay', '654092-251006085', 'BRIVA', '', '85', '1200012', '251006085', 'T920727468949D8DYP', 'https://tripay.co.id/checkout/T920727468949D8DYP', '1759793895', '2025-10-07', '1759811895', '', 'PAID', '220000', '1759793945', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (195, 'Tripay', '882950-251006755', 'QRIS2', '', '795', '2000156', '251006755', 'T920727468959D7BUI', 'https://tripay.co.id/checkout/T920727468959D7BUI', '1759793948', '2025-10-07', '1759797549', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (196, 'Tripay', '633015-251006142', 'QRIS2', '', '182', '1800040', '251006142', 'T9207274689880JMP3', 'https://tripay.co.id/checkout/T9207274689880JMP3', '1759794065', '2025-10-07', '1759797665', '', 'PAID', '220000', '1759794224', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (197, 'Tripay', '498699-251006406', 'QRIS2', '', '446', '200005', '251006406', 'T920727469063UU3DZ', 'https://tripay.co.id/checkout/T920727469063UU3DZ', '1759794362', '2025-10-07', '1759797963', '', 'PAID', '220000', '1759794423', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (198, 'Tripay', '796079-251006823', 'QRIS2', '', '863', '2500015', '251006823', 'T920727469087SFIFI', 'https://tripay.co.id/checkout/T920727469087SFIFI', '1759794456', '2025-10-07', '1759798057', '', 'PAID', '220000', '1759794528', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (199, 'Tripay', '359139-251006330', 'MANDIRIVA', '', '370', '1600015', '251006330', 'T9207274691865ASXT', 'https://tripay.co.id/checkout/T9207274691865ASXT', '1759794904', '2025-10-07', '1759812899', '', 'PAID', '220000', '1759795043', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (200, 'Tripay', '132396-251006598', 'QRIS2', '', '638', '1900024', '251006598', 'T92072746921068WSH', 'https://tripay.co.id/checkout/T92072746921068WSH', '1759795024', '2025-10-07', '1759798625', '', 'PAID', '220000', '1759795290', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (201, 'Tripay', '420485-251006109', 'QRIS2', '', '109', '1200038', '251006109', 'T920727469268D3MOZ', 'https://tripay.co.id/checkout/T920727469268D3MOZ', '1759795297', '2025-10-07', '1759798898', '', 'PAID', '220000', '1759795353', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (202, 'Tripay', '819946-251006293', 'BRIVA', '', '333', '1500001', '251006293', 'T92072746930082AFT', 'https://tripay.co.id/checkout/T92072746930082AFT', '1759795437', '2025-10-07', '1759813436', '', 'PAID', '220000', '1759795894', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (203, 'Tripay', '71551-251006247', 'INDOMARET', '', '287', '221128130288', '251006247', 'T920727469303KZN6N', 'https://tripay.co.id/checkout/T920727469303KZN6N', '1759795442', '2025-10-07', '1759813440', '', 'PAID', '165000', '1759796970', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (204, 'Tripay', '708867-251006885', 'QRIS2', '', '925', '4100009', '251006885', 'T920727469322ZKUEP', 'https://tripay.co.id/checkout/T920727469322ZKUEP', '1759795506', '2025-10-07', '1759799107', '', 'PAID', '220000', '1759795558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (205, 'Tripay', '686192-251006809', 'BNIVA', '', '849', '2500001', '251006809', 'T920727469337F0LM8', 'https://tripay.co.id/checkout/T920727469337F0LM8', '1759795553', '2025-10-07', '1759813547', '', 'PAID', '220000', '1759795599', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (206, 'Tripay', '772672-251006526', 'INDOMARET', '', '566', '500035', '251006526', 'T920727469373YDXAO', 'https://tripay.co.id/checkout/T920727469373YDXAO', '1759795741', '2025-10-07', '1759813739', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (207, 'Tripay', '730958-251006526', 'INDOMARET', '', '566', '500035', '251006526', 'T920727469413MJWPP', 'https://tripay.co.id/checkout/T920727469413MJWPP', '1759795906', '2025-10-07', '1759813905', '', 'PAID', '165000', '1759799214', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (208, 'Tripay', '177889-251006486', 'INDOMARET', '', '526', '400004', '251006486', 'T9207274694861ETCM', 'https://tripay.co.id/checkout/T9207274694861ETCM', '1759796184', '2025-10-07', '1759814182', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (209, 'Tripay', '941357-251006723', 'BRIVA', '', '763', '2000120', '251006723', 'T920727469531UAOGW', 'https://tripay.co.id/checkout/T920727469531UAOGW', '1759796357', '2025-10-07', '1759814351', '', 'PAID', '220000', '1759796485', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (210, 'Tripay', '853767-251006813', 'QRIS2', '', '853', '2500005', '251006813', 'T920727469732XHO8U', 'https://tripay.co.id/checkout/T920727469732XHO8U', '1759797064', '2025-10-07', '1759800665', '', 'PAID', '220000', '1759797109', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (211, 'Tripay', '907035-251006376', 'ALFAMART', '', '416', '1700044', '251006376', 'T920727469742M7E87', 'https://tripay.co.id/checkout/T920727469742M7E87', '1759797116', '2025-10-07', '1759815116', '', 'PAID', '165000', '1759797186', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (212, 'Tripay', '124525-251006683', 'QRIS2', '', '723', '2000077', '251006683', 'T920727469767A8A9B', 'https://tripay.co.id/checkout/T920727469767A8A9B', '1759797190', '2025-10-07', '1759800791', '', 'PAID', '220000', '1759797220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (213, 'Tripay', '355411-251006486', 'INDOMARET', '', '526', '400004', '251006486', 'T920727469790K1LUT', 'https://tripay.co.id/checkout/T920727469790K1LUT', '1759797254', '2025-10-07', '1759815251', '', 'PAID', '165000', '1759797338', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (214, 'Tripay', '159129-251006585', 'QRIS2', '', '625', '1900011', '251006585', 'T920727470109RLS2A', 'https://tripay.co.id/checkout/T920727470109RLS2A', '1759798083', '2025-10-07', '1759801684', '', 'PAID', '220000', '1759798920', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (215, 'Tripay', '870916-251006646', 'QRIS2', '', '686', '2000039', '251006646', 'T920727470218FJ6TP', 'https://tripay.co.id/checkout/T920727470218FJ6TP', '1759798461', '2025-10-07', '1759802062', '', 'PAID', '220000', '1759798520', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (216, 'Tripay', '184982-251006820', 'BRIVA', '', '860', '2500012', '251006820', 'T92072747025462WWV', 'https://tripay.co.id/checkout/T92072747025462WWV', '1759798589', '2025-10-07', '1759816584', '', 'PAID', '220000', '1759798623', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (217, 'Tripay', '454406-251006884', 'QRIS2', '', '924', '4100008', '251006884', 'T920727470517RNZ7T', 'https://tripay.co.id/checkout/T920727470517RNZ7T', '1759799376', '2025-10-07', '1759802976', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (218, 'Tripay', '639154-251006375', 'QRIS2', '', '415', '1700043', '251006375', 'T920727470769DJFI5', 'https://tripay.co.id/checkout/T920727470769DJFI5', '1759800097', '2025-10-07', '1759803698', '', 'PAID', '220000', '1759800136', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (219, 'Tripay', '308804-251006577', 'QRIS2', '', '617', '1900003', '251006577', 'T920727470825DTN6D', 'https://tripay.co.id/checkout/T920727470825DTN6D', '1759800329', '2025-10-07', '1759803930', '', 'PAID', '220000', '1759800383', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (220, 'Tripay', '395112-251006849', 'INDOMARET', '', '889', '2600004', '251006849', 'T9207274713975LC4M', 'https://tripay.co.id/checkout/T9207274713975LC4M', '1759801958', '2025-10-07', '1759819956', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (221, 'Tripay', '894657-251006435', 'BRIVA', '', '475', '200037', '251006435', 'T920727471566FJ22N', 'https://tripay.co.id/checkout/T920727471566FJ22N', '1759802445', '2025-10-07', '1759820439', '', 'PAID', '165000', '1759802550', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (222, 'Tripay', '797446-251006557', 'QRIS2', '', '597', '1100033', '251006557', 'T920727471692NZXOR', 'https://tripay.co.id/checkout/T920727471692NZXOR', '1759802881', '2025-10-07', '1759806482', '', 'PAID', '220000', '1759803014', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (223, 'Tripay', '60018-251006557', 'QRIS2', '', '597', '1100033', '251006557', 'T920727471769AHTGR', 'https://tripay.co.id/checkout/T920727471769AHTGR', '1759803027', '2025-10-07', '1759806627', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (224, 'Tripay', '712947-251006102', 'QRIS2', '', '102', '1200030', '251006102', 'T920727471877CPMAV', 'https://tripay.co.id/checkout/T920727471877CPMAV', '1759803268', '2025-10-07', '1759806869', '', 'PAID', '165000', '1759803348', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (225, 'Tripay', '163702-251006884', 'QRIS2', '', '924', '4100008', '251006884', 'T920727471883WJJML', 'https://tripay.co.id/checkout/T920727471883WJJML', '1759803275', '2025-10-07', '1759806876', '', 'PAID', '220000', '1759803360', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (226, 'Tripay', '869531-251006795', 'QRIS2', '', '835', '2400001', '251006795', 'T920727472119L3KI5', 'https://tripay.co.id/checkout/T920727472119L3KI5', '1759803817', '2025-10-07', '1759807418', '', 'PAID', '220000', '1759803846', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (227, 'Tripay', '886502-251006514', 'INDOMARET', '', '554', '500022', '251006514', 'T920727472173AVPJ1', 'https://tripay.co.id/checkout/T920727472173AVPJ1', '1759803962', '2025-10-07', '1759821961', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (228, 'Tripay', '787381-251006824', 'INDOMARET', '', '864', '2500016', '251006824', 'T920727472206O0FCU', 'https://tripay.co.id/checkout/T920727472206O0FCU', '1759804058', '2025-10-07', '1759822057', '', 'PAID', '220000', '1759804112', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (229, 'Tripay', '547728-251006511', 'INDOMARET', '', '551', '500019', '251006511', 'T9207274723273ZK6G', 'https://tripay.co.id/checkout/T9207274723273ZK6G', '1759804413', '2025-10-07', '1759822411', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (230, 'Tripay', '106927-251006277', 'INDOMARET', '', '317', '1400003', '251006277', 'T920727472416NKTSW', 'https://tripay.co.id/checkout/T920727472416NKTSW', '1759804687', '2025-10-07', '1759822685', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (231, 'Tripay', '600261-251006511', 'INDOMARET', '', '551', '500019', '251006511', 'T920727472524FEEP5', 'https://tripay.co.id/checkout/T920727472524FEEP5', '1759805034', '2025-10-07', '1759823032', '', 'PAID', '220000', '1759812475', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (232, 'Tripay', '844353-251006150', 'INDOMARET', '', '190', '1800048', '251006150', 'T920727472577VDCJD', 'https://tripay.co.id/checkout/T920727472577VDCJD', '1759805214', '2025-10-07', '1759823212', '', 'PAID', '165000', '1759805569', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (233, 'Tripay', '50443-251006828', 'QRIS2', '', '868', '2500020', '251006828', 'T920727472614WCIGK', 'https://tripay.co.id/checkout/T920727472614WCIGK', '1759805319', '2025-10-07', '1759808919', '', 'PAID', '220000', '1759805401', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (234, 'Tripay', '512775-251006181', 'INDOMARET', '', '221', '1800083', '251006181', 'T9207274728748ODKP', 'https://tripay.co.id/checkout/T9207274728748ODKP', '1759806098', '2025-10-07', '1759824096', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (235, 'Tripay', '862092-251006181', 'INDOMARET', '', '221', '1800083', '251006181', 'T920727472916TOM7E', 'https://tripay.co.id/checkout/T920727472916TOM7E', '1759806176', '2025-10-07', '1759824175', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (236, 'Tripay', '330652-251006181', 'INDOMARET', '', '221', '1800083', '251006181', 'T920727473353E0IJK', 'https://tripay.co.id/checkout/T920727473353E0IJK', '1759807159', '2025-10-07', '1759825157', '', 'PAID', '165000', '1759807230', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (237, 'Tripay', '662265-251006455', 'QRIS2', '', '495', '300008', '251006455', 'T920727473608YJATM', 'https://tripay.co.id/checkout/T920727473608YJATM', '1759807834', '2025-10-07', '1759811434', '', 'PAID', '220000', '1759807878', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (238, 'Tripay', '523581-251007005', 'QRIS2', '', '1092', '8400001', '251007005', 'T9207274736366A1H8', 'https://tripay.co.id/checkout/T9207274736366A1H8', '1759807930', '2025-10-07', '1759811531', '', 'PAID', '220566', '1759807984', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (239, 'Tripay', '834962-251006542', 'BNIVA', '', '582', '600035', '251006542', 'T920727473979IB4LC', 'https://tripay.co.id/checkout/T920727473979IB4LC', '1759808802', '2025-10-07', '1759826796', '', 'PAID', '220000', '1759808871', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (240, 'Tripay', '973209-251006859', 'QRIS2', '', '899', '2800001', '251006859', 'T920727474656AP6U2', 'https://tripay.co.id/checkout/T920727474656AP6U2', '1759810687', '2025-10-07', '1759814288', '', 'PAID', '330000', '1759810710', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (241, 'Tripay', '534048-251006420', 'INDOMARET', '', '460', '200019', '251006420', 'T9207274751330MXE6', 'https://tripay.co.id/checkout/T9207274751330MXE6', '1759812170', '2025-10-07', '1759830168', '', 'PAID', '220000', '1759812238', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (242, 'Tripay', '165483-251006864', 'INDOMARET', '', '904', '2900002', '251006864', 'T920727475306U22WY', 'https://tripay.co.id/checkout/T920727475306U22WY', '1759812729', '2025-10-07', '1759830728', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (243, 'Tripay', '907540-251006819', 'MANDIRIVA', '', '859', '2500011', '251006819', 'T920727475454IX7PH', 'https://tripay.co.id/checkout/T920727475454IX7PH', '1759813162', '2025-10-07', '1759831157', '', 'PAID', '220000', '1759813301', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (244, 'Tripay', '874723-251006046', 'BNIVA', '', '46', '1100003', '251006046', 'T920727476404LF3I1', 'https://tripay.co.id/checkout/T920727476404LF3I1', '1759816027', '2025-10-07', '1759834021', '', 'PAID', '220000', '1759816067', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (245, 'Tripay', '315444-251006322', 'INDOMARET', '', '362', '1600007', '251006322', 'T92072747744594DIF', 'https://tripay.co.id/checkout/T92072747744594DIF', '1759818928', '2025-10-07', '1759836926', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (246, 'Tripay', '397529-251006322', 'ALFAMART', '', '362', '1600007', '251006322', 'T920727477726QCXAJ', 'https://tripay.co.id/checkout/T920727477726QCXAJ', '1759819819', '2025-10-07', '1759837818', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (247, 'Tripay', '808565-251006322', 'ALFAMART', '', '362', '1600007', '251006322', 'T920727477755PEJJK', 'https://tripay.co.id/checkout/T920727477755PEJJK', '1759819911', '2025-10-07', '1759837910', '', 'PAID', '220000', '1759820609', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (248, 'Tripay', '464282-251006832', 'INDOMARET', '', '872', '2500024', '251006832', 'T920727477995SS2DH', 'https://tripay.co.id/checkout/T920727477995SS2DH', '1759820644', '2025-10-07', '1759838642', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (249, 'Tripay', '42714-251006280', 'INDOMARET', '', '320', '1400006', '251006280', 'T920727478442SEVI5', 'https://tripay.co.id/checkout/T920727478442SEVI5', '1759821805', '2025-10-07', '1759839803', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (250, 'Tripay', '637884-251006069', 'INDOMARET', '', '69', '1100027', '251006069', 'T920727478751RWWFJ', 'https://tripay.co.id/checkout/T920727478751RWWFJ', '1759822849', '2025-10-07', '1759840847', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (251, 'Tripay', '859466-251006069', 'INDOMARET', '', '69', '1100027', '251006069', 'T920727478767N52O9', 'https://tripay.co.id/checkout/T920727478767N52O9', '1759822900', '2025-10-07', '1759840898', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (252, 'Tripay', '41117-251006069', 'INDOMARET', '', '69', '1100027', '251006069', 'T920727479019RLOD8', 'https://tripay.co.id/checkout/T920727479019RLOD8', '1759823679', '2025-10-07', '1759841677', '', 'PAID', '165000', '1759823785', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (253, 'Tripay', '937369-251007057', 'QRIS2', '', '986', '220728201838', '251007057', 'T920727479090ZFUZ6', 'https://tripay.co.id/checkout/T920727479090ZFUZ6', '1759823876', '2025-10-07', '1759827477', '', 'PAID', '220767', '1759823953', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (254, 'Tripay', '55438-251007088', 'QRIS2', '', '1017', '221128130252', '251007088', 'T920727479348PFPH3', 'https://tripay.co.id/checkout/T920727479348PFPH3', '1759824687', '2025-10-07', '1759828288', '', 'PAID', '220580', '1759824756', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (255, 'Tripay', '183520-251007137', 'QRIS2', '', '1067', '230220191163', '251007137', 'T920727479466V7QFZ', 'https://tripay.co.id/checkout/T920727479466V7QFZ', '1759824976', '2025-10-07', '1759828577', '', 'PAID', '220442', '1759825029', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (256, 'Tripay', '240559-251007112', 'BRIVA', '', '1041', '221128130284', '251007112', 'T920727479677YB8JN', 'https://tripay.co.id/checkout/T920727479677YB8JN', '1759825614', '2025-10-07', '1759843608', '', 'PAID', '220609', '1759825654', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (257, 'Tripay', '828818-251007068', 'INDOMARET', '', '997', '221001182848', '251007068', 'T920727479894JPZSP', 'https://tripay.co.id/checkout/T920727479894JPZSP', '1759826175', '2025-10-07', '1759844173', '', 'PAID', '220531', '1759826301', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (258, 'Tripay', '288850-251007110', 'QRIS2', '', '1039', '221128130282', '251007110', 'T920727479908NB2H8', 'https://tripay.co.id/checkout/T920727479908NB2H8', '1759826219', '2025-10-07', '1759829820', '', 'PAID', '220723', '1759826287', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (259, 'Tripay', '882431-251007093', 'QRIS2', '', '1022', '221128130258', '251007093', 'T920727479936SPXQR', 'https://tripay.co.id/checkout/T920727479936SPXQR', '1759826301', '2025-10-07', '1759829902', '', 'PAID', '220060', '1759826573', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (260, 'Tripay', '996059-251006538', 'QRIS2', '', '578', '600030', '251006538', 'T920727479960RYPGW', 'https://tripay.co.id/checkout/T920727479960RYPGW', '1759826363', '2025-10-07', '1759829964', '', 'PAID', '220000', '1759826402', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (261, 'Tripay', '668492-251006424', 'QRIS2', '', '464', '200023', '251006424', 'T920727479967VMBAK', 'https://tripay.co.id/checkout/T920727479967VMBAK', '1759826386', '2025-10-07', '1759829987', '', 'PAID', '220000', '1759826416', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (262, 'Tripay', '130280-251007082', 'MANDIRIVA', '', '1011', '221128130241', '251007082', 'T9207274799785DHAR', 'https://tripay.co.id/checkout/T9207274799785DHAR', '1759826419', '2025-10-07', '1759844413', '', 'PAID', '220150', '1759826509', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (263, 'Tripay', '382196-251006092', 'QRIS2', '', '92', '1200019', '251006092', 'T920727480020FKR7I', 'https://tripay.co.id/checkout/T920727480020FKR7I', '1759826602', '2025-10-07', '1759830202', '', 'PAID', '220000', '1759826684', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (264, 'Tripay', '330498-251006129', 'QRIS2', '', '169', '1800024', '251006129', 'T920727480456MOA1D', 'https://tripay.co.id/checkout/T920727480456MOA1D', '1759827711', '2025-10-07', '1759831311', '', 'PAID', '165000', '1759827783', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (265, 'Tripay', '46896-251006118', 'QRIS2', '', '158', '1800011', '251006118', 'T920727480555UKSKW', 'https://tripay.co.id/checkout/T920727480555UKSKW', '1759827989', '2025-10-07', '1759831590', '', 'PAID', '165000', '1759828063', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (266, 'Tripay', '15928-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T920727480785X5AJO', 'https://tripay.co.id/checkout/T920727480785X5AJO', '1759828554', '2025-10-07', '1759846551', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (267, 'Tripay', '897025-251007064', 'INDOMARET', '', '993', '221001182837', '251007064', 'T920727480893UMLX2', 'https://tripay.co.id/checkout/T920727480893UMLX2', '1759828838', '2025-10-07', '1759846836', '', 'UNPAID', '220134', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (268, 'Tripay', '283749-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T92072748105698OOE', 'https://tripay.co.id/checkout/T92072748105698OOE', '1759829214', '2025-10-07', '1759847212', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (269, 'Tripay', '689527-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T920727481361ILLC0', 'https://tripay.co.id/checkout/T920727481361ILLC0', '1759830013', '2025-10-07', '1759848012', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (270, 'Tripay', '515839-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T920727481382VEHOU', 'https://tripay.co.id/checkout/T920727481382VEHOU', '1759830077', '2025-10-07', '1759848075', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (271, 'Tripay', '250210-251006162', 'QRIS2', '', '202', '1800062', '251006162', 'T920727481445PYE0J', 'https://tripay.co.id/checkout/T920727481445PYE0J', '1759830237', '2025-10-07', '1759833838', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (272, 'Tripay', '839840-251006162', 'QRIS2', '', '202', '1800062', '251006162', 'T920727481485KPSGG', 'https://tripay.co.id/checkout/T920727481485KPSGG', '1759830337', '2025-10-07', '1759833938', '', 'PAID', '165000', '1759830391', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (273, 'Tripay', '391237-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T920727481563Y5GEB', 'https://tripay.co.id/checkout/T920727481563Y5GEB', '1759830522', '2025-10-07', '1759848520', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (274, 'Tripay', '201212-251006870', 'INDOMARET', '', '910', '3100001', '251006870', 'T9207274816115WRGZ', 'https://tripay.co.id/checkout/T9207274816115WRGZ', '1759830643', '2025-10-07', '1759848641', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (275, 'Tripay', '422467-251006782', 'BNIVA', '', '822', '2100010', '251006782', 'T920727481799KODXC', 'https://tripay.co.id/checkout/T920727481799KODXC', '1759831018', '2025-10-07', '1759849013', '', 'PAID', '220000', '1759831065', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (276, 'Tripay', '232171-251006860', 'ALFAMART', '', '900', '2800002', '251006860', 'T920727482037HXLP2', 'https://tripay.co.id/checkout/T920727482037HXLP2', '1759831577', '2025-10-07', '1759849577', '', 'PAID', '220000', '1759832172', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (277, 'Tripay', '132716-251006272', 'QRIS2', '', '312', '1300019', '251006272', 'T920727483016QEJP3', 'https://tripay.co.id/checkout/T920727483016QEJP3', '1759833890', '2025-10-07', '1759837491', '', 'PAID', '220000', '1759833923', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (278, 'Tripay', '373168-251006555', 'QRIS2', '', '595', '600050', '251006555', 'T9207274831047CZOZ', 'https://tripay.co.id/checkout/T9207274831047CZOZ', '1759834025', '2025-10-07', '1759837626', '', 'PAID', '220000', '1759834075', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (279, 'Tripay', '698799-251006608', 'QRIS2', '', '648', '1900034', '251006608', 'T920727483469V4QNR', 'https://tripay.co.id/checkout/T920727483469V4QNR', '1759834902', '2025-10-07', '1759838503', '', 'PAID', '165000', '1759834948', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (280, 'Tripay', '21853-251006597', 'INDOMARET', '', '637', '1900023', '251006597', 'T920727483699STLEM', 'https://tripay.co.id/checkout/T920727483699STLEM', '1759835464', '2025-10-07', '1759853462', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (281, 'Tripay', '534109-251006165', 'INDOMARET', '', '205', '1800066', '251006165', 'T920727483706ZLAPX', 'https://tripay.co.id/checkout/T920727483706ZLAPX', '1759835473', '2025-10-07', '1759853471', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (282, 'Tripay', '74229-251006126', 'INDOMARET', '', '166', '1800021', '251006126', 'T920727483724EPU2J', 'https://tripay.co.id/checkout/T920727483724EPU2J', '1759835507', '2025-10-07', '1759853505', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (283, 'Tripay', '445416-251006165', 'ALFAMART', '', '205', '1800066', '251006165', 'T9207274838652NIQ1', 'https://tripay.co.id/checkout/T9207274838652NIQ1', '1759835804', '2025-10-07', '1759853804', '', 'PAID', '165000', '1759835895', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (284, 'Tripay', '943789-251006786', 'INDOMARET', '', '826', '2200003', '251006786', 'T920727483914ZIBWL', 'https://tripay.co.id/checkout/T920727483914ZIBWL', '1759835944', '2025-10-07', '1759853942', '', 'PAID', '220000', '1759836381', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (285, 'Tripay', '644672-251006597', 'ALFAMART', '', '637', '1900023', '251006597', 'T920727484278N7PIH', 'https://tripay.co.id/checkout/T920727484278N7PIH', '1759836722', '2025-10-07', '1759854721', '', 'PAID', '220000', '1759836934', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (286, 'Tripay', '499749-251006607', 'INDOMARET', '', '647', '1900033', '251006607', 'T920727484283AZHIZ', 'https://tripay.co.id/checkout/T920727484283AZHIZ', '1759836733', '2025-10-07', '1759854731', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (287, 'Tripay', '837681-251006607', 'INDOMARET', '', '647', '1900033', '251006607', 'T920727484316GTJLP', 'https://tripay.co.id/checkout/T920727484316GTJLP', '1759836799', '2025-10-07', '1759854797', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (288, 'Tripay', '538401-251006607', 'INDOMARET', '', '647', '1900033', '251006607', 'T920727484368NYCAT', 'https://tripay.co.id/checkout/T920727484368NYCAT', '1759836911', '2025-10-07', '1759854910', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (289, 'Tripay', '230568-251006320', 'BNIVA', '', '360', '1600005', '251006320', 'T920727484394UG4LD', 'https://tripay.co.id/checkout/T920727484394UG4LD', '1759836978', '2025-10-07', '1759854973', '', 'PAID', '220000', '1759837009', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (290, 'Tripay', '380221-251006607', 'INDOMARET', '', '647', '1900033', '251006607', 'T920727484506PC0DQ', 'https://tripay.co.id/checkout/T920727484506PC0DQ', '1759837187', '2025-10-07', '1759855186', '', 'PAID', '220000', '1759837463', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (291, 'Tripay', '601861-251006296', 'BNIVA', '', '336', '1500005', '251006296', 'T920727485043CJ2OB', 'https://tripay.co.id/checkout/T920727485043CJ2OB', '1759838203', '2025-10-07', '1759856197', '', 'PAID', '220000', '1759838266', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (292, 'Tripay', '982678-251001038', 'ALFAMART', '', '379', '1700005', '251001038', 'T920727485290WT5VR', 'https://tripay.co.id/checkout/T920727485290WT5VR', '1759838689', '2025-10-07', '1759856689', '', 'PAID', '220000', '1759839659', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (293, 'Tripay', '191108-251006287', 'INDOMARET', '', '327', '1400014', '251006287', 'T920727485311FYHBA', 'https://tripay.co.id/checkout/T920727485311FYHBA', '1759838730', '2025-10-07', '1759856727', '', 'PAID', '220000', '1759838862', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (294, 'Tripay', '591720-251006564', 'QRIS2', '', '604', '1200041', '251006564', 'T920727485462YKPUP', 'https://tripay.co.id/checkout/T920727485462YKPUP', '1759839074', '2025-10-07', '1759842675', '', 'PAID', '220000', '1759839114', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (295, 'Tripay', '390034-251006113', 'INDOMARET', '', '153', '1800004', '251006113', 'T920727485482N9Y56', 'https://tripay.co.id/checkout/T920727485482N9Y56', '1759839115', '2025-10-07', '1759857113', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (296, 'Tripay', '336122-251006529', 'INDOMARET', '', '569', '500038', '251006529', 'T920727486197TKJB6', 'https://tripay.co.id/checkout/T920727486197TKJB6', '1759840454', '2025-10-07', '1759858452', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (297, 'Tripay', '393746-251006779', 'QRIS2', '', '819', '2100006', '251006779', 'T920727486447CMNUT', 'https://tripay.co.id/checkout/T920727486447CMNUT', '1759840915', '2025-10-07', '1759844516', '', 'PAID', '165000', '1759841034', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (298, 'Tripay', '490520-251006529', 'ALFAMART', '', '569', '500038', '251006529', 'T920727486732KBZVD', 'https://tripay.co.id/checkout/T920727486732KBZVD', '1759841542', '2025-10-07', '1759859542', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (299, 'Tripay', '467934-251006357', 'INDOMARET', '', '397', '1700025', '251006357', 'T920727487463JU8SC', 'https://tripay.co.id/checkout/T920727487463JU8SC', '1759843012', '2025-10-07', '1759861010', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (300, 'Tripay', '179397-251006304', 'MANDIRIVA', '', '344', '1500013', '251006304', 'T920727488631TNAQK', 'https://tripay.co.id/checkout/T920727488631TNAQK', '1759845639', '2025-10-07', '1759863633', '', 'PAID', '220000', '1759845760', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (301, 'Tripay', '23031-251006543', 'BRIVA', '', '583', '600036', '251006543', 'T920727488781R8TGY', 'https://tripay.co.id/checkout/T920727488781R8TGY', '1759846069', '2025-10-07', '1759864068', '', 'PAID', '220000', '1759846108', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (302, 'Tripay', '407800-251006095', 'QRIS2', '', '95', '1200022', '251006095', 'T920727491941HNPNO', 'https://tripay.co.id/checkout/T920727491941HNPNO', '1759865853', '2025-10-08', '1759869454', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (303, 'Tripay', '706361-251006095', 'QRIS2', '', '95', '1200022', '251006095', 'T920727491949NQUIY', 'https://tripay.co.id/checkout/T920727491949NQUIY', '1759865958', '2025-10-08', '1759869559', '', 'PAID', '220000', '1759865987', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (304, 'Tripay', '500733-251006122', 'MANDIRIVA', '', '162', '1800015', '251006122', 'T920727493319FCRVA', 'https://tripay.co.id/checkout/T920727493319FCRVA', '1759879678', '2025-10-08', '1759897673', '', 'PAID', '165000', '1759879866', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (305, 'Tripay', '90490-251006256', 'QRIS2', '', '296', '1300002', '251006256', 'T920727494304U0GE6', 'https://tripay.co.id/checkout/T920727494304U0GE6', '1759883714', '2025-10-08', '1759887315', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (306, 'Tripay', '250778-251006426', 'QRIS2', '', '466', '200025', '251006426', 'T920727494676TTW10', 'https://tripay.co.id/checkout/T920727494676TTW10', '1759884823', '2025-10-08', '1759888424', '', 'PAID', '165000', '1759884886', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (307, 'Tripay', '245671-251007022', 'QRIS2', '', '950', '220430172154', '251007022', 'T920727494683PQD3K', 'https://tripay.co.id/checkout/T920727494683PQD3K', '1759884844', '2025-10-08', '1759888445', '', 'PAID', '220865', '1759884892', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (308, 'Tripay', '967369-251007148', 'QRIS2', '', '1078', '230308162050', '251007148', 'T920727494749BB8U4', 'https://tripay.co.id/checkout/T920727494749BB8U4', '1759885030', '2025-10-08', '1759888631', '', 'PAID', '220136', '1759885113', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (309, 'Tripay', '862104-251006529', 'ALFAMART', '', '569', '500038', '251006529', 'T920727495565OZSF2', 'https://tripay.co.id/checkout/T920727495565OZSF2', '1759887490', '2025-10-08', '1759905489', '', 'PAID', '220000', '1759888408', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (310, 'Tripay', '255916-251007048', 'BRIVA', '', '977', '220612165070', '251007048', 'T92072749636975XQ8', 'https://tripay.co.id/checkout/T92072749636975XQ8', '1759889735', '2025-10-08', '1759907730', '', 'PAID', '220288', '1759889812', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (311, 'Tripay', '697362-251006864', 'INDOMARET', '', '904', '2900002', '251006864', 'T920727497026VKMUU', 'https://tripay.co.id/checkout/T920727497026VKMUU', '1759891584', '2025-10-08', '1759909582', '', 'PAID', '220000', '1759891750', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (312, 'Tripay', '895672-251006755', 'QRIS2', '', '795', '2000156', '251006755', 'T920727497130LVKST', 'https://tripay.co.id/checkout/T920727497130LVKST', '1759891855', '2025-10-08', '1759895456', '', 'PAID', '220000', '1759891932', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (313, 'Tripay', '930954-251006815', 'INDOMARET', '', '855', '2500007', '251006815', 'T920727497512LDGFZ', 'https://tripay.co.id/checkout/T920727497512LDGFZ', '1759892862', '2025-10-08', '1759910860', '', 'PAID', '220000', '1759897211', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (314, 'Tripay', '109116-251006076', 'QRIS2', '', '76', '1200003', '251006076', 'T920727502053O9QYY', 'https://tripay.co.id/checkout/T920727502053O9QYY', '1759906146', '2025-10-08', '1759909747', '', 'PAID', '220000', '1759906209', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (315, 'Tripay', '682107-251006124', 'INDOMARET', '', '164', '1800019', '251006124', 'T920727502219NDJQO', 'https://tripay.co.id/checkout/T920727502219NDJQO', '1759906716', '2025-10-08', '1759924714', '', 'PAID', '165000', '1759907033', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (316, 'Tripay', '736778-251006091', 'BRIVA', '', '91', '1200018', '251006091', 'T920727502544EA3LB', 'https://tripay.co.id/checkout/T920727502544EA3LB', '1759907870', '2025-10-08', '1759925865', '', 'PAID', '220000', '1759908337', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (317, 'Tripay', '509340-251006357', 'INDOMARET', '', '397', '1700025', '251006357', 'T920727503096GSVJB', 'https://tripay.co.id/checkout/T920727503096GSVJB', '1759909587', '2025-10-08', '1759927585', '', 'PAID', '165000', '1759910435', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (318, 'Tripay', '145225-251006553', 'BNIVA', '', '593', '600048', '251006553', 'T920727503179RAS11', 'https://tripay.co.id/checkout/T920727503179RAS11', '1759909884', '2025-10-08', '1759927878', '', 'PAID', '220000', '1759909917', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (319, 'Tripay', '23876-251006554', 'BNIVA', '', '594', '600049', '251006554', 'T920727503250LUGXM', 'https://tripay.co.id/checkout/T920727503250LUGXM', '1759910116', '2025-10-08', '1759928114', '', 'PAID', '220000', '1759910163', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (320, 'Tripay', '793015-251007070', 'INDOMARET', '', '999', '221001182851', '251007070', 'T920727503879QAGL3', 'https://tripay.co.id/checkout/T920727503879QAGL3', '1759911872', '2025-10-08', '1759929869', '', 'PAID', '220529', '1759912563', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (321, 'Tripay', '418344-250926008', 'QRIS2', '', '15', '1800069', '250926008', 'T920727504769FRXOW', 'https://tripay.co.id/checkout/T920727504769FRXOW', '1759914458', '2025-10-08', '1759918059', '', 'PAID', '165000', '1759914653', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (322, 'Tripay', '291748-251007034', 'QRIS2', '', '963', '220612165047', '251007034', 'T920727505506FDDOK', 'https://tripay.co.id/checkout/T920727505506FDDOK', '1759916498', '2025-10-08', '1759920099', '', 'PAID', '220226', '1759916571', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (323, 'Tripay', '547550-251006158', 'INDOMARET', '', '198', '1800058', '251006158', 'T920727505542DOIYC', 'https://tripay.co.id/checkout/T920727505542DOIYC', '1759916623', '2025-10-08', '1759934622', '', 'PAID', '165000', '1759917052', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (324, 'Tripay', '797479-251006168', 'QRIS2', '', '208', '1800070', '251006168', 'T9207275064425LFYI', 'https://tripay.co.id/checkout/T9207275064425LFYI', '1759919027', '2025-10-08', '1759922629', '', 'PAID', '165000', '1759919148', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (325, 'Tripay', '275018-251007101', 'QRIS2', '', '1030', '221128130268', '251007101', 'T920727507490JUPTW', 'https://tripay.co.id/checkout/T920727507490JUPTW', '1759921550', '2025-10-08', '1759925152', '', 'UNPAID', '220086', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (326, 'Tripay', '391593-251007101', 'QRIS2', '', '1030', '221128130268', '251007101', 'T920727507504WJLNX', 'https://tripay.co.id/checkout/T920727507504WJLNX', '1759921569', '2025-10-08', '1759925170', '', 'PAID', '220086', '1759921678', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (327, 'Tripay', '981805-251006200', 'INDOMARET', '', '240', '220518183973', '251006200', 'T920727507517LHEQG', 'https://tripay.co.id/checkout/T920727507517LHEQG', '1759921604', '2025-10-08', '1759939603', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (328, 'Tripay', '96446-251006137', 'INDOMARET', '', '177', '1800033', '251006137', 'T9207275079693BBBQ', 'https://tripay.co.id/checkout/T9207275079693BBBQ', '1759922571', '2025-10-08', '1759940571', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (329, 'Tripay', '344585-251007092', 'INDOMARET', '', '1021', '221128130256', '251007092', 'T920727508109XQAGH', 'https://tripay.co.id/checkout/T920727508109XQAGH', '1759922902', '2025-10-08', '1759940901', '', 'PAID', '220536', '1759924730', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (330, 'Tripay', '183676-251006869', 'BRIVA', '', '909', '2900007', '251006869', 'T920727508446M1VTH', 'https://tripay.co.id/checkout/T920727508446M1VTH', '1759923555', '2025-10-08', '1759941550', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (331, 'Tripay', '337280-251006876', 'QRIS2', '', '916', '3500001', '251006876', 'T920727509342H4CKT', 'https://tripay.co.id/checkout/T920727509342H4CKT', '1759925278', '2025-10-08', '1759928880', '', 'PAID', '220000', '1759925700', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (332, 'Tripay', '991964-251006876', 'MANDIRIVA', '', '916', '3500001', '251006876', 'T920727509413XVPBC', 'https://tripay.co.id/checkout/T920727509413XVPBC', '1759925410', '2025-10-08', '1759943404', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (333, 'Tripay', '577806-251006869', 'ALFAMART', '', '909', '2900007', '251006869', 'T920727510138B0EBL', 'https://tripay.co.id/checkout/T920727510138B0EBL', '1759926914', '2025-10-08', '1759944913', '', 'PAID', '220000', '1759927067', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (334, 'Tripay', '9446-251006126', 'ALFAMART', '', '166', '1800021', '251006126', 'T920727511170KCJUW', 'https://tripay.co.id/checkout/T920727511170KCJUW', '1759929154', '2025-10-08', '1759947153', '', 'PAID', '165000', '1759929199', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (335, 'Tripay', '574257-251008002', 'QRIS2', '', '1095', '18000100', '251008002', 'T9207275117452O3TH', 'https://tripay.co.id/checkout/T9207275117452O3TH', '1759930558', '2025-10-08', '1759934159', '', 'PAID', '165713', '1759930776', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (336, 'Tripay', '600807-251006107', 'QRIS2', '', '107', '1200036', '251006107', 'T920727512775W4TZB', 'https://tripay.co.id/checkout/T920727512775W4TZB', '1759933320', '2025-10-08', '1759936921', '', 'PAID', '220000', '1759933612', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (337, 'Tripay', '779150-251007072', 'BRIVA', '', '1001', '221001182856', '251007072', 'T920727513510RHLXX', 'https://tripay.co.id/checkout/T920727513510RHLXX', '1759935370', '2025-10-08', '1759953365', '', 'PAID', '220538', '1759935427', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (338, 'Tripay', '807355-251006877', 'MANDIRIVA', '', '917', '4100001', '251006877', 'T920727516440ZNKAJ', 'https://tripay.co.id/checkout/T920727516440ZNKAJ', '1759960447', '2025-10-09', '1759978441', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (339, 'Tripay', '11358-251006877', 'QRIS2', '', '917', '4100001', '251006877', 'T920727516444RNT0T', 'https://tripay.co.id/checkout/T920727516444RNT0T', '1759960458', '2025-10-09', '1759964059', '', 'PAID', '220000', '1759960519', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (340, 'Tripay', '517127-251006794', 'BRIVA', '', '834', '2300007', '251006794', 'T9207275165287NTFZ', 'https://tripay.co.id/checkout/T9207275165287NTFZ', '1759961292', '2025-10-09', '1759979287', '', 'PAID', '165000', '1759961526', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (341, 'Tripay', '376674-251006574', 'QRIS2', '', '614', '1600024', '251006574', 'T920727517233QVIMF', 'https://tripay.co.id/checkout/T920727517233QVIMF', '1759964699', '2025-10-09', '1759968301', '', 'PAID', '220000', '1759964976', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (342, 'Tripay', '282807-251006256', 'QRIS2', '', '296', '1300002', '251006256', 'T920727518602PSOGP', 'https://tripay.co.id/checkout/T920727518602PSOGP', '1759970600', '2025-10-09', '1759974201', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (343, 'Tripay', '545777-251006832', 'INDOMARET', '', '872', '2500024', '251006832', 'T9207275193548INFL', 'https://tripay.co.id/checkout/T9207275193548INFL', '1759972856', '2025-10-09', '1759990856', '', 'PAID', '220000', '1759972943', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (344, 'Tripay', '632147-251006873', 'BNIVA', '', '913', '3100004', '251006873', 'T920727519388XR3OH', 'https://tripay.co.id/checkout/T920727519388XR3OH', '1759972947', '2025-10-09', '1759990942', '', 'PAID', '165000', '1759973003', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (345, 'Tripay', '222586-251006825', 'ALFAMART', '', '865', '2500017', '251006825', 'T92072751953052QLW', 'https://tripay.co.id/checkout/T92072751953052QLW', '1759973339', '2025-10-09', '1759991338', '', 'PAID', '220000', '1759973558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (346, 'Tripay', '14660-251009002', 'QRIS2', '', '1100', '5100003', '251009002', 'T920727519882LNKGW', 'https://tripay.co.id/checkout/T920727519882LNKGW', '1759974415', '2025-10-09', '1759978016', '', 'PAID', '220569', '1759974431', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (347, 'Tripay', '608345-251006121', 'INDOMARET', '', '161', '1800014', '251006121', 'T920727520282IJPNY', 'https://tripay.co.id/checkout/T920727520282IJPNY', '1759975512', '2025-10-09', '1759993511', '', 'PAID', '165000', '1759977116', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (348, 'Tripay', '174095-251007090', 'QRIS2', '', '1019', '221128130254', '251007090', 'T920727520851JBTKX', 'https://tripay.co.id/checkout/T920727520851JBTKX', '1759977038', '2025-10-09', '1759980640', '', 'PAID', '220968', '1759977119', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (349, 'Tripay', '493305-251006194', 'QRIS2', '', '234', '1800096', '251006194', 'T920727522208DP81I', 'https://tripay.co.id/checkout/T920727522208DP81I', '1759980479', '2025-10-09', '1759984081', '', 'PAID', '165000', '1759980585', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (350, 'Tripay', '131581-251009003', 'QRIS2', '', '679', '2000031', '251009003', 'T920727524274YCZX6', 'https://tripay.co.id/checkout/T920727524274YCZX6', '1759986198', '2025-10-09', '1759987999', '', 'PAID', '165091', '1759986231', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (351, 'Tripay', '65547-251006358', 'QRIS2', '', '398', '1700026', '251006358', 'T920727525482DOJ0W', 'https://tripay.co.id/checkout/T920727525482DOJ0W', '1759990035', '2025-10-09', '1759993637', '', 'PAID', '220000', '1759990126', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (352, 'Tripay', '417821-251006536', 'BRIVA', '', '576', '600004', '251006536', 'T9207275265448ISIW', 'https://tripay.co.id/checkout/T9207275265448ISIW', '1759993687', '2025-10-09', '1760011681', '', 'PAID', '220000', '1759993748', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (353, 'Tripay', '897467-251006534', 'BRIVA', '', '574', '600001', '251006534', 'T920727526579OKUYL', 'https://tripay.co.id/checkout/T920727526579OKUYL', '1759993788', '2025-10-09', '1760011787', '', 'PAID', '220000', '1759993825', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (354, 'Tripay', '976286-251006840', 'INDOMARET', '', '880', '2500032', '251006840', 'T920727526839EFADE', 'https://tripay.co.id/checkout/T920727526839EFADE', '1759994721', '2025-10-09', '1760012721', '', 'PAID', '165000', '1759995363', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (355, 'Tripay', '872554-251008004', 'QRIS2', '', '1097', '220225071922', '251008004', 'T920727527466F0YZZ', 'https://tripay.co.id/checkout/T920727527466F0YZZ', '1759996740', '2025-10-09', '1760000342', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (356, 'Tripay', '140860-251008003', 'INDOMARET', '', '1096', '81800002', '251008003', 'T9207275292331VYRM', 'https://tripay.co.id/checkout/T9207275292331VYRM', '1760001991', '2025-10-09', '1760019991', '', 'UNPAID', '165819', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (357, 'Tripay', '519851-251006256', 'QRIS2', '', '296', '1300002', '251006256', 'T920727529696NREHY', 'https://tripay.co.id/checkout/T920727529696NREHY', '1760003126', '2025-10-09', '1760006728', '', 'PAID', '220000', '1760003188', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (358, 'Tripay', '753160-251006425', 'QRIS2', '', '465', '200024', '251006425', 'T920727530971ROT8O', 'https://tripay.co.id/checkout/T920727530971ROT8O', '1760006389', '2025-10-09', '1760009991', '', 'PAID', '220000', '1760006707', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (359, 'Tripay', '186354-251006137', 'INDOMARET', '', '177', '1800033', '251006137', 'T920727532601VIYKS', 'https://tripay.co.id/checkout/T920727532601VIYKS', '1760009856', '2025-10-09', '1760027856', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (360, 'Tripay', '853092-251006830', 'MANDIRIVA', '', '870', '2500022', '251006830', 'T920727533094CNQSR', 'https://tripay.co.id/checkout/T920727533094CNQSR', '1760010791', '2025-10-09', '1760028785', '', 'PAID', '220000', '1760010861', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (361, 'Tripay', '44166-251006525', 'QRIS2', '', '565', '500034', '251006525', 'T920727533314ONSOT', 'https://tripay.co.id/checkout/T920727533314ONSOT', '1760011235', '2025-10-09', '1760014837', '', 'PAID', '165000', '1760011270', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (362, 'Tripay', '987942-251006778', 'INDOMARET', '', '818', '2100005', '251006778', 'T920727534746FZSNQ', 'https://tripay.co.id/checkout/T920727534746FZSNQ', '1760014162', '2025-10-09', '1760032162', '', 'PAID', '165000', '1760014270', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (363, 'Tripay', '952260-251007117', 'QRIS2', '', '1046', '221128130290', '251007117', 'T920727536452JTQJY', 'https://tripay.co.id/checkout/T920727536452JTQJY', '1760017277', '2025-10-09', '1760020879', '', 'PAID', '220619', '1760017324', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (364, 'Tripay', '26349-251006842', 'INDOMARET', '', '882', '2500034', '251006842', 'T920727542658JO7RW', 'https://tripay.co.id/checkout/T920727542658JO7RW', '1760053291', '2025-10-10', '1760071291', '', 'PAID', '165000', '1760053614', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (365, 'Tripay', '380132-251006127', 'QRIS2', '', '167', '1800022', '251006127', 'T920727542920B26HE', 'https://tripay.co.id/checkout/T920727542920B26HE', '1760054117', '2025-10-10', '1760057719', '', 'PAID', '165000', '1760054182', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (366, 'Tripay', '669142-251006600', 'BNIVA', '', '640', '1900026', '251006600', 'T920727550631DGKUT', 'https://tripay.co.id/checkout/T920727550631DGKUT', '1760069503', '2025-10-10', '1760087497', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (367, 'Tripay', '876779-251006600', 'BNIVA', '', '640', '1900026', '251006600', 'T920727550659HKKHW', 'https://tripay.co.id/checkout/T920727550659HKKHW', '1760069546', '2025-10-10', '1760087545', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (368, 'Tripay', '250112-251006600', 'BNIVA', '', '640', '1900026', '251006600', 'T920727550690PAGBZ', 'https://tripay.co.id/checkout/T920727550690PAGBZ', '1760069630', '2025-10-10', '1760087630', '', 'PAID', '220000', '1760069751', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (369, 'Tripay', '45744-251006474', 'INDOMARET', '', '514', '300028', '251006474', 'T920727551999DZUFL', 'https://tripay.co.id/checkout/T920727551999DZUFL', '1760072703', '2025-10-10', '1760090700', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (370, 'Tripay', '641150-251006799', 'INDOMARET', '', '839', '2400005', '251006799', 'T92072755296098B9P', 'https://tripay.co.id/checkout/T92072755296098B9P', '1760074685', '2025-10-10', '1760092685', '', 'PAID', '200000', '1760075203', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (371, 'Tripay', '752842-251006463', 'INDOMARET', '', '503', '300017', '251006463', 'T920727554397RYJDG', 'https://tripay.co.id/checkout/T920727554397RYJDG', '1760077779', '2025-10-10', '1760095778', '', 'PAID', '150000', '1760077862', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (372, 'Tripay', '599348-251006463', 'INDOMARET', '', '503', '300017', '251006463', 'T920727554432MLVGE', 'https://tripay.co.id/checkout/T920727554432MLVGE', '1760077851', '2025-10-10', '1760095850', '', 'UNPAID', '150000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (373, 'Tripay', '642254-251006167', 'INDOMARET', '', '207', '1800068', '251006167', 'T9207275563460CD6M', 'https://tripay.co.id/checkout/T9207275563460CD6M', '1760081326', '2025-10-10', '1760099326', '', 'PAID', '220000', '1760095132', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (374, 'Tripay', '229387-251007144', 'BRIVA', '', '1074', '230308162044', '251007144', 'T920727559975CC7G9', 'https://tripay.co.id/checkout/T920727559975CC7G9', '1760087303', '2025-10-10', '1760105298', '', 'PAID', '220699', '1760087373', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (375, 'Tripay', '928511-251006115', 'QRIS2', '', '155', '1800007', '251006115', 'T920727560937IRS2K', 'https://tripay.co.id/checkout/T920727560937IRS2K', '1760088850', '2025-10-10', '1760092452', '', 'PAID', '165000', '1760088871', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (376, 'Tripay', '957661-251006474', 'INDOMARET', '', '514', '300028', '251006474', 'T920727562253PEGYP', 'https://tripay.co.id/checkout/T920727562253PEGYP', '1760091059', '2025-10-10', '1760109058', '', 'PAID', '220000', '1760091207', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (377, 'Tripay', '403602-251006137', 'QRIS2', '', '177', '1800033', '251006137', 'T920727567142CSSSI', 'https://tripay.co.id/checkout/T920727567142CSSSI', '1760097497', '2025-10-10', '1760101099', '', 'PAID', '165000', '1760097553', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (378, 'Tripay', '237370-251006190', 'QRIS2', '', '230', '1800092', '251006190', 'T920727570779CDLTY', 'https://tripay.co.id/checkout/T920727570779CDLTY', '1760102150', '2025-10-10', '1760105752', '', 'PAID', '165000', '1760104706', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (379, 'Tripay', '281379-251006749', 'QRISC', '', '789', '2000150', '251006749', 'T920727570838N9K84', 'https://tripay.co.id/checkout/T920727570838N9K84', '1760102240', '2025-10-10', '1760120239', '', 'PAID', '220000', '1760102280', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (380, 'Tripay', '522314-251006493', 'QRIS2', '', '533', '400011', '251006493', 'T9207275776003CCRT', 'https://tripay.co.id/checkout/T9207275776003CCRT', '1760120988', '2025-10-11', '1760124590', '', 'PAID', '220000', '1760121033', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (381, 'Tripay', '400882-251006880', 'QRIS2', '', '920', '4100004', '251006880', 'T920727579527ZXIAY', 'https://tripay.co.id/checkout/T920727579527ZXIAY', '1760137516', '2025-10-11', '1760141119', '', 'PAID', '220000', '1760137630', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (382, 'Tripay', '8635-251007081', 'BRIVA', '', '1010', '221128130240', '251007081', 'T920727581452PICLA', 'https://tripay.co.id/checkout/T920727581452PICLA', '1760142958', '2025-10-11', '1760160952', '', 'PAID', '220024', '1760143009', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (383, 'Tripay', '340446-251006515', 'INDOMARET', '', '555', '500023', '251006515', 'T920727581978BV0XS', 'https://tripay.co.id/checkout/T920727581978BV0XS', '1760144262', '2025-10-11', '1760162262', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (384, 'Tripay', '890120-251006515', 'INDOMARET', '', '555', '500023', '251006515', 'T920727582073WGAQ4', 'https://tripay.co.id/checkout/T920727582073WGAQ4', '1760144479', '2025-10-11', '1760162478', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (385, 'Tripay', '218151-251006702', 'QRIS2', '', '742', '2000099', '251006702', 'T920727582289N2N83', 'https://tripay.co.id/checkout/T920727582289N2N83', '1760145015', '2025-10-11', '1760148615', '', 'PAID', '220000', '1760145074', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (386, 'Tripay', '479196-251006193', 'QRIS2', '', '233', '1800095', '251006193', 'T920727582875D8LUU', 'https://tripay.co.id/checkout/T920727582875D8LUU', '1760146417', '2025-10-11', '1760150018', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (387, 'Tripay', '480900-251006193', 'QRIS2', '', '233', '1800095', '251006193', 'T920727583222OKQAH', 'https://tripay.co.id/checkout/T920727583222OKQAH', '1760147254', '2025-10-11', '1760150854', '', 'PAID', '165000', '1760147296', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (388, 'Tripay', '689534-251007064', 'INDOMARET', '', '993', '221001182837', '251007064', 'T920727583408U5NWY', 'https://tripay.co.id/checkout/T920727583408U5NWY', '1760147640', '2025-10-11', '1760165639', '', 'PAID', '220134', '1760148259', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (389, 'Tripay', '806221-251006868', 'BNIVA', '', '908', '2900006', '251006868', 'T9207275888764DAHW', 'https://tripay.co.id/checkout/T9207275888764DAHW', '1760161455', '2025-10-11', '1760179450', '', 'PAID', '220000', '1760161553', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (390, 'Tripay', '110174-251007134', 'BRIVA', '', '1063', '230220191150', '251007134', 'T920727594131AGMQT', 'https://tripay.co.id/checkout/T920727594131AGMQT', '1760176522', '2025-10-11', '1760194517', '', 'PAID', '220134', '1760176625', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (391, 'Tripay', '306127-251006826', 'INDOMARET', '', '866', '2500018', '251006826', 'T920727596460SRDX6', 'https://tripay.co.id/checkout/T920727596460SRDX6', '1760182369', '2025-10-11', '1760200369', '', 'PAID', '220000', '1760182425', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (392, 'Tripay', '514414-251006347', 'INDOMARET', '', '387', '1700015', '251006347', 'T920727599036DKDHN', 'https://tripay.co.id/checkout/T920727599036DKDHN', '1760187727', '2025-10-11', '1760205725', '', 'PAID', '220000', '1760187801', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (393, 'Tripay', '351448-251006295', 'QRIS2', '', '335', '1500003', '251006295', 'T9207276051276XK6Y', 'https://tripay.co.id/checkout/T9207276051276XK6Y', '1760221040', '2025-10-12', '1760224641', '', 'PAID', '220000', '1760221096', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (394, 'Tripay', '642498-251006078', 'QRIS2', '', '78', '1200005', '251006078', 'T920727606207PPDEE', 'https://tripay.co.id/checkout/T920727606207PPDEE', '1760227634', '2025-10-12', '1760231235', '', 'PAID', '220000', '1760227744', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (395, 'Tripay', '245038-251006665', 'BRIVA', '', '705', '2000059', '251006665', 'T920727608014TFBWH', 'https://tripay.co.id/checkout/T920727608014TFBWH', '1760234782', '2025-10-12', '1760252777', '', 'PAID', '220000', '1760234804', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (396, 'Tripay', '407260-251007143', 'INDOMARET', '', '1073', '230308162043', '251007143', 'T920727608778NN4DH', 'https://tripay.co.id/checkout/T920727608778NN4DH', '1760237071', '2025-10-12', '1760255070', '', 'PAID', '220046', '1760237199', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (397, 'Tripay', '919269-251006551', 'INDOMARET', '', '591', '600045', '251006551', 'T920727613162EBVL1', 'https://tripay.co.id/checkout/T920727613162EBVL1', '1760251165', '2025-10-12', '1760269165', '', 'PAID', '220000', '1760251305', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (398, 'Tripay', '691586-251006545', 'INDOMARET', '', '585', '600038', '251006545', 'T9207276140143P5Z5', 'https://tripay.co.id/checkout/T9207276140143P5Z5', '1760254180', '2025-10-12', '1760272179', '', 'PAID', '220000', '1760255172', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (399, 'Tripay', '58978-251006783', 'INDOMARET', '', '823', '2100011', '251006783', 'T9207276146401MPXL', 'https://tripay.co.id/checkout/T9207276146401MPXL', '1760256225', '2025-10-12', '1760274225', '', 'PAID', '220000', '1760257185', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (400, 'Tripay', '649629-251006821', 'INDOMARET', '', '861', '2500013', '251006821', 'T920727615035B1TBF', 'https://tripay.co.id/checkout/T920727615035B1TBF', '1760257615', '2025-10-12', '1760275614', '', 'PAID', '220000', '1760259640', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (401, 'Tripay', '4197-251007146', 'QRIS2', '', '1076', '230308162046', '251007146', 'T920727615862VBQUQ', 'https://tripay.co.id/checkout/T920727615862VBQUQ', '1760260596', '2025-10-12', '1760264197', '', 'PAID', '220683', '1760260628', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (402, 'Tripay', '76693-251006853', 'BNIVA', '', '893', '2600008', '251006853', 'T920727617108NYRUT', 'https://tripay.co.id/checkout/T920727617108NYRUT', '1760264617', '2025-10-12', '1760282611', '', 'PAID', '220000', '1760264682', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (403, 'Tripay', '84243-251007147', 'BRIVA', '', '1077', '230308162049', '251007147', 'T920727617578U02PD', 'https://tripay.co.id/checkout/T920727617578U02PD', '1760265985', '2025-10-12', '1760283980', '', 'UNPAID', '220314', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (404, 'Tripay', '217884-251007147', 'QRIS2', '', '1077', '230308162049', '251007147', 'T920727617647JD6MF', 'https://tripay.co.id/checkout/T920727617647JD6MF', '1760266180', '2025-10-12', '1760269781', '', 'UNPAID', '220314', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (405, 'Tripay', '153648-251006505', 'INDOMARET', '', '545', '500013', '251006505', 'T920727619817ZLORT', 'https://tripay.co.id/checkout/T920727619817ZLORT', '1760271732', '2025-10-12', '1760289732', '', 'PAID', '220000', '1760272031', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (406, 'Tripay', '148263-251006771', 'BNIVA', '', '811', '2000175', '251006771', 'T920727621543WSIV7', 'https://tripay.co.id/checkout/T920727621543WSIV7', '1760276067', '2025-10-12', '1760294062', '', 'PAID', '165000', '1760276158', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (407, 'Tripay', '231656-251006798', 'QRIS2', '', '838', '2400004', '251006798', 'T920727622384FMKRE', 'https://tripay.co.id/checkout/T920727622384FMKRE', '1760278810', '2025-10-12', '1760282411', '', 'PAID', '220000', '1760278888', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (408, 'Tripay', '84558-251006415', 'BRIVA', '', '455', '200014', '251006415', 'T9207276224470V3SK', 'https://tripay.co.id/checkout/T9207276224470V3SK', '1760278988', '2025-10-12', '1760296981', '', 'PAID', '220000', '1760279021', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (409, 'Tripay', '596666-251007150', 'QRIS2', '', '1080', '230308162052', '251007150', 'T920727622529TA7BO', 'https://tripay.co.id/checkout/T920727622529TA7BO', '1760279329', '2025-10-12', '1760282930', '', 'PAID', '220662', '1760279420', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (410, 'Tripay', '766529-251006846', 'BNIVA', '', '886', '2600001', '251006846', 'T920727624456UDH9C', 'https://tripay.co.id/checkout/T920727624456UDH9C', '1760289771', '2025-10-13', '1760307766', '', 'PAID', '220000', '1760289845', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (411, 'Tripay', '180968-251006427', 'OVO', '', '467', '200026', '251006427', 'T9207276265061EJTL', 'https://tripay.co.id/checkout/T9207276265061EJTL', '1760314107', '2025-10-13', '1760332107', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (412, 'Tripay', '989499-251006427', 'OVO', '', '467', '200026', '251006427', 'T920727626554VPDBF', 'https://tripay.co.id/checkout/T920727626554VPDBF', '1760314311', '2025-10-13', '1760332310', '', 'PAID', '220000', '1760314342', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (413, 'Tripay', '489490-251007147', 'INDOMARET', '', '1077', '230308162049', '251007147', 'T920727627745VNGE2', 'https://tripay.co.id/checkout/T920727627745VNGE2', '1760318758', '2025-10-13', '1760336758', '', 'PAID', '220314', '1760319417', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (414, 'Tripay', '353300-251006862', 'QRIS2', '', '902', '2800004', '251006862', 'T920727629974YOITC', 'https://tripay.co.id/checkout/T920727629974YOITC', '1760325842', '2025-10-13', '1760329443', '', 'PAID', '220000', '1760325937', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (415, 'Tripay', '557308-251007118', 'QRIS2', '', '1047', '221128130294', '251007118', 'T9207276323668W7UA', 'https://tripay.co.id/checkout/T9207276323668W7UA', '1760333646', '2025-10-13', '1760337247', '', 'PAID', '220718', '1760333668', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (416, 'Tripay', '319538-251006093', 'INDOMARET', '', '93', '1200020', '251006093', 'T920727640151RWSYQ', 'https://tripay.co.id/checkout/T920727640151RWSYQ', '1760353450', '2025-10-13', '1760371449', '', 'PAID', '165000', '1760354168', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (417, 'Tripay', '516711-251006183', 'INDOMARET', '', '223', '1800085', '251006183', 'T920727642109TJKZ5', 'https://tripay.co.id/checkout/T920727642109TJKZ5', '1760358127', '2025-10-13', '1760376124', '', 'PAID', '165000', '1760358191', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (418, 'Tripay', '525842-251006792', 'INDOMARET', '', '832', '2300004', '251006792', 'T920727642143ARRW6', 'https://tripay.co.id/checkout/T920727642143ARRW6', '1760358225', '2025-10-13', '1760376225', '', 'PAID', '220000', '1760358619', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (419, 'Tripay', '188983-251006863', 'INDOMARET', '', '903', '2900001', '251006863', 'T920727643296KCMSU', 'https://tripay.co.id/checkout/T920727643296KCMSU', '1760361060', '2025-10-13', '1760379059', '', 'PAID', '220000', '1760361163', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (420, 'Tripay', '721757-251008003', 'INDOMARET', '', '1096', '81800002', '251008003', 'T920727643611WFKO6', 'https://tripay.co.id/checkout/T920727643611WFKO6', '1760361885', '2025-10-13', '1760379884', '', 'PAID', '165819', '1760361935', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (421, 'Tripay', '723959-251006520', 'QRIS2', '', '560', '500028', '251006520', 'T920727644880JF0GD', 'https://tripay.co.id/checkout/T920727644880JF0GD', '1760366205', '2025-10-13', '1760369806', '', 'PAID', '220000', '1760366292', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (422, 'Tripay', '580937-251006496', 'MANDIRIVA', '', '536', '500003', '251006496', 'T920727648613IZQB6', 'https://tripay.co.id/checkout/T920727648613IZQB6', '1760398703', '2025-10-14', '1760416697', '', 'PAID', '220000', '1760398789', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (423, 'Tripay', '447607-251006592', 'QRIS2', '', '632', '1900018', '251006592', 'T9207276491858SCZD', 'https://tripay.co.id/checkout/T9207276491858SCZD', '1760401445', '2025-10-14', '1760405046', '', 'PAID', '220000', '1760401755', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (424, 'Tripay', '810670-251006535', 'MANDIRIVA', '', '575', '600003', '251006535', 'T920727650003RRZ4A', 'https://tripay.co.id/checkout/T920727650003RRZ4A', '1760404195', '2025-10-14', '1760422190', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (425, 'Tripay', '950161-251006535', 'MANDIRIVA', '', '575', '600003', '251006535', 'T920727650023QBQOI', 'https://tripay.co.id/checkout/T920727650023QBQOI', '1760404233', '2025-10-14', '1760422233', '', 'PAID', '220000', '1760404320', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (426, 'Tripay', '258183-251006835', 'INDOMARET', '', '875', '2500027', '251006835', 'T92072765363758JTI', 'https://tripay.co.id/checkout/T92072765363758JTI', '1760411483', '2025-10-14', '1760429483', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (427, 'Tripay', '422034-251006835', 'INDOMARET', '', '875', '2500027', '251006835', 'T92072765366739OHH', 'https://tripay.co.id/checkout/T92072765366739OHH', '1760411544', '2025-10-14', '1760429543', '', 'PAID', '220000', '1760414704', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (428, 'Tripay', '166840-251006787', 'QRIS2', '', '827', '2200004', '251006787', 'T920727658381Z2IKZ', 'https://tripay.co.id/checkout/T920727658381Z2IKZ', '1760421763', '2025-10-14', '1760425365', '', 'PAID', '220000', '1760421967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (429, 'Tripay', '29532-251014003', 'INDOMARET', '', '1106', '84300001', '251014003', 'T920727662376KGJIN', 'https://tripay.co.id/checkout/T920727662376KGJIN', '1760430918', '2025-10-14', '1760448914', '', 'UNPAID', '220724', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (430, 'Tripay', '363333-251006837', 'INDOMARET', '', '877', '2500029', '251006837', 'T920727667847TLAUV', 'https://tripay.co.id/checkout/T920727667847TLAUV', '1760443468', '2025-10-14', '1760461468', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (431, 'Tripay', '1324-251006366', 'QRIS2', '', '406', '1700034', '251006366', 'T920727674806CZFPB', 'https://tripay.co.id/checkout/T920727674806CZFPB', '1760478732', '2025-10-15', '1760480534', '', 'PAID', '220000', '1760478786', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (432, 'Tripay', '10916-251006454', 'QRIS2', '', '494', '300007', '251006454', 'T920727675765HYYGO', 'https://tripay.co.id/checkout/T920727675765HYYGO', '1760484661', '2025-10-15', '1760486462', '', 'PAID', '220000', '1760484708', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (433, 'Tripay', '220044-251006367', 'MANDIRIVA', '', '407', '1700035', '251006367', 'T920727675982JCOYK', 'https://tripay.co.id/checkout/T920727675982JCOYK', '1760485563', '2025-10-15', '1760503556', '', 'PAID', '220000', '1760485611', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (434, 'Tripay', '242058-251006280', 'BRIVA', '', '320', '1400006', '251006280', 'T920727676840FVGKU', 'https://tripay.co.id/checkout/T920727676840FVGKU', '1760488427', '2025-10-15', '1760506422', '', 'PAID', '165000', '1760488484', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (435, 'Tripay', '979752-251006061', 'INDOMARET', '', '61', '1100018', '251006061', 'T9207276791481HH1Z', 'https://tripay.co.id/checkout/T9207276791481HH1Z', '1760495011', '2025-10-15', '1760513011', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (436, 'Tripay', '19394-251006061', 'INDOMARET', '', '61', '1100018', '251006061', 'T920727679520WBXCN', 'https://tripay.co.id/checkout/T920727679520WBXCN', '1760495951', '2025-10-15', '1760513951', '', 'PAID', '220000', '1760496009', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (437, 'Tripay', '321352-251015001', 'INDOMARET', '', '1107', '83300001', '251015001', 'T920727680472XCFH8', 'https://tripay.co.id/checkout/T920727680472XCFH8', '1760498348', '2025-10-15', '1760516348', '', 'UNPAID', '220047', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (438, 'Tripay', '286058-251006827', 'INDOMARET', '', '867', '2500019', '251006827', 'T920727682077GHFHT', 'https://tripay.co.id/checkout/T920727682077GHFHT', '1760502581', '2025-10-15', '1760520581', '', 'PAID', '220000', '1760503274', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (439, 'Tripay', '452228-251006837', 'INDOMARET', '', '877', '2500029', '251006837', 'T920727682375XE47Q', 'https://tripay.co.id/checkout/T920727682375XE47Q', '1760503480', '2025-10-15', '1760521479', '', 'PAID', '165000', '1760503951', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (440, 'Tripay', '210617-251006246', 'INDOMARET', '', '286', '221128130265', '251006246', 'T920727685837TMCZS', 'https://tripay.co.id/checkout/T920727685837TMCZS', '1760514270', '2025-10-15', '1760532269', '', 'PAID', '165000', '1760514347', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (441, 'Tripay', '566235-251015002', 'QRIS2', '', '1108', '83500001', '251015002', 'T920727687344YHTWQ', 'https://tripay.co.id/checkout/T920727687344YHTWQ', '1760518341', '2025-10-15', '1760520142', '', 'PAID', '220000', '1760518389', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (442, 'Tripay', '315833-251006833', 'MANDIRIVA', '', '873', '2500025', '251006833', 'T920727687929ZRXJJ', 'https://tripay.co.id/checkout/T920727687929ZRXJJ', '1760520139', '2025-10-15', '1760538133', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (443, 'Tripay', '434469-251006833', 'MANDIRIVA', '', '873', '2500025', '251006833', 'T9207276879638KQXX', 'https://tripay.co.id/checkout/T9207276879638KQXX', '1760520225', '2025-10-15', '1760538225', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (444, 'Tripay', '649831-251006377', 'BRIVA', '', '417', '1700045', '251006377', 'T9207276889950V2XR', 'https://tripay.co.id/checkout/T9207276889950V2XR', '1760522543', '2025-10-15', '1760540538', '', 'PAID', '220000', '1760522687', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (445, 'Tripay', '993990-251006316', 'BRIVA', '', '356', '1500025', '251006316', 'T9207276911281SKMI', 'https://tripay.co.id/checkout/T9207276911281SKMI', '1760527708', '2025-10-15', '1760545701', '', 'PAID', '165000', '1760527792', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (446, 'Tripay', '234986-251006431', 'QRIS2', '', '471', '200030', '251006431', 'T920727692827DOVAL', 'https://tripay.co.id/checkout/T920727692827DOVAL', '1760530449', '2025-10-15', '1760532251', '', 'PAID', '220000', '1760530495', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (447, 'Tripay', '472997-251006552', 'QRIS2', '', '592', '600047', '251006552', 'T920727699722AWIDW', 'https://tripay.co.id/checkout/T920727699722AWIDW', '1760558123', '2025-10-16', '1760559925', '', 'PAID', '220000', '1760558199', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (448, 'Tripay', '934931-251006368', 'INDOMARET', '', '408', '1700036', '251006368', 'T9207277000264XHYC', 'https://tripay.co.id/checkout/T9207277000264XHYC', '1760564033', '2025-10-16', '1760582032', '', 'PAID', '220000', '1760573534', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (449, 'Tripay', '184452-251006549', 'BNIVA', '', '589', '600043', '251006549', 'T920727700060B9L3V', 'https://tripay.co.id/checkout/T920727700060B9L3V', '1760564367', '2025-10-16', '1760582362', '', 'PAID', '220000', '1760564501', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (450, 'Tripay', '477165-251006318', 'BRIVA', '', '358', '1600003', '251006318', 'T920727700884MXJLE', 'https://tripay.co.id/checkout/T920727700884MXJLE', '1760569869', '2025-10-16', '1760587864', '', 'PAID', '220000', '1760569954', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (451, 'Tripay', '689186-251006533', 'QRIS2', '', '573', '500042', '251006533', 'T920727701270KGCV6', 'https://tripay.co.id/checkout/T920727701270KGCV6', '1760571373', '2025-10-16', '1760573175', '', 'PAID', '220000', '1760571629', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (452, 'Tripay', '896747-251006020', 'QRIS2', '', '19', '1800003', '251006020', 'T920727702085S3E5X', 'https://tripay.co.id/checkout/T920727702085S3E5X', '1760573900', '2025-10-16', '1760575702', '', 'PAID', '165490', '1760573960', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (453, 'Tripay', '933552-251006067', 'INDOMARET', '', '67', '1100025', '251006067', 'T920727706502XKSIP', 'https://tripay.co.id/checkout/T920727706502XKSIP', '1760588671', '2025-10-16', '1760606671', '', 'PAID', '165000', '1760591629', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (454, 'Tripay', '921287-251006777', 'INDOMARET', '', '817', '2100004', '251006777', 'T920727707267V9BEU', 'https://tripay.co.id/checkout/T920727707267V9BEU', '1760591265', '2025-10-16', '1760609265', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (455, 'Tripay', '546848-251006112', 'QRISC', '', '152', '1800002', '251006112', 'T920727707319BVT9A', 'https://tripay.co.id/checkout/T920727707319BVT9A', '1760591423', '2025-10-16', '1760609421', '', 'PAID', '165000', '1760591464', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (456, 'Tripay', '645942-251006586', 'MANDIRIVA', '', '626', '1900012', '251006586', 'T920727708667OSZAV', 'https://tripay.co.id/checkout/T920727708667OSZAV', '1760595858', '2025-10-16', '1760613853', '', 'PAID', '220000', '1760595968', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (457, 'Tripay', '739080-251006008', 'INDOMARET', '', '4', '1700053', '251006008', 'T920727708682ZOU9O', 'https://tripay.co.id/checkout/T920727708682ZOU9O', '1760595895', '2025-10-16', '1760613895', '', 'PAID', '220000', '1760596196', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (458, 'Tripay', '941478-251006464', 'INDOMARET', '', '504', '300018', '251006464', 'T920727711860GCLSP', 'https://tripay.co.id/checkout/T920727711860GCLSP', '1760607288', '2025-10-16', '1760625287', '', 'PAID', '220000', '1760607535', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (459, 'Tripay', '801828-251006271', 'BRIVA', '', '311', '1300018', '251006271', 'T920727711890A1S9C', 'https://tripay.co.id/checkout/T920727711890A1S9C', '1760607384', '2025-10-16', '1760625379', '', 'PAID', '850000', '1760607490', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (460, 'Tripay', '170933-251006301', 'INDOMARET', '', '341', '1500010', '251006301', 'T920727711901QJG7G', 'https://tripay.co.id/checkout/T920727711901QJG7G', '1760607404', '2025-10-16', '1760625403', '', 'PAID', '220000', '1760607588', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (461, 'Tripay', '410362-251006056', 'BRIVA', '', '56', '1100013', '251006056', 'T920727712230S8ETC', 'https://tripay.co.id/checkout/T920727712230S8ETC', '1760608283', '2025-10-16', '1760626278', '', 'PAID', '220000', '1760608323', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (462, 'Tripay', '247402-251006200', 'INDOMARET', '', '240', '220518183973', '251006200', 'T920727715709T27YP', 'https://tripay.co.id/checkout/T920727715709T27YP', '1760617102', '2025-10-16', '1760635101', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (463, 'Tripay', '892289-251006467', 'BRIVA', '', '507', '300021', '251006467', 'T920727721234CDKD4', 'https://tripay.co.id/checkout/T920727721234CDKD4', '1760647709', '2025-10-17', '1760665704', '', 'PAID', '220000', '1760647842', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (464, 'Tripay', '841924-251006619', 'BRIVA', '', '659', '2000011', '251006619', 'T920727721360BVFGI', 'https://tripay.co.id/checkout/T920727721360BVFGI', '1760649145', '2025-10-17', '1760667140', '', 'PAID', '200000', '1760649193', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (465, 'Tripay', '68046-251006784', 'BRIVA', '', '824', '2200001', '251006784', 'T920727721706MXLE5', 'https://tripay.co.id/checkout/T920727721706MXLE5', '1760651917', '2025-10-17', '1760669912', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (466, 'Tripay', '698412-251006073', 'BNIVA', '', '73', '1100031', '251006073', 'T920727722435QOS0A', 'https://tripay.co.id/checkout/T920727722435QOS0A', '1760655315', '2025-10-17', '1760673310', '', 'PAID', '220000', '1760655343', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (467, 'Tripay', '339686-251007124', 'INDOMARET', '', '1053', '221128130300', '251007124', 'T920727723263NPRNA', 'https://tripay.co.id/checkout/T920727723263NPRNA', '1760658785', '2025-10-17', '1760676784', '', 'PAID', '220214', '1760661621', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (468, 'Tripay', '442414-251006808', 'INDOMARET', '', '848', '2400014', '251006808', 'T920727724266RVRHB', 'https://tripay.co.id/checkout/T920727724266RVRHB', '1760662229', '2025-10-17', '1760680228', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (469, 'Tripay', '847149-251006883', 'QRIS2', '', '923', '4100007', '251006883', 'T920727724328KAMJ9', 'https://tripay.co.id/checkout/T920727724328KAMJ9', '1760662476', '2025-10-17', '1760664279', '', 'PAID', '220000', '1760662520', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (470, 'Tripay', '584506-251006148', 'INDOMARET', '', '188', '1800046', '251006148', 'T920727727870DBPHX', 'https://tripay.co.id/checkout/T920727727870DBPHX', '1760673409', '2025-10-17', '1760691408', '', 'PAID', '165000', '1760673458', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (471, 'Tripay', '318027-251006051', 'INDOMARET', '', '51', '1100008', '251006051', 'T9207277279437EC28', 'https://tripay.co.id/checkout/T9207277279437EC28', '1760673634', '2025-10-17', '1760691634', '', 'PAID', '220000', '1760687122', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (472, 'Tripay', '748924-251006260', 'QRIS2', '', '300', '1300006', '251006260', 'T920727727997EDU1B', 'https://tripay.co.id/checkout/T920727727997EDU1B', '1760673783', '2025-10-17', '1760675585', '', 'PAID', '220000', '1760673865', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (473, 'Tripay', '91916-251007087', 'QRIS2', '', '1016', '221128130250', '251007087', 'T920727728727F3C6L', 'https://tripay.co.id/checkout/T920727728727F3C6L', '1760676283', '2025-10-17', '1760678086', '', 'PAID', '220323', '1760676362', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (474, 'Tripay', '762468-251017001', 'INDOMARET', '', '1111', '82600001', '251017001', 'T920727731649IMCNC', 'https://tripay.co.id/checkout/T920727731649IMCNC', '1760687209', '2025-10-17', '1760705208', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (475, 'Tripay', '406215-251017001', 'INDOMARET', '', '1111', '82600001', '251017001', 'T92072773170372ESY', 'https://tripay.co.id/checkout/T92072773170372ESY', '1760687354', '2025-10-17', '1760705354', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (476, 'Tripay', '586647-251017001', 'ALFAMIDI', '', '1111', '82600001', '251017001', 'T920727731721IFLXT', 'https://tripay.co.id/checkout/T920727731721IFLXT', '1760687434', '2025-10-17', '1760705433', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (477, 'Tripay', '145447-251007075', 'MANDIRIVA', '', '1004', '221001182861', '251007075', 'T920727733061JWUTY', 'https://tripay.co.id/checkout/T920727733061JWUTY', '1760690471', '2025-10-17', '1760708465', '', 'PAID', '220415', '1760690597', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (478, 'Tripay', '576220-251006321', 'QRIS2', '', '361', '1600006', '251006321', 'T920727735397WB304', 'https://tripay.co.id/checkout/T920727735397WB304', '1760696580', '2025-10-17', '1760698382', '', 'PAID', '220000', '1760696616', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (479, 'Tripay', '218040-251006245', 'INDOMARET', '', '285', '221128130245', '251006245', 'T920727735550KL1LS', 'https://tripay.co.id/checkout/T920727735550KL1LS', '1760696993', '2025-10-17', '1760714993', '', 'PAID', '165000', '1760697378', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (480, 'Tripay', '392515-251006380', 'INDOMARET', '', '420', '1700048', '251006380', 'T920727738156TRJXK', 'https://tripay.co.id/checkout/T920727738156TRJXK', '1760703638', '2025-10-17', '1760721637', '', 'PAID', '220000', '1760703882', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (481, 'Tripay', '203345-251006113', 'INDOMARET', '', '153', '1800004', '251006113', 'T920727738726GOX0W', 'https://tripay.co.id/checkout/T920727738726GOX0W', '1760705138', '2025-10-17', '1760723138', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (482, 'Tripay', '5170-251006171', 'INDOMARET', '', '211', '1800073', '251006171', 'T920727738774TXLRP', 'https://tripay.co.id/checkout/T920727738774TXLRP', '1760705259', '2025-10-17', '1760723259', '', 'PAID', '165000', '1760706084', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (483, 'Tripay', '162504-251006170', 'INDOMARET', '', '210', '1800072', '251006170', 'T920727739005VDMZS', 'https://tripay.co.id/checkout/T920727739005VDMZS', '1760705869', '2025-10-17', '1760723869', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (484, 'Tripay', '358278-251006170', 'ALFAMART', '', '210', '1800072', '251006170', 'T9207277393048Z1JV', 'https://tripay.co.id/checkout/T9207277393048Z1JV', '1760706820', '2025-10-17', '1760724819', '', 'PAID', '165000', '1760706980', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (485, 'Tripay', '706729-251006822', 'MANDIRIVA', '', '862', '2500014', '251006822', 'T920727744311XLXAE', 'https://tripay.co.id/checkout/T920727744311XLXAE', '1760743752', '2025-10-18', '1760761746', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (486, 'Tripay', '186395-251006822', 'MANDIRIVA', '', '862', '2500014', '251006822', 'T920727744315ECIJX', 'https://tripay.co.id/checkout/T920727744315ECIJX', '1760743799', '2025-10-18', '1760761798', '', 'PAID', '220000', '1760743946', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (487, 'Tripay', '259138-251006793', 'QRIS2', '', '833', '2300005', '251006793', 'T920727744428KB404', 'https://tripay.co.id/checkout/T920727744428KB404', '1760744488', '2025-10-18', '1760746291', '', 'PAID', '220000', '1760744648', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (488, 'Tripay', '86307-251006342', 'QRIS2', '', '382', '1700009', '251006342', 'T920727744431SJ93O', 'https://tripay.co.id/checkout/T920727744431SJ93O', '1760744525', '2025-10-18', '1760746328', '', 'PAID', '220000', '1760744755', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (489, 'Tripay', '210435-251006508', 'BRIVA', '', '548', '500016', '251006508', 'T920727745066PQXJJ', 'https://tripay.co.id/checkout/T920727745066PQXJJ', '1760747858', '2025-10-18', '1760765852', '', 'PAID', '220000', '1760747911', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (490, 'Tripay', '102514-251006784', 'BRIVA', '', '824', '2200001', '251006784', 'T920727745333JD4VW', 'https://tripay.co.id/checkout/T920727745333JD4VW', '1760749048', '2025-10-18', '1760767041', '', 'PAID', '220000', '1760749094', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (491, 'Tripay', '26998-251018001', 'QRIS2', '', '1113', '81800004', '251018001', 'T920727746784FUFXV', 'https://tripay.co.id/checkout/T920727746784FUFXV', '1760754140', '2025-10-18', '1760755943', '', 'PAID', '290000', '1760754168', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (492, 'Tripay', '76187-251006867', 'QRIS2', '', '907', '2900005', '251006867', 'T920727747150AQTJZ', 'https://tripay.co.id/checkout/T920727747150AQTJZ', '1760755348', '2025-10-18', '1760757151', '', 'PAID', '220000', '1760755467', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (493, 'Tripay', '580296-251006282', 'ALFAMART', '', '322', '1400008', '251006282', 'T920727750422CPZYC', 'https://tripay.co.id/checkout/T920727750422CPZYC', '1760767078', '2025-10-18', '1760785077', '', 'PAID', '165000', '1760775331', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (494, 'Tripay', '478627-251006874', 'BRIVA', '', '914', '3200001', '251006874', 'T920727751760ASPCB', 'https://tripay.co.id/checkout/T920727751760ASPCB', '1760772376', '2025-10-18', '1760790371', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (495, 'Tripay', '653591-251006113', 'INDOMARET', '', '153', '1800004', '251006113', 'T9207277540551KMSJ', 'https://tripay.co.id/checkout/T9207277540551KMSJ', '1760781065', '2025-10-18', '1760799064', '', 'PAID', '165000', '1760781198', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (496, 'Tripay', '721560-251006874', 'BRIVA', '', '914', '3200001', '251006874', 'T920727756538Y0IKE', 'https://tripay.co.id/checkout/T920727756538Y0IKE', '1760788578', '2025-10-18', '1760806573', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (497, 'Tripay', '137380-251006874', 'BRIVA', '', '914', '3200001', '251006874', 'T920727756623SITW0', 'https://tripay.co.id/checkout/T920727756623SITW0', '1760788903', '2025-10-18', '1760806902', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (498, 'Tripay', '905183-251006487', 'INDOMARET', '', '527', '400005', '251006487', 'T920727758165QVUGG', 'https://tripay.co.id/checkout/T920727758165QVUGG', '1760793407', '2025-10-18', '1760811406', '', 'PAID', '165000', '1760794033', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (499, 'Tripay', '697533-251006392', 'QRIS2', '', '432', '2000166', '251006392', 'T920727762334NDAFU', 'https://tripay.co.id/checkout/T920727762334NDAFU', '1760813136', '2025-10-19', '1760814939', '', 'PAID', '220904', '1760813241', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (500, 'Tripay', '312137-251006274', 'BNIVA', '', '314', '1300021', '251006274', 'T920727762986JILOT', 'https://tripay.co.id/checkout/T920727762986JILOT', '1760825431', '2025-10-19', '1760843425', '', 'PAID', '220000', '1760825536', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (501, 'Tripay', '232161-251006808', 'INDOMARET', '', '848', '2400014', '251006808', 'T920727763119YJEQG', 'https://tripay.co.id/checkout/T920727763119YJEQG', '1760827138', '2025-10-19', '1760845137', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (502, 'Tripay', '907598-251007100', 'BNIVA', '', '1029', '221128130267', '251007100', 'T920727763304YYFK1', 'https://tripay.co.id/checkout/T920727763304YYFK1', '1760828741', '2025-10-19', '1760846735', '', 'PAID', '220448', '1760828799', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (503, 'Tripay', '819837-251006096', 'BRIVA', '', '96', '1200023', '251006096', 'T920727764413R6LFS', 'https://tripay.co.id/checkout/T920727764413R6LFS', '1760835644', '2025-10-19', '1760853638', '', 'PAID', '220000', '1760835681', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (504, 'Tripay', '872770-251006374', 'QRIS2', '', '414', '1700042', '251006374', 'T920727764921ZNOB1', 'https://tripay.co.id/checkout/T920727764921ZNOB1', '1760837660', '2025-10-19', '1760839464', '', 'PAID', '165000', '1760837681', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (505, 'Tripay', '622102-251006746', 'QRIS2', '', '786', '2000147', '251006746', 'T920727765714MVHVG', 'https://tripay.co.id/checkout/T920727765714MVHVG', '1760840482', '2025-10-19', '1760842285', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (506, 'Tripay', '425617-251006746', 'QRIS2', '', '786', '2000147', '251006746', 'T920727765718NIIZZ', 'https://tripay.co.id/checkout/T920727765718NIIZZ', '1760840500', '2025-10-19', '1760842303', '', 'PAID', '220000', '1760840543', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (507, 'Tripay', '715667-251006228', 'BRIVA', '', '268', '2204030172116', '251006228', 'T920727770554RIYTP', 'https://tripay.co.id/checkout/T920727770554RIYTP', '1760857923', '2025-10-19', '1760875914', '', 'PAID', '220000', '1760857969', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (508, 'Tripay', '692675-251006215', 'QRIS2', '', '255', '220518183988', '251006215', 'T920727778301UHLRU', 'https://tripay.co.id/checkout/T920727778301UHLRU', '1760881229', '2025-10-19', '1760883033', '', 'PAID', '165000', '1760881263', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (509, 'Tripay', '361589-251006503', 'BNIVA', '', '543', '500011', '251006503', 'T920727780648IHS4D', 'https://tripay.co.id/checkout/T920727780648IHS4D', '1760891472', '2025-10-19', '1760909466', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (510, 'Tripay', '1309-251006503', 'BNIVA', '', '543', '500011', '251006503', 'T920727780656VDPIJ', 'https://tripay.co.id/checkout/T920727780656VDPIJ', '1760891577', '2025-10-19', '1760909575', '', 'PAID', '220000', '1760891630', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (511, 'Tripay', '228637-251006279', 'INDOMARET', '', '319', '1400005', '251006279', 'T920727782382YCUXT', 'https://tripay.co.id/checkout/T920727782382YCUXT', '1760913653', '2025-10-20', '1760931653', '', 'PAID', '220000', '1760913807', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (512, 'Tripay', '792299-251006808', 'INDOMARET', '', '848', '2400014', '251006808', 'T920727782797UQFOT', 'https://tripay.co.id/checkout/T920727782797UQFOT', '1760916198', '2025-10-20', '1760934198', '', 'PAID', '220000', '1760916591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (513, 'Tripay', '423509-251006715', 'INDOMARET', '', '755', '2000112', '251006715', 'T920727782851Z1XLH', 'https://tripay.co.id/checkout/T920727782851Z1XLH', '1760916555', '2025-10-20', '1760934554', '', 'PAID', '220000', '1760933256', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (514, 'Tripay', '916538-251007084', 'QRIS2', '', '1013', '221128130247', '251007084', 'T920727783776JPRYW', 'https://tripay.co.id/checkout/T920727783776JPRYW', '1760920792', '2025-10-20', '1760922595', '', 'PAID', '220405', '1760921095', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (515, 'Tripay', '146868-251006747', 'QRIS2', '', '787', '2000148', '251006747', 'T920727784222RH318', 'https://tripay.co.id/checkout/T920727784222RH318', '1760922281', '2025-10-20', '1760924085', '', 'PAID', '220000', '1760922496', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (516, 'Tripay', '346164-251007151', 'QRIS2', '', '1081', '220124161859', '251007151', 'T920727786008YDQ9C', 'https://tripay.co.id/checkout/T920727786008YDQ9C', '1760927456', '2025-10-20', '1760929260', '', 'PAID', '200589', '1760927508', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (517, 'Tripay', '506423-251006199', 'INDOMARET', '', '239', '220518183972', '251006199', 'T920727787225TKRXB', 'https://tripay.co.id/checkout/T920727787225TKRXB', '1760930924', '2025-10-20', '1760948923', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (518, 'Tripay', '380986-251006748', 'CIMBVA', '', '788', '2000149', '251006748', 'T920727787873DD5WK', 'https://tripay.co.id/checkout/T920727787873DD5WK', '1760932716', '2025-10-20', '1760950709', '', 'PAID', '220000', '1760932770', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (519, 'Tripay', '761228-251006268', 'BNIVA', '', '308', '1300014', '251006268', 'T920727790344J6OMH', 'https://tripay.co.id/checkout/T920727790344J6OMH', '1760939891', '2025-10-20', '1760957886', '', 'PAID', '220000', '1760940071', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (520, 'Tripay', '989857-251006810', 'INDOMARET', '', '850', '2500002', '251006810', 'T920727791263NMOAD', 'https://tripay.co.id/checkout/T920727791263NMOAD', '1760942583', '2025-10-20', '1760960582', '', 'PAID', '220000', '1760942972', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (521, 'Tripay', '965899-251006042', 'INDOMARET', '', '42', '221128130266', '251006042', 'T920727791489J5P32', 'https://tripay.co.id/checkout/T920727791489J5P32', '1760943290', '2025-10-20', '1760961290', '', 'PAID', '220538', '1760943566', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (522, 'Tripay', '943836-251020002', 'QRIS2', '', '1116', '8200001', '251020002', 'T920727793043ACIG2', 'https://tripay.co.id/checkout/T920727793043ACIG2', '1760947803', '2025-10-20', '1760949607', '', 'PAID', '150000', '1760947917', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (523, 'Tripay', '560162-251006147', 'INDOMARET', '', '187', '1800045', '251006147', 'T9207277968986SBTA', 'https://tripay.co.id/checkout/T9207277968986SBTA', '1760957994', '2025-10-20', '1760975994', '', 'PAID', '165000', '1760959088', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (524, 'Tripay', '421556-251006086', 'INDOMARET', '', '86', '1200013', '251006086', 'T920727800745A4QW3', 'https://tripay.co.id/checkout/T920727800745A4QW3', '1760965314', '2025-10-20', '1760983314', '', 'PAID', '220000', '1760971673', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (525, 'Tripay', '313666-251006044', 'BRIVA', '', '44', '1100001', '251006044', 'T920727805300OE1K0', 'https://tripay.co.id/checkout/T920727805300OE1K0', '1760980598', '2025-10-21', '1760998593', '', 'PAID', '220000', '1760980783', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (526, 'Tripay', '375305-251006764', 'BRIVA', '', '804', '2000167', '251006764', 'T920727805345EJJAT', 'https://tripay.co.id/checkout/T920727805345EJJAT', '1760980908', '2025-10-21', '1760998907', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (527, 'Tripay', '493914-251006673', 'BRIVA', '', '713', '2000067', '251006673', 'T920727805413U8RBL', 'https://tripay.co.id/checkout/T920727805413U8RBL', '1760981479', '2025-10-21', '1760999474', '', 'PAID', '220000', '1760981511', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (528, 'Tripay', '512834-251007130', 'QRIS', '', '1059', '230220191145', '251007130', 'T920727811053GTWSD', 'https://tripay.co.id/checkout/T920727811053GTWSD', '1761013453', '2025-10-21', '1761016937', '', 'PAID', '220747', '1761016767', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (529, 'Tripay', '671142-251006848', 'QRIS2', '', '888', '2600003', '251006848', 'T920727811059QZWZE', 'https://tripay.co.id/checkout/T920727811059QZWZE', '1761013466', '2025-10-21', '1761015270', '', 'PAID', '220000', '1761013499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (530, 'Tripay', '780763-251007038', 'INDOMARET', '', '967', '220612165058', '251007038', 'T920727815267LIS2V', 'https://tripay.co.id/checkout/T920727815267LIS2V', '1761026631', '2025-10-21', '1761044630', '', 'PAID', '220295', '1761026943', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (531, 'Tripay', '55623-251006248', 'QRIS2', '', '288', '220728201839', '251006248', 'T920727815742FGDJO', 'https://tripay.co.id/checkout/T920727815742FGDJO', '1761028215', '2025-10-21', '1761030019', '', 'PAID', '165000', '1761028635', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (532, 'Tripay', '336281-251007131', 'QRIS2', '', '1060', '230220191146', '251007131', 'T920727816375S6UAK', 'https://tripay.co.id/checkout/T920727816375S6UAK', '1761030339', '2025-10-21', '1761032143', '', 'PAID', '220921', '1761030445', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (533, 'Tripay', '289314-251021003', 'INDOMARET', '', '1118', '81900001', '251021003', 'T920727818661AJV0D', 'https://tripay.co.id/checkout/T920727818661AJV0D', '1761038218', '2025-10-21', '1761056218', '', 'UNPAID', '220469', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (534, 'Tripay', '659340-251021003', 'INDOMARET', '', '1118', '81900001', '251021003', 'T920727818714FGMCJ', 'https://tripay.co.id/checkout/T920727818714FGMCJ', '1761038354', '2025-10-21', '1761056354', '', 'UNPAID', '220469', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (535, 'Tripay', '268540-251006212', 'INDOMARET', '', '252', '220518183985', '251006212', 'T920727819597YBZZJ', 'https://tripay.co.id/checkout/T920727819597YBZZJ', '1761041002', '2025-10-21', '1761059002', '', 'PAID', '165000', '1761043615', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (536, 'Tripay', '865712-251007060', 'ALFAMART', '', '989', '221001182828', '251007060', 'T920727819811RSRK0', 'https://tripay.co.id/checkout/T920727819811RSRK0', '1761041673', '2025-10-21', '1761059670', '', 'PAID', '220650', '1761042489', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (537, 'Tripay', '727080-251007030', 'INDOMARET', '', '958', '220518184039', '251007030', 'T920727821725DP63Q', 'https://tripay.co.id/checkout/T920727821725DP63Q', '1761046830', '2025-10-21', '1761064829', '', 'PAID', '220202', '1761047095', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (538, 'Tripay', '907041-251006781', 'QRIS2', '', '821', '2100009', '251006781', 'T920727823576AWZBW', 'https://tripay.co.id/checkout/T920727823576AWZBW', '1761051609', '2025-10-21', '1761053413', '', 'PAID', '220000', '1761051660', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (539, 'Tripay', '828715-251006237', 'INDOMARET', '', '277', '221001182830', '251006237', 'T92072782363254BJ6', 'https://tripay.co.id/checkout/T92072782363254BJ6', '1761051765', '2025-10-21', '1761069765', '', 'PAID', '165000', '1761052137', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (540, 'Tripay', '393753-251006022', 'QRIS2', '', '21', '1600020', '251006022', 'T920727825671ZAZ1P', 'https://tripay.co.id/checkout/T920727825671ZAZ1P', '1761059175', '2025-10-21', '1761060976', '', 'PAID', '220969', '1761059238', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (541, 'Tripay', '666226-251006589', 'QRIS2', '', '629', '1900015', '251006589', 'T920727826061VE7GQ', 'https://tripay.co.id/checkout/T920727826061VE7GQ', '1761061472', '2025-10-21', '1761063273', '', 'PAID', '220000', '1761061531', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (542, 'Tripay', '725932-251006189', 'QRIS2', '', '229', '1800091', '251006189', 'T920727827756OMA7W', 'https://tripay.co.id/checkout/T920727827756OMA7W', '1761084342', '2025-10-22', '1761086143', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (543, 'Tripay', '381294-251006036', 'MANDIRIVA', '', '36', '220518183986', '251006036', 'T920727828007ONWZU', 'https://tripay.co.id/checkout/T920727828007ONWZU', '1761086773', '2025-10-22', '1761104767', '', 'PAID', '165421', '1761086963', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (544, 'Tripay', '656334-251006135', 'INDOMARET', '', '175', '1800031', '251006135', 'T9207278282499COHU', 'https://tripay.co.id/checkout/T9207278282499COHU', '1761088942', '2025-10-22', '1761106942', '', 'PAID', '165000', '1761088988', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (545, 'Tripay', '596283-251006030', 'BRIVA', '', '30', '1800036', '251006030', 'T920727828760G3UDN', 'https://tripay.co.id/checkout/T920727828760G3UDN', '1761092290', '2025-10-22', '1761110285', '', 'PAID', '220000', '1761092407', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (546, 'Tripay', '382803-251006334', 'MANDIRIVA', '', '374', '1600019', '251006334', 'T920727828762PFYAJ', 'https://tripay.co.id/checkout/T920727828762PFYAJ', '1761092290', '2025-10-22', '1761110287', '', 'PAID', '220000', '1761092400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (547, 'Tripay', '384099-251007128', 'INDOMARET', '', '1057', '230220191143', '251007128', 'T920727830237SSEI2', 'https://tripay.co.id/checkout/T920727830237SSEI2', '1761098699', '2025-10-22', '1761116698', '', 'PAID', '220249', '1761100137', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (548, 'Tripay', '878365-251022002', 'INDOMARET', '', '1121', '81600002', '251022002', 'T9207278316490CP27', 'https://tripay.co.id/checkout/T9207278316490CP27', '1761103935', '2025-10-22', '1761121934', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (549, 'Tripay', '142412-251006313', 'INDOMARET', '', '353', '1500022', '251006313', 'T920727838101PUTY9', 'https://tripay.co.id/checkout/T920727838101PUTY9', '1761128742', '2025-10-22', '1761146741', '', 'PAID', '220000', '1761128801', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (550, 'Tripay', '135321-251006240', 'INDOMARET', '', '280', '221001182843', '251006240', 'T920727839010CLBPD', 'https://tripay.co.id/checkout/T920727839010CLBPD', '1761131715', '2025-10-22', '1761149715', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (551, 'Tripay', '824990-251006240', 'INDOMARET', '', '280', '221001182843', '251006240', 'T920727839014FVR6A', 'https://tripay.co.id/checkout/T920727839014FVR6A', '1761131728', '2025-10-22', '1761149727', '', 'PAID', '165000', '1761133080', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (552, 'Tripay', '164112-251006016', 'INDOMARET', '', '14', '1800008', '251006016', 'T9207278396529QXE3', 'https://tripay.co.id/checkout/T9207278396529QXE3', '1761133827', '2025-10-22', '1761151826', '', 'PAID', '165000', '1761133947', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (553, 'Tripay', '426866-251006070', 'QRIS2', '', '70', '1100028', '251006070', 'T920727842581LB2RV', 'https://tripay.co.id/checkout/T920727842581LB2RV', '1761143263', '2025-10-22', '1761145064', '', 'PAID', '220000', '1761143315', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (554, 'Tripay', '507632-251006161', 'INDOMARET', '', '201', '1800061', '251006161', 'T920727845140OI4F4', 'https://tripay.co.id/checkout/T920727845140OI4F4', '1761167740', '2025-10-23', '1761185739', '', 'PAID', '165000', '1761175863', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (555, 'Tripay', '178075-251006843', 'BRIVA', '', '883', '2500035', '251006843', 'T920727846104DRUUB', 'https://tripay.co.id/checkout/T920727846104DRUUB', '1761177592', '2025-10-23', '1761195586', '', 'PAID', '220000', '1761177704', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (556, 'Tripay', '659752-251007096', 'BRIVA', '', '1025', '221128130261', '251007096', 'T920727846689C2OBF', 'https://tripay.co.id/checkout/T920727846689C2OBF', '1761180818', '2025-10-23', '1761198812', '', 'PAID', '220295', '1761180895', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (557, 'Tripay', '38626-251006141', 'INDOMARET', '', '181', '1800039', '251006141', 'T920727848365PYP5Y', 'https://tripay.co.id/checkout/T920727848365PYP5Y', '1761187997', '2025-10-23', '1761205997', '', 'PAID', '165000', '1761198470', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (558, 'Tripay', '943018-251006443', 'BNIVA', '', '483', '200045', '251006443', 'T920727850142VRZUP', 'https://tripay.co.id/checkout/T920727850142VRZUP', '1761195395', '2025-10-23', '1761213390', '', 'PAID', '220000', '1761195556', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (559, 'Tripay', '459574-251023001', 'QRIS2', '', '1123', '82000009', '251023001', 'T920727850742PKUJI', 'https://tripay.co.id/checkout/T920727850742PKUJI', '1761197991', '2025-10-23', '1761201593', '', 'PAID', '220000', '1761198062', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (560, 'Tripay', '778875-251006019', 'QRIS2', '', '18', '221001182855', '251006019', 'T920727852176VQX62', 'https://tripay.co.id/checkout/T920727852176VQX62', '1761204189', '2025-10-23', '1761205991', '', 'PAID', '220000', '1761204247', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (561, 'Tripay', '919049-251006258', 'INDOMARET', '', '298', '1300004', '251006258', 'T920727853437RHCLO', 'https://tripay.co.id/checkout/T920727853437RHCLO', '1761209116', '2025-10-23', '1761227116', '', 'PAID', '220000', '1761209192', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (562, 'Tripay', '639314-251008005', 'INDOMARET', '', '166', '1800021', '251008005', 'T920727854226SIKEG', 'https://tripay.co.id/checkout/T920727854226SIKEG', '1761212475', '2025-10-23', '1761230475', '', 'PAID', '165129', '1761212518', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (563, 'Tripay', '685073-251006009', 'INDOMARET', '', '7', '220430172109', '251006009', 'T920727857353HYPQD', 'https://tripay.co.id/checkout/T920727857353HYPQD', '1761223371', '2025-10-23', '1761241370', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (564, 'Tripay', '214501-251007086', 'BNIVA', '', '1015', '221128130249', '251007086', 'T920727857559QPJRF', 'https://tripay.co.id/checkout/T920727857559QPJRF', '1761224060', '2025-10-23', '1761242053', '', 'PAID', '220326', '1761224146', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (565, 'Tripay', '703321-251006847', 'BRIVA', '', '887', '2600002', '251006847', 'T920727857610OSCXJ', 'https://tripay.co.id/checkout/T920727857610OSCXJ', '1761224247', '2025-10-23', '1761242246', '', 'PAID', '220000', '1761224293', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (566, 'Tripay', '138621-251006327', 'INDOMARET', '', '367', '1600012', '251006327', 'T9207278630773BPXP', 'https://tripay.co.id/checkout/T9207278630773BPXP', '1761264867', '2025-10-24', '1761282866', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (567, 'Tripay', '594802-251006009', 'INDOMARET', '', '7', '220430172109', '251006009', 'T920727865419SRGWM', 'https://tripay.co.id/checkout/T920727865419SRGWM', '1761274357', '2025-10-24', '1761292357', '', 'PAID', '220000', '1761274467', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (568, 'Tripay', '523316-251006025', 'QRIS2', '', '25', '221128130243', '251006025', 'T920727865931MB86M', 'https://tripay.co.id/checkout/T920727865931MB86M', '1761276288', '2025-10-24', '1761278090', '', 'PAID', '330940', '1761276307', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (569, 'Tripay', '654935-251006327', 'INDOMARET', '', '367', '1600012', '251006327', 'T920727870897BJUHE', 'https://tripay.co.id/checkout/T920727870897BJUHE', '1761294318', '2025-10-24', '1761312318', '', 'PAID', '220000', '1761294409', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (570, 'Tripay', '250465-251006033', 'INDOMARET', '', '33', '220127020759', '251006033', 'T920727872657NIV1O', 'https://tripay.co.id/checkout/T920727872657NIV1O', '1761301015', '2025-10-24', '1761319014', '', 'PAID', '150000', '1761301389', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (571, 'Tripay', '835872-251006007', 'QRIS2', '', '3', '2700005', '251006007', 'T920727872683TUNGY', 'https://tripay.co.id/checkout/T920727872683TUNGY', '1761301074', '2025-10-24', '1761302876', '', 'PAID', '220000', '1761301194', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (572, 'Tripay', '144511-251006401', 'INDOMARET', '', '441', '1800098', '251006401', 'T920727875145D42NT', 'https://tripay.co.id/checkout/T920727875145D42NT', '1761308841', '2025-10-24', '1761326841', '', 'PAID', '165737', '1761308959', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (573, 'Tripay', '340133-251006262', 'MANDIRIVA', '', '302', '1300008', '251006262', 'T920727875209GBB4N', 'https://tripay.co.id/checkout/T920727875209GBB4N', '1761309095', '2025-10-24', '1761327090', '', 'PAID', '220000', '1761309133', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (574, 'Tripay', '21271-251006120', 'INDOMARET', '', '160', '1800013', '251006120', 'T920727876942C9YHJ', 'https://tripay.co.id/checkout/T920727876942C9YHJ', '1761314513', '2025-10-24', '1761332512', '', 'PAID', '165000', '1761314746', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (575, 'Tripay', '354247-251006500', 'MANDIRIVA', '', '540', '500008', '251006500', 'T920727877062KOGOX', 'https://tripay.co.id/checkout/T920727877062KOGOX', '1761315013', '2025-10-24', '1761333007', '', 'PAID', '220000', '1761315109', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (576, 'Tripay', '398345-251006407', 'QRIS2', '', '447', '200006', '251006407', 'T920727878123BPRXJ', 'https://tripay.co.id/checkout/T920727878123BPRXJ', '1761319621', '2025-10-24', '1761321423', '', 'PAID', '220000', '1761319674', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (577, 'Tripay', '871646-251006040', 'BNIVA', '', '40', '1900001', '251006040', 'T920727880056WZ33M', 'https://tripay.co.id/checkout/T920727880056WZ33M', '1761339705', '2025-10-25', '1761357700', '', 'PAID', '220000', '1761339779', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (578, 'Tripay', '725772-251007026', 'BNIVA', '', '954', '220518184012', '251007026', 'T920727880214VXRRG', 'https://tripay.co.id/checkout/T920727880214VXRRG', '1761341889', '2025-10-25', '1761359883', '', 'UNPAID', '220312', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (579, 'Tripay', '148491-251007026', 'BRIVA', '', '954', '220518184012', '251007026', 'T920727880219UTQRJ', 'https://tripay.co.id/checkout/T920727880219UTQRJ', '1761341920', '2025-10-25', '1761359919', '', 'UNPAID', '220312', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (580, 'Tripay', '933042-251006155', 'INDOMARET', '', '195', '1800054', '251006155', 'T920727881129W4ILE', 'https://tripay.co.id/checkout/T920727881129W4ILE', '1761348423', '2025-10-25', '1761366422', '', 'PAID', '165000', '1761348545', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (581, 'Tripay', '993250-251006013', 'BRIVA', '', '11', '220121164229', '251006013', 'T920727882137WXXQ0', 'https://tripay.co.id/checkout/T920727882137WXXQ0', '1761353461', '2025-10-25', '1761371456', '', 'PAID', '220000', '1761353534', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (582, 'Tripay', '216887-251025001', 'QRIS2', '', '1126', '1700055', '251025001', 'T920727882471PRNPF', 'https://tripay.co.id/checkout/T920727882471PRNPF', '1761354935', '2025-10-25', '1761356737', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (583, 'Tripay', '50121-251025001', 'BRIVA', '', '1126', '1700055', '251025001', 'T920727882500PN3RO', 'https://tripay.co.id/checkout/T920727882500PN3RO', '1761355080', '2025-10-25', '1761373074', '', 'PAID', '220000', '1761355217', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (584, 'Tripay', '525394-251006110', 'INDOMARET', '', '150', '220204154623', '251006110', 'T920727882556ZR6R6', 'https://tripay.co.id/checkout/T920727882556ZR6R6', '1761355302', '2025-10-25', '1761373301', '', 'PAID', '220000', '1761356471', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (585, 'Tripay', '262351-251007080', 'QRIS2', '', '1009', '221128130239', '251007080', 'T920727883135W7PPX', 'https://tripay.co.id/checkout/T920727883135W7PPX', '1761357405', '2025-10-25', '1761359207', '', 'PAID', '220453', '1761357487', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (586, 'Tripay', '351900-251007132', 'QRIS2', '', '1061', '230220191147', '251007132', 'T920727883824V7QQJ', 'https://tripay.co.id/checkout/T920727883824V7QQJ', '1761359624', '2025-10-25', '1761361427', '', 'PAID', '220817', '1761359661', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (587, 'Tripay', '629668-251006128', 'ALFAMART', '', '168', '1800023', '251006128', 'T920727885714MSQ1T', 'https://tripay.co.id/checkout/T920727885714MSQ1T', '1761366108', '2025-10-25', '1761384107', '', 'PAID', '165000', '1761366542', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (588, 'Tripay', '967570-251006188', 'INDOMARET', '', '228', '1800090', '251006188', 'T920727889127ZAPIB', 'https://tripay.co.id/checkout/T920727889127ZAPIB', '1761378624', '2025-10-25', '1761396624', '', 'PAID', '220000', '1761378669', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (589, 'Tripay', '908446-251006329', 'INDOMARET', '', '369', '1600014', '251006329', 'T920727889349QAAJV', 'https://tripay.co.id/checkout/T920727889349QAAJV', '1761379605', '2025-10-25', '1761397605', '', 'PAID', '220000', '1761379731', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (590, 'Tripay', '963944-251006021', 'BRIVA', '', '20', '1800038', '251006021', 'T920727892750VPC79', 'https://tripay.co.id/checkout/T920727892750VPC79', '1761391390', '2025-10-25', '1761409385', '', 'PAID', '220198', '1761391456', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (591, 'Tripay', '46695-251006023', 'ALFAMART', '', '22', '3300001', '251006023', 'T920727892998EDOPD', 'https://tripay.co.id/checkout/T920727892998EDOPD', '1761392049', '2025-10-25', '1761410048', '', 'PAID', '165143', '1761392158', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (592, 'Tripay', '705048-251006430', 'QRIS2', '', '470', '200029', '251006430', 'T920727893218GDHSF', 'https://tripay.co.id/checkout/T920727893218GDHSF', '1761392661', '2025-10-25', '1761394464', '', 'PAID', '220000', '1761392706', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (593, 'Tripay', '218341-251006169', 'INDOMARET', '', '209', '1800071', '251006169', 'T920727893907WYBFA', 'https://tripay.co.id/checkout/T920727893907WYBFA', '1761394278', '2025-10-25', '1761412278', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (594, 'Tripay', '129387-251006286', 'INDOMARET', '', '326', '1400013', '251006286', 'T920727894076B2RAW', 'https://tripay.co.id/checkout/T920727894076B2RAW', '1761394721', '2025-10-25', '1761412721', '', 'PAID', '220000', '1761395085', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (595, 'Tripay', '394142-251007076', 'INDOMARET', '', '1005', '221001182862', '251007076', 'T920727894360XOOIL', 'https://tripay.co.id/checkout/T920727894360XOOIL', '1761395511', '2025-10-25', '1761413510', '', 'PAID', '100390', '1761396422', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (596, 'Tripay', '185844-251006172', 'INDOMARET', '', '212', '1800074', '251006172', 'T920727894930XTVMD', 'https://tripay.co.id/checkout/T920727894930XTVMD', '1761396982', '2025-10-25', '1761414981', '', 'PAID', '165000', '1761397029', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (597, 'Tripay', '818481-251006488', 'MANDIRIVA', '', '528', '400006', '251006488', 'T920727895286NLHMT', 'https://tripay.co.id/checkout/T920727895286NLHMT', '1761398032', '2025-10-25', '1761416026', '', 'PAID', '220000', '1761398115', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (598, 'Tripay', '333202-251006489', 'MANDIRIVA', '', '529', '400007', '251006489', 'T920727895331ISC96', 'https://tripay.co.id/checkout/T920727895331ISC96', '1761398146', '2025-10-25', '1761416145', '', 'PAID', '220000', '1761398181', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (599, 'Tripay', '88428-251006196', 'QRIS2', '', '236', '220728201828', '251006196', 'T920727898804JJDUB', 'https://tripay.co.id/checkout/T920727898804JJDUB', '1761413087', '2025-10-26', '1761414889', '', 'PAID', '220000', '1761413228', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (600, 'Tripay', '867876-251006326', 'QRIS2', '', '366', '1600011', '251006326', 'T920727899971HA4ME', 'https://tripay.co.id/checkout/T920727899971HA4ME', '1761430317', '2025-10-26', '1761432119', '', 'PAID', '220000', '1761430370', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (601, 'Tripay', '605465-251006089', 'OVO', '', '89', '1200016', '251006089', 'T920727900046SMCQD', 'https://tripay.co.id/checkout/T920727900046SMCQD', '1761430947', '2025-10-26', '1761448947', '', 'PAID', '220000', '1761431147', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (602, 'Tripay', '466448-251006242', 'BRIVA', '', '282', '221001182859', '251006242', 'T920727900225UBCZE', 'https://tripay.co.id/checkout/T920727900225UBCZE', '1761432203', '2025-10-26', '1761450197', '', 'PAID', '165000', '1761432306', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (603, 'Tripay', '176623-251006573', 'MANDIRIVA', '', '613', '1600023', '251006573', 'T920727900255RGOSB', 'https://tripay.co.id/checkout/T920727900255RGOSB', '1761432410', '2025-10-26', '1761450409', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (604, 'Tripay', '723008-251006805', 'MANDIRIVA', '', '845', '2400011', '251006805', 'T920727900287DZDCZ', 'https://tripay.co.id/checkout/T920727900287DZDCZ', '1761432647', '2025-10-26', '1761450647', '', 'PAID', '220000', '1761432764', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (605, 'Tripay', '850620-251006045', 'BRIVA', '', '45', '1100002', '251006045', 'T920727900750MN6FS', 'https://tripay.co.id/checkout/T920727900750MN6FS', '1761435636', '2025-10-26', '1761453630', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (606, 'Tripay', '357050-251006045', 'INDOMARET', '', '45', '1100002', '251006045', 'T9207279007673HSST', 'https://tripay.co.id/checkout/T9207279007673HSST', '1761435737', '2025-10-26', '1761453737', '', 'PAID', '220000', '1761444167', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (607, 'Tripay', '903762-251006269', 'QRIS2', '', '309', '1300015', '251006269', 'T920727900850EBUZV', 'https://tripay.co.id/checkout/T920727900850EBUZV', '1761436270', '2025-10-26', '1761438072', '', 'PAID', '220000', '1761436321', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (608, 'Tripay', '903124-251006043', 'QRIS2', '', '43', '230220191149', '251006043', 'T9207279009967S9R8', 'https://tripay.co.id/checkout/T9207279009967S9R8', '1761437073', '2025-10-26', '1761438876', '', 'PAID', '220000', '1761437098', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (609, 'Tripay', '523125-251006140', 'INDOMARET', '', '180', '1800037', '251006140', 'T920727901890XQQN0', 'https://tripay.co.id/checkout/T920727901890XQQN0', '1761441066', '2025-10-26', '1761459066', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (610, 'Tripay', '830618-251006180', 'QRIS2', '', '220', '1800082', '251006180', 'T920727902218K3UN5', 'https://tripay.co.id/checkout/T920727902218K3UN5', '1761442265', '2025-10-26', '1761444067', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (611, 'Tripay', '566297-251006180', 'QRIS2', '', '220', '1800082', '251006180', 'T920727902263KF0DA', 'https://tripay.co.id/checkout/T920727902263KF0DA', '1761442411', '2025-10-26', '1761444214', '', 'PAID', '220000', '1761442499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (612, 'Tripay', '514122-251006229', 'INDOMARET', '', '269', '220612165039', '251006229', 'T920727902635IQD6P', 'https://tripay.co.id/checkout/T920727902635IQD6P', '1761443814', '2025-10-26', '1761461814', '', 'PAID', '220000', '1761444690', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (613, 'Tripay', '965590-251006018', 'INDOMARET', '', '17', '600031', '251006018', 'T920727902689I6TQP', 'https://tripay.co.id/checkout/T920727902689I6TQP', '1761443990', '2025-10-26', '1761461990', '', 'PAID', '165000', '1761444179', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (614, 'Tripay', '21189-251007010', 'INDOMARET', '', '938', '220320102831', '251007010', 'T920727902698SV2JU', 'https://tripay.co.id/checkout/T920727902698SV2JU', '1761444029', '2025-10-26', '1761462028', '', 'PAID', '220395', '1761444615', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (615, 'Tripay', '85118-251026001', 'INDOMARET', '', '938', '220320102831', '251026001', 'T920727902941VMT5Q', 'https://tripay.co.id/checkout/T920727902941VMT5Q', '1761444772', '2025-10-26', '1761462771', '', 'PAID', '220127', '1761444948', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (616, 'Tripay', '895265-251006041', 'BRIVA', '', '41', '220127014457', '251006041', 'T920727903145KLTW7', 'https://tripay.co.id/checkout/T920727903145KLTW7', '1761445415', '2025-10-26', '1761463409', '', 'UNPAID', '200000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (617, 'Tripay', '619910-251006041', 'INDOMARET', '', '41', '220127014457', '251006041', 'T920727903151PYHVQ', 'https://tripay.co.id/checkout/T920727903151PYHVQ', '1761445438', '2025-10-26', '1761463438', '', 'UNPAID', '200000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (618, 'Tripay', '942766-251006041', 'INDOMARET', '', '41', '220127014457', '251006041', 'T920727903232AKSW2', 'https://tripay.co.id/checkout/T920727903232AKSW2', '1761445683', '2025-10-26', '1761463682', '', 'PAID', '200000', '1761445778', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (619, 'Tripay', '373645-251006140', 'QRIS2', '', '180', '1800037', '251006140', 'T920727903836MYLBD', 'https://tripay.co.id/checkout/T920727903836MYLBD', '1761447829', '2025-10-26', '1761449631', '', 'PAID', '165000', '1761448558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (620, 'Tripay', '553106-251006012', 'INDOMARET', '', '10', '600042', '251006012', 'T920727904237AHFLQ', 'https://tripay.co.id/checkout/T920727904237AHFLQ', '1761449333', '2025-10-26', '1761467332', '', 'PAID', '220431', '1761449959', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (621, 'Tripay', '670398-251006365', 'QRIS2', '', '405', '1700033', '251006365', 'T920727905279QCKZK', 'https://tripay.co.id/checkout/T920727905279QCKZK', '1761453048', '2025-10-26', '1761454851', '', 'PAID', '220000', '1761453077', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (622, 'Tripay', '253088-251006029', 'QRIS2', '', '29', '1600002', '251006029', 'T920727905294FTRT0', 'https://tripay.co.id/checkout/T920727905294FTRT0', '1761453106', '2025-10-26', '1761454908', '', 'PAID', '220000', '1761453140', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (623, 'Tripay', '637265-251007069', 'INDOMARET', '', '998', '221001182850', '251007069', 'T9207279110417KJ0T', 'https://tripay.co.id/checkout/T9207279110417KJ0T', '1761473911', '2025-10-26', '1761491911', '', 'PAID', '220564', '1761474750', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (624, 'Tripay', '194341-251006139', 'INDOMARET', '', '179', '1800035', '251006139', 'T920727912040BUA8X', 'https://tripay.co.id/checkout/T920727912040BUA8X', '1761477003', '2025-10-26', '1761495003', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (625, 'Tripay', '907068-251006647', 'QRIS2', '', '687', '2000040', '251006647', 'T920727914116NTEX5', 'https://tripay.co.id/checkout/T920727914116NTEX5', '1761483371', '2025-10-26', '1761485174', '', 'PAID', '220000', '1761483431', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (626, 'Tripay', '85901-251006116', 'INDOMARET', '', '156', '1800009', '251006116', 'T9207279149036JDIJ', 'https://tripay.co.id/checkout/T9207279149036JDIJ', '1761485619', '2025-10-26', '1761503619', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (627, 'Tripay', '310559-251006285', 'INDOMARET', '', '325', '1400012', '251006285', 'T92072791585802BNW', 'https://tripay.co.id/checkout/T92072791585802BNW', '1761488501', '2025-10-26', '1761506500', '', 'PAID', '220000', '1761488869', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (628, 'Tripay', '993162-251006006', 'INDOMARET', '', '2', '220319181539', '251006006', 'T920727916764MRBQW', 'https://tripay.co.id/checkout/T920727916764MRBQW', '1761492235', '2025-10-26', '1761510234', '', 'PAID', '220000', '1761492332', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (629, 'Tripay', '279271-251006116', 'INDOMARET', '', '156', '1800009', '251006116', 'T920727921081QXR64', 'https://tripay.co.id/checkout/T920727921081QXR64', '1761529987', '2025-10-27', '1761547987', '', 'PAID', '165000', '1761530217', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (630, 'Tripay', '985993-251006139', 'INDOMARET', '', '179', '1800035', '251006139', 'T920727921644GW86J', 'https://tripay.co.id/checkout/T920727921644GW86J', '1761532004', '2025-10-27', '1761550003', '', 'PAID', '165000', '1761532087', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (631, 'Tripay', '825063-251027001', 'QRIS2', '', '1130', '8300001', '251027001', 'T920727922333K6S9J', 'https://tripay.co.id/checkout/T920727922333K6S9J', '1761534485', '2025-10-27', '1761536288', '', 'UNPAID', '220627', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (632, 'Tripay', '982777-251027002', 'INDOMARET', '', '1131', '81200002', '251027002', 'T9207279268356IL6O', 'https://tripay.co.id/checkout/T9207279268356IL6O', '1761551787', '2025-10-27', '1761569786', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (633, 'Tripay', '156448-251027001', 'QRIS2', '', '1130', '8300001', '251027001', 'T920727929040IZXR4', 'https://tripay.co.id/checkout/T920727929040IZXR4', '1761560167', '2025-10-27', '1761561970', '', 'UNPAID', '220627', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (634, 'Tripay', '514308-251027001', 'QRIS2', '', '1130', '8300001', '251027001', 'T920727929335RNQ2J', 'https://tripay.co.id/checkout/T920727929335RNQ2J', '1761561260', '2025-10-27', '1761563063', '', 'UNPAID', '220627', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (635, 'Tripay', '711395-251006035', 'INDOMARET', '', '35', '3400001', '251006035', 'T920727930259ZKHCK', 'https://tripay.co.id/checkout/T920727930259ZKHCK', '1761564326', '2025-10-27', '1761582325', '', 'PAID', '165000', '1761571465', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (636, 'Tripay', '599952-251027001', 'QRIS2', '', '1130', '8300001', '251027001', 'T9207279320875ETRQ', 'https://tripay.co.id/checkout/T9207279320875ETRQ', '1761569773', '2025-10-27', '1761571576', '', 'PAID', '220627', '1761569881', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (637, 'Tripay', '154416-251008004', 'QRIS2', '', '1097', '220225071922', '251008004', 'T920727933216WVIC6', 'https://tripay.co.id/checkout/T920727933216WVIC6', '1761573351', '2025-10-27', '1761575154', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (638, 'Tripay', '118600-251008004', 'QRIS2', '', '1097', '220225071922', '251008004', 'T920727933225IBTFZ', 'https://tripay.co.id/checkout/T920727933225IBTFZ', '1761573394', '2025-10-27', '1761575197', '', 'PAID', '220000', '1761573488', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (639, 'Tripay', '516411-251006261', 'QRIS2', '', '301', '1300007', '251006261', 'T9207279361397C1GY', 'https://tripay.co.id/checkout/T9207279361397C1GY', '1761596197', '2025-10-28', '1761598000', '', 'PAID', '220000', '1761596230', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (640, 'Tripay', '150100-251006031', 'BRIVA', '', '31', '500031', '251006031', 'T920727938380HJDFY', 'https://tripay.co.id/checkout/T920727938380HJDFY', '1761614288', '2025-10-28', '1761632283', '', 'PAID', '165000', '1761614330', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (641, 'Tripay', '893898-251007103', 'BRIVA', '', '1032', '221128130270', '251007103', 'T920727938954HYEMQ', 'https://tripay.co.id/checkout/T920727938954HYEMQ', '1761616553', '2025-10-28', '1761634547', '', 'UNPAID', '220251', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (642, 'Tripay', '940178-251028002', 'INDOMARET', '', '1133', '81500002', '251028002', 'T920727945430V1EVJ', 'https://tripay.co.id/checkout/T920727945430V1EVJ', '1761639633', '2025-10-28', '1761657632', '', 'UNPAID', '220520', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (643, 'Tripay', '150261-251006132', 'QRIS2', '', '172', '1800027', '251006132', 'T920727946393MXT8C', 'https://tripay.co.id/checkout/T920727946393MXT8C', '1761643374', '2025-10-28', '1761645175', '', 'PAID', '165000', '1761643444', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (644, 'Tripay', '863303-251006090', 'INDOMARET', '', '90', '1200017', '251006090', 'T920727946473TZ7X6', 'https://tripay.co.id/checkout/T920727946473TZ7X6', '1761643626', '2025-10-28', '1761661625', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (645, 'Tripay', '35144-251006090', 'INDOMARET', '', '90', '1200017', '251006090', 'T920727946492IIE2V', 'https://tripay.co.id/checkout/T920727946492IIE2V', '1761643709', '2025-10-28', '1761661709', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (646, 'Tripay', '538327-251006090', 'INDOMARET', '', '90', '1200017', '251006090', 'T920727946515GHYPG', 'https://tripay.co.id/checkout/T920727946515GHYPG', '1761643834', '2025-10-28', '1761661833', '', 'PAID', '165000', '1761643929', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (647, 'Tripay', '90382-250930086', 'INDOMARET', '', '286', '221128130265', '250930086', 'T9207279475914PUVH', 'https://tripay.co.id/checkout/T9207279475914PUVH', '1761647728', '2025-10-28', '1761665728', '', 'PAID', '165000', '1761647774', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (648, 'Tripay', '563779-251006688', 'MANDIRIVA', '', '728', '2000084', '251006688', 'T920727950694IHUOV', 'https://tripay.co.id/checkout/T920727950694IHUOV', '1761657096', '2025-10-28', '1761675091', '', 'PAID', '165000', '1761657131', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (649, 'Tripay', '796366-251006861', 'QRIS2', '', '901', '2800003', '251006861', 'T9207279586277EO1J', 'https://tripay.co.id/checkout/T9207279586277EO1J', '1761707751', '2025-10-29', '1761709555', '', 'PAID', '220000', '1761707804', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (650, 'Tripay', '295341-251006804', 'QRIS2', '', '844', '2400010', '251006804', 'T920727975726E45TZ', 'https://tripay.co.id/checkout/T920727975726E45TZ', '1761791988', '2025-10-30', '1761793792', '', 'PAID', '220000', '1761792077', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (651, 'Tripay', '831978-251031001', 'INDOMARET', '', '1134', '82700001', '251031001', 'T920727994971KJI7J', 'https://tripay.co.id/checkout/T920727994971KJI7J', '1761884187', '2025-10-31', '1761902187', '', 'UNPAID', '220606', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (652, 'Tripay', '215673-251031001', 'BRIVA', '', '1134', '82700001', '251031001', 'T920728001483PFOZE', 'https://tripay.co.id/checkout/T920728001483PFOZE', '1761908435', '2025-10-31', '1761926429', '', 'UNPAID', '220606', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (653, 'Tripay', '566452-251006339', 'ALFAMART', '', '379', '1700005', '251006339', 'T920728002422HF7FT', 'https://tripay.co.id/checkout/T920728002422HF7FT', '1761911415', '2025-10-31', '1761929415', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (654, 'Tripay', '87601-251031001', 'BRIVA', '', '1134', '82700001', '251031001', 'T920728002680ACLBK', 'https://tripay.co.id/checkout/T920728002680ACLBK', '1761912225', '2025-10-31', '1761930218', '', 'PAID', '220606', '1761913198', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (655, 'Tripay', '141162-251101388', 'INDOMARET', '', '433', '82000001', '251101388', 'T920728009295MCOIX', 'https://tripay.co.id/checkout/T920728009295MCOIX', '1761946758', '2025-11-01', '1761964757', '', 'UNPAID', '220352', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (656, 'Tripay', '739621-251101664', 'BRIVA', '', '709', '2000063', '251101664', 'T9207280094546U0JP', 'https://tripay.co.id/checkout/T9207280094546U0JP', '1761947637', '2025-11-01', '1761965636', '', 'PAID', '220138', '1761947693', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (657, 'Tripay', '701418-251101571', 'QRIS2', '', '616', '1900002', '251101571', 'T920728009467VMB7K', 'https://tripay.co.id/checkout/T920728009467VMB7K', '1761947700', '2025-11-01', '1761949504', '', 'PAID', '220467', '1761947753', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (658, 'Tripay', '230683-251101693', 'QRIS2', '', '738', '2000095', '251101693', 'T920728009510CUPGM', 'https://tripay.co.id/checkout/T920728009510CUPGM', '1761947952', '2025-11-01', '1761949756', '', 'PAID', '220435', '1761948005', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (659, 'Tripay', '789058-251101518', 'QRIS2', '', '563', '500032', '251101518', 'T920728009620IMLOV', 'https://tripay.co.id/checkout/T920728009620IMLOV', '1761948510', '2025-11-01', '1761950315', '', 'PAID', '165914', '1761948639', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (660, 'Tripay', '591888-251101439', 'MANDIRIVA', '', '484', '200046', '251101439', 'T920728010057QRETY', 'https://tripay.co.id/checkout/T920728010057QRETY', '1761950250', '2025-11-01', '1761968249', '', 'UNPAID', '220997', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (661, 'Tripay', '431765-251101691', 'QRIS2', '', '736', '2000093', '251101691', 'T920728010099BWSYZ', 'https://tripay.co.id/checkout/T920728010099BWSYZ', '1761950365', '2025-11-01', '1761952170', '', 'PAID', '220966', '1761950429', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (662, 'Tripay', '827335-251101439', 'QRIS2', '', '484', '200046', '251101439', 'T920728010120JD0ZM', 'https://tripay.co.id/checkout/T920728010120JD0ZM', '1761950438', '2025-11-01', '1761952243', '', 'PAID', '220997', '1761950553', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (663, 'Tripay', '214604-251101678', 'QRIS2', '', '723', '2000077', '251101678', 'T920728010272WNKTV', 'https://tripay.co.id/checkout/T920728010272WNKTV', '1761950892', '2025-11-01', '1761952696', '', 'PAID', '220648', '1761950931', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (664, 'Tripay', '771461-251101095', 'QRIS2', '', '100', '1200028', '251101095', 'T920728010280CDGXI', 'https://tripay.co.id/checkout/T920728010280CDGXI', '1761950916', '2025-11-01', '1761952720', '', 'PAID', '220883', '1761950997', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (665, 'Tripay', '854187-251101757', 'QRIS2', '', '802', '2000164', '251101757', 'T9207280104262GOKE', 'https://tripay.co.id/checkout/T9207280104262GOKE', '1761951374', '2025-11-01', '1761953179', '', 'UNPAID', '220359', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (666, 'Tripay', '340904-251101757', 'QRIS2', '', '802', '2000164', '251101757', 'T920728010437LIZVX', 'https://tripay.co.id/checkout/T920728010437LIZVX', '1761951389', '2025-11-01', '1761953194', '', 'PAID', '220359', '1761951454', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (667, 'Tripay', '17064-251101064', 'INDOMARET', '', '69', '1100027', '251101064', 'T9207280106222TLP5', 'https://tripay.co.id/checkout/T9207280106222TLP5', '1761951869', '2025-11-01', '1761969869', '', 'UNPAID', '165824', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (668, 'Tripay', '576543-251101064', 'INDOMARET', '', '69', '1100027', '251101064', 'T920728010656KE7VT', 'https://tripay.co.id/checkout/T920728010656KE7VT', '1761951938', '2025-11-01', '1761969938', '', 'PAID', '165824', '1761952064', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (669, 'Tripay', '765485-251101880', 'QRIS2', '', '925', '4100009', '251101880', 'T920728011122WNUOG', 'https://tripay.co.id/checkout/T920728011122WNUOG', '1761953165', '2025-11-01', '1761954970', '', 'PAID', '220722', '1761953221', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (670, 'Tripay', '556954-251101786', 'QRIS2', '', '831', '2300003', '251101786', 'T9207280111677JD03', 'https://tripay.co.id/checkout/T9207280111677JD03', '1761953263', '2025-11-01', '1761955067', '', 'PAID', '165751', '1761953352', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (671, 'Tripay', '307607-251101970', 'QRIS2', '', '1022', '221128130258', '251101970', 'T9207280113410KWNX', 'https://tripay.co.id/checkout/T9207280113410KWNX', '1761953643', '2025-11-01', '1761955448', '', 'PAID', '220972', '1761953725', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (672, 'Tripay', '218382-251101137', 'QRIS2', '', '182', '1800040', '251101137', 'T920728011514SRENQ', 'https://tripay.co.id/checkout/T920728011514SRENQ', '1761954029', '2025-11-01', '1761955833', '', 'PAID', '220949', '1761954191', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (673, 'Tripay', '584208-251101388', 'INDOMARET', '', '433', '82000001', '251101388', 'T920728012378M0A4I', 'https://tripay.co.id/checkout/T920728012378M0A4I', '1761955833', '2025-11-01', '1761973832', '', 'UNPAID', '220352', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (674, 'Tripay', '319583-251101808', 'QRIS2', '', '853', '2500005', '251101808', 'T920728012657FLJNH', 'https://tripay.co.id/checkout/T920728012657FLJNH', '1761956540', '2025-11-01', '1761958344', '', 'PAID', '220603', '1761956573', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (675, 'Tripay', '538111-251101718', 'BRIVA', '', '763', '2000120', '251101718', 'T920728012917TEFFP', 'https://tripay.co.id/checkout/T920728012917TEFFP', '1761957102', '2025-11-01', '1761975101', '', 'PAID', '220028', '1761957170', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (676, 'Tripay', '111610-251101815', 'BRIVA', '', '860', '2500012', '251101815', 'T920728013154DYSMV', 'https://tripay.co.id/checkout/T920728013154DYSMV', '1761957632', '2025-11-01', '1761975631', '', 'PAID', '220382', '1761957671', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (677, 'Tripay', '54907-251102047', 'MANDIRIVA', '', '1099', '5100002', '251102047', 'T920728013529CJOMC', 'https://tripay.co.id/checkout/T920728013529CJOMC', '1761958324', '2025-11-01', '1761976324', '', 'PAID', '220000', '1761958696', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (678, 'Tripay', '869464-251101552', 'QRIS2', '', '597', '1100033', '251101552', 'T920728013726NBBKT', 'https://tripay.co.id/checkout/T920728013726NBBKT', '1761958670', '2025-11-01', '1761960475', '', 'PAID', '220560', '1761958739', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (679, 'Tripay', '230262-251101860', 'BRIVA', '', '905', '2900003', '251101860', 'T920728014105HNW5Y', 'https://tripay.co.id/checkout/T920728014105HNW5Y', '1761959392', '2025-11-01', '1761977391', '', 'PAID', '220494', '1761960038', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (680, 'Tripay', '657536-251101565', 'QRIS2', '', '610', '1500026', '251101565', 'T920728014253NNJF3', 'https://tripay.co.id/checkout/T920728014253NNJF3', '1761959618', '2025-11-01', '1761961422', '', 'PAID', '220556', '1761959688', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (681, 'Tripay', '114277-251101430', 'BRIVA', '', '475', '200037', '251101430', 'T920728014553HOWEK', 'https://tripay.co.id/checkout/T920728014553HOWEK', '1761960102', '2025-11-01', '1761978102', '', 'PAID', '165454', '1761960281', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (682, 'Tripay', '64757-251101882', 'BNIVA', '', '927', '4200002', '251101882', 'T920728014583JZKCO', 'https://tripay.co.id/checkout/T920728014583JZKCO', '1761960141', '2025-11-01', '1761978141', '', 'PAID', '220448', '1761960183', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (683, 'Tripay', '954353-251101146', 'INDOMARET', '', '191', '1800049', '251101146', 'T920728015323LMLUW', 'https://tripay.co.id/checkout/T920728015323LMLUW', '1761961383', '2025-11-01', '1761979382', '', 'PAID', '165116', '1761961586', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (684, 'Tripay', '556638-251101844', 'INDOMARET', '', '889', '2600004', '251101844', 'T920728015621B3TZR', 'https://tripay.co.id/checkout/T920728015621B3TZR', '1761961890', '2025-11-01', '1761979889', '', 'UNPAID', '220413', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (685, 'Tripay', '402657-251101844', 'INDOMARET', '', '889', '2600004', '251101844', 'T920728016475CEC1N', 'https://tripay.co.id/checkout/T920728016475CEC1N', '1761963166', '2025-11-01', '1761981166', '', 'PAID', '220413', '1761963268', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (686, 'Tripay', '93929-251101614', 'QRIS2', '', '659', '2000011', '251101614', 'T9207280166404QQ4S', 'https://tripay.co.id/checkout/T9207280166404QQ4S', '1761963410', '2025-11-01', '1761965214', '', 'PAID', '200458', '1761963450', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (687, 'Tripay', '931790-251101388', 'INDOMARET', '', '433', '82000001', '251101388', 'T920728017024JY41K', 'https://tripay.co.id/checkout/T920728017024JY41K', '1761963921', '2025-11-01', '1761981920', '', 'UNPAID', '220352', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (688, 'Tripay', '239081-251101440', 'BRIVA', '', '485', '200047', '251101440', 'T920728018451WJMOE', 'https://tripay.co.id/checkout/T920728018451WJMOE', '1761965875', '2025-11-01', '1761983864', '', 'PAID', '220566', '1761966604', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (689, 'Tripay', '744687-251102040', 'QRIS2', '', '1092', '8400001', '251102040', 'T920728018862OQTTN', 'https://tripay.co.id/checkout/T920728018862OQTTN', '1761966522', '2025-11-01', '1761968327', '', 'UNPAID', '220253', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (690, 'Tripay', '457353-251102078', 'QRIS2', '', '1135', '81600003', '251102078', 'T920728019536RB5H7', 'https://tripay.co.id/checkout/T920728019536RB5H7', '1761967689', '2025-11-01', '1761969494', '', 'UNPAID', '290606', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (691, 'Tripay', '503713-251101450', 'QRIS2', '', '495', '300008', '251101450', 'T920728019884NNC4D', 'https://tripay.co.id/checkout/T920728019884NNC4D', '1761968292', '2025-11-01', '1761970096', '', 'PAID', '220444', '1761968348', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (692, 'Tripay', '589673-251101159', 'BNIVA', '', '204', '1800065', '251101159', 'T920728020382XSNNA', 'https://tripay.co.id/checkout/T920728020382XSNNA', '1761969068', '2025-11-01', '1761987063', '', 'PAID', '165081', '1761969156', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (693, 'Tripay', '629096-251101336', 'MANDIRIVA', '', '381', '1700008', '251101336', 'T920728021330YTCNL', 'https://tripay.co.id/checkout/T920728021330YTCNL', '1761970569', '2025-11-01', '1761988557', '', 'UNPAID', '220024', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (694, 'Tripay', '955255-251101707', 'BRIVA', '', '752', '2000109', '251101707', 'T920728022312619CE', 'https://tripay.co.id/checkout/T920728022312619CE', '1761972061', '2025-11-01', '1761990055', '', 'PAID', '220758', '1761972776', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (695, 'Tripay', '694628-251101389', 'INDOMARET', '', '434', '81800001', '251101389', 'T920728022356Z5X6T', 'https://tripay.co.id/checkout/T920728022356Z5X6T', '1761972128', '2025-11-01', '1761990128', '', 'UNPAID', '290423', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (696, 'Tripay', '943543-251101813', 'BNIVA', '', '858', '2500010', '251101813', 'T920728024668V2PZL', 'https://tripay.co.id/checkout/T920728024668V2PZL', '1761975991', '2025-11-01', '1761993985', '', 'UNPAID', '220453', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (697, 'Tripay', '528959-251101813', 'BNIVA', '', '858', '2500010', '251101813', 'T920728024728FGINN', 'https://tripay.co.id/checkout/T920728024728FGINN', '1761976115', '2025-11-01', '1761994114', '', 'PAID', '220453', '1761976181', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (698, 'Tripay', '717886-251101818', 'QRIS2', '', '863', '2500015', '251101818', 'T920728027044OWYW0', 'https://tripay.co.id/checkout/T920728027044OWYW0', '1761980682', '2025-11-01', '1761982487', '', 'PAID', '220124', '1761980778', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (699, 'Tripay', '658796-251101871', 'QRIS2', '', '916', '3500001', '251101871', 'T920728027320GMNCC', 'https://tripay.co.id/checkout/T920728027320GMNCC', '1761981247', '2025-11-01', '1761983052', '', 'PAID', '220169', '1761981284', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (700, 'Tripay', '466937-251101831', 'QRIS', '', '876', '2500028', '251101831', 'T920728028735DAYSU', 'https://tripay.co.id/checkout/T920728028735DAYSU', '1761984205', '2025-11-01', '1761986010', '', 'PAID', '165620', '1761984312', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (701, 'Tripay', '901343-251101855', 'ALFAMART', '', '900', '2800002', '251101855', 'T920728029996YGNGJ', 'https://tripay.co.id/checkout/T920728029996YGNGJ', '1761986602', '2025-11-01', '1762004602', '', 'PAID', '220861', '1761986719', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (702, 'Tripay', '32874-251101989', 'BRIVA', '', '1041', '221128130284', '251101989', 'T920728030738OYP8K', 'https://tripay.co.id/checkout/T920728030738OYP8K', '1761988158', '2025-11-01', '1762006153', '', 'PAID', '220010', '1761988187', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (703, 'Tripay', '594726-251006339', 'INDOMARET', '', '379', '1700005', '251006339', 'T920728030836JUIDC', 'https://tripay.co.id/checkout/T920728030836JUIDC', '1761988341', '2025-11-01', '1762006340', '', 'PAID', '220000', '1762001625', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (704, 'Tripay', '67656-251101475', 'BRIVA', '', '520', '300034', '251101475', 'T920728031477PYMMZ', 'https://tripay.co.id/checkout/T920728031477PYMMZ', '1761989851', '2025-11-01', '1762007846', '', 'PAID', '220680', '1761989897', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (705, 'Tripay', '464860-251101176', 'INDOMARET', '', '221', '1800083', '251101176', 'T920728031623ILHY8', 'https://tripay.co.id/checkout/T920728031623ILHY8', '1761990200', '2025-11-01', '1762008200', '', 'PAID', '165710', '1761990447', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (706, 'Tripay', '230010-251101057', 'QRIS2', '', '62', '1100019', '251101057', 'T920728032174ZZUPB', 'https://tripay.co.id/checkout/T920728032174ZZUPB', '1761991214', '2025-11-01', '1761993018', '', 'PAID', '165015', '1761991284', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (707, 'Tripay', '418873-251101208', 'QRIS2', '', '253', '220518183987', '251101208', 'T920728032231QM7WQ', 'https://tripay.co.id/checkout/T920728032231QM7WQ', '1761991339', '2025-11-01', '1761993144', '', 'PAID', '165438', '1761991366', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (708, 'Tripay', '198513-251101097', 'QRIS2', '', '102', '1200030', '251101097', 'T920728032587YDXT9', 'https://tripay.co.id/checkout/T920728032587YDXT9', '1761991944', '2025-11-01', '1761993748', '', 'PAID', '165692', '1761991999', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (709, 'Tripay', '889823-251101717', 'MANDIRIVA', '', '762', '2000119', '251101717', 'T920728033139JQJFG', 'https://tripay.co.id/checkout/T920728033139JQJFG', '1761993016', '2025-11-01', '1762011011', '', 'PAID', '220997', '1761993135', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (710, 'Tripay', '515674-251101481', 'INDOMARET', '', '526', '400004', '251101481', 'T9207280354707GJQS', 'https://tripay.co.id/checkout/T9207280354707GJQS', '1761997039', '2025-11-01', '1762015038', '', 'UNPAID', '165812', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (711, 'Tripay', '670860-251101481', 'INDOMARET', '', '526', '400004', '251101481', 'T9207280357362BLJ3', 'https://tripay.co.id/checkout/T9207280357362BLJ3', '1761997481', '2025-11-01', '1762015481', '', 'PAID', '165812', '1761997600', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (712, 'Tripay', '471431-251101777', 'BNIVA', '', '822', '2100010', '251101777', 'T9207280372576XRMX', 'https://tripay.co.id/checkout/T9207280372576XRMX', '1762000046', '2025-11-01', '1762018036', '', 'PAID', '220955', '1762000084', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (713, 'Tripay', '735848-251101521', 'INDOMARET', '', '566', '500035', '251101521', 'T920728038935QZTO6', 'https://tripay.co.id/checkout/T920728038935QZTO6', '1762002874', '2025-11-01', '1762020873', '', 'PAID', '165519', '1762003306', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (714, 'Tripay', '785643-251101593', 'MANDIRIVA', '', '638', '1900024', '251101593', 'T920728039151VWUPP', 'https://tripay.co.id/checkout/T920728039151VWUPP', '1762003281', '2025-11-01', '1762021275', '', 'UNPAID', '220959', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (715, 'Tripay', '718213-251101829', 'QRIS2', '', '874', '2500026', '251101829', 'T920728040235XJJ8A', 'https://tripay.co.id/checkout/T920728040235XJJ8A', '1762005641', '2025-11-01', '1762007446', '', 'PAID', '220845', '1762005717', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (716, 'Tripay', '649955-251101371', 'ALFAMART', '', '416', '1700044', '251101371', 'T920728040381ZFU2G', 'https://tripay.co.id/checkout/T920728040381ZFU2G', '1762005970', '2025-11-01', '1762023970', '', 'UNPAID', '165024', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (717, 'Tripay', '357239-251101595', 'BNIVA', '', '640', '1900026', '251101595', 'T9207280407046U8IS', 'https://tripay.co.id/checkout/T9207280407046U8IS', '1762006623', '2025-11-01', '1762024617', '', 'PAID', '220076', '1762006832', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (718, 'Tripay', '279144-251101371', 'QRIS2', '', '416', '1700044', '251101371', 'T9207280409767RN8S', 'https://tripay.co.id/checkout/T9207280409767RN8S', '1762007286', '2025-11-01', '1762009091', '', 'PAID', '165024', '1762007504', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (719, 'Tripay', '825203-251101485', 'QRIS2', '', '530', '400008', '251101485', 'T920728042907NNUUT', 'https://tripay.co.id/checkout/T920728042907NNUUT', '1762013332', '2025-11-01', '1762015136', '', 'PAID', '220988', '1762013497', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (720, 'Tripay', '189330-251101634', 'QRIS2', '', '679', '2000031', '251101634', 'T920728044154CAPPL', 'https://tripay.co.id/checkout/T920728044154CAPPL', '1762019791', '2025-11-02', '1762021596', '', 'PAID', '165358', '1762019841', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (721, 'Tripay', '822152-251101390', 'BRIVA', '', '435', '81600001', '251101390', 'T920728047480MKP7F', 'https://tripay.co.id/checkout/T920728047480MKP7F', '1762043018', '2025-11-02', '1762061013', '', 'PAID', '220960', '1762043144', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (722, 'Tripay', '754307-251101125', 'BRIVA', '', '170', '1800025', '251101125', 'T920728048429AEU2Y', 'https://tripay.co.id/checkout/T920728048429AEU2Y', '1762045679', '2025-11-02', '1762063674', '', 'PAID', '165889', '1762045740', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (723, 'Tripay', '930768-251101421', 'QRIS2', '', '466', '200025', '251101421', 'T920728048584S3S8N', 'https://tripay.co.id/checkout/T920728048584S3S8N', '1762046029', '2025-11-02', '1762047834', '', 'PAID', '165768', '1762046061', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (724, 'Tripay', '917420-251101468', 'QRIS2', '', '513', '300027', '251101468', 'T920728049300EF0OS', 'https://tripay.co.id/checkout/T920728049300EF0OS', '1762047419', '2025-11-02', '1762049224', '', 'PAID', '220019', '1762047475', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (725, 'Tripay', '924066-251101100', 'BRIVA', '', '105', '1200033', '251101100', 'T920728049852NV96T', 'https://tripay.co.id/checkout/T920728049852NV96T', '1762048519', '2025-11-02', '1762066512', '', 'PAID', '220259', '1762048624', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (726, 'Tripay', '445704-251101353', 'QRIS2', '', '398', '1700026', '251101353', 'T920728050379GCFPV', 'https://tripay.co.id/checkout/T920728050379GCFPV', '1762049532', '2025-11-02', '1762051337', '', 'PAID', '220232', '1762049586', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (727, 'Tripay', '497120-251101284', 'BRIVA', '', '329', '1400016', '251101284', 'T92072805048096IAQ', 'https://tripay.co.id/checkout/T92072805048096IAQ', '1762049725', '2025-11-02', '1762067719', '', 'PAID', '220916', '1762049789', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (728, 'Tripay', '350841-251101585', 'INDOMARET', '', '630', '1900016', '251101585', 'T920728050568PVGRN', 'https://tripay.co.id/checkout/T920728050568PVGRN', '1762049865', '2025-11-02', '1762067864', '', 'PAID', '220954', '1762049917', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (729, 'Tripay', '469770-251101697', 'QRIS2', '', '742', '2000099', '251101697', 'T920728050781FYNQV', 'https://tripay.co.id/checkout/T920728050781FYNQV', '1762050302', '2025-11-02', '1762052106', '', 'PAID', '220277', '1762050343', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (730, 'Tripay', '549380-251101601', 'INDOMARET', '', '646', '1900032', '251101601', 'T920728051628NUH3O', 'https://tripay.co.id/checkout/T920728051628NUH3O', '1762051907', '2025-11-02', '1762069906', '', 'PAID', '165075', '1762051972', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (731, 'Tripay', '310564-251101671', 'BRIVA', '', '716', '2000070', '251101671', 'T920728053104BSVMD', 'https://tripay.co.id/checkout/T920728053104BSVMD', '1762054894', '2025-11-02', '1762072889', '', 'PAID', '220321', '1762054972', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (732, 'Tripay', '843430-251101455', 'PERMATAVA', '', '500', '300014', '251101455', 'T920728053115SI0KA', 'https://tripay.co.id/checkout/T920728053115SI0KA', '1762054928', '2025-11-02', '1762072928', '', 'PAID', '220653', '1762055034', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (733, 'Tripay', '366975-251101388', 'INDOMARET', '', '433', '82000001', '251101388', 'T920728054794VX5YB', 'https://tripay.co.id/checkout/T920728054794VX5YB', '1762058703', '2025-11-02', '1762076703', '', 'PAID', '220352', '1762059016', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (734, 'Tripay', '707410-251102061', 'QRIS2', '', '1116', '8200001', '251102061', 'T9207280554317GTSY', 'https://tripay.co.id/checkout/T9207280554317GTSY', '1762060177', '2025-11-02', '1762061982', '', 'UNPAID', '150000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (735, 'Tripay', '103690-251102061', 'QRIS2', '', '1116', '8200001', '251102061', 'T920728055460IM5V0', 'https://tripay.co.id/checkout/T920728055460IM5V0', '1762060258', '2025-11-02', '1762062062', '', 'PAID', '150000', '1762060313', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (736, 'Tripay', '580750-251101184', 'QRIS2', '', '229', '1800091', '251101184', 'T920728056924DNOTB', 'https://tripay.co.id/checkout/T920728056924DNOTB', '1762063389', '2025-11-02', '1762065194', '', 'PAID', '165823', '1762063468', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (737, 'Tripay', '582952-251101286', 'INDOMARET', '', '331', '1400018', '251101286', 'T920728059920NRDGH', 'https://tripay.co.id/checkout/T920728059920NRDGH', '1762070511', '2025-11-02', '1762088511', '', 'UNPAID', '220425', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (738, 'Tripay', '542601-251101286', 'INDOMARET', '', '331', '1400018', '251101286', 'T920728060056KBK5Q', 'https://tripay.co.id/checkout/T920728060056KBK5Q', '1762070802', '2025-11-02', '1762088801', '', 'PAID', '220425', '1762070953', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (739, 'Tripay', '248114-251101775', 'BRIVA', '', '820', '2100008', '251101775', 'T920728062082OVKA6', 'https://tripay.co.id/checkout/T920728062082OVKA6', '1762075637', '2025-11-02', '1762093630', '', 'PAID', '220850', '1762075667', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (740, 'Tripay', '48544-251102046', 'QRIS2', '', '1098', '5100001', '251102046', 'T9207280637974AZF8', 'https://tripay.co.id/checkout/T9207280637974AZF8', '1762079489', '2025-11-02', '1762081294', '', 'PAID', '220724', '1762079528', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (741, 'Tripay', '585580-251102048', 'QRIS2', '', '1100', '5100003', '251102048', 'T920728063836KPQFD', 'https://tripay.co.id/checkout/T920728063836KPQFD', '1762079580', '2025-11-02', '1762081385', '', 'PAID', '220271', '1762079599', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (742, 'Tripay', '152430-251101157', 'INDOMARET', '', '202', '1800062', '251101157', 'T920728063885LPYAG', 'https://tripay.co.id/checkout/T920728063885LPYAG', '1762079699', '2025-11-02', '1762097696', '', 'PAID', '165918', '1762080194', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (743, 'Tripay', '28377-251101846', 'QRIS2', '', '891', '2600006', '251101846', 'T920728063972H7F87', 'https://tripay.co.id/checkout/T920728063972H7F87', '1762079838', '2025-11-02', '1762081643', '', 'PAID', '220325', '1762079945', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (744, 'Tripay', '582340-251101925', 'BRIVA', '', '977', '220612165070', '251101925', 'T920728064223LJ8KR', 'https://tripay.co.id/checkout/T920728064223LJ8KR', '1762080347', '2025-11-02', '1762098339', '', 'PAID', '220603', '1762080450', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (745, 'Tripay', '69438-251101593', 'QRIS2', '', '638', '1900024', '251101593', 'T9207280656082IRMI', 'https://tripay.co.id/checkout/T9207280656082IRMI', '1762083012', '2025-11-02', '1762084817', '', 'PAID', '220959', '1762083101', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (746, 'Tripay', '876186-251101336', 'QRIS2', '', '381', '1700008', '251101336', 'T920728066115GBMLO', 'https://tripay.co.id/checkout/T920728066115GBMLO', '1762083921', '2025-11-02', '1762085726', '', 'UNPAID', '220024', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (747, 'Tripay', '429519-251101336', 'QRIS2', '', '381', '1700008', '251101336', 'T920728066154WBDKL', 'https://tripay.co.id/checkout/T920728066154WBDKL', '1762083988', '2025-11-02', '1762085793', '', 'UNPAID', '220024', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (748, 'Tripay', '274911-251101336', 'MANDIRIVA', '', '381', '1700008', '251101336', 'T920728066214Z7MSH', 'https://tripay.co.id/checkout/T920728066214Z7MSH', '1762084112', '2025-11-02', '1762102106', '', 'PAID', '220024', '1762084265', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (749, 'Tripay', '20180-251101389', 'MANDIRIVA', '', '434', '81800001', '251101389', 'T920728068732XPTJ4', 'https://tripay.co.id/checkout/T920728068732XPTJ4', '1762088706', '2025-11-02', '1762106700', '', 'PAID', '290423', '1762088856', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (750, 'Tripay', '104550-251101819', 'ALFAMART', '', '864', '2500016', '251101819', 'T920728069212FZDSJ', 'https://tripay.co.id/checkout/T920728069212FZDSJ', '1762089602', '2025-11-02', '1762107601', '', 'PAID', '220464', '1762089664', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (751, 'Tripay', '298074-251101361', 'QRIS2', '', '406', '1700034', '251101361', 'T9207280693796YS4A', 'https://tripay.co.id/checkout/T9207280693796YS4A', '1762089989', '2025-11-02', '1762091794', '', 'PAID', '220056', '1762090042', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (752, 'Tripay', '872016-251101499', 'MANDIRIVA', '', '544', '500012', '251101499', 'T920728070960AAFQE', 'https://tripay.co.id/checkout/T920728070960AAFQE', '1762094011', '2025-11-02', '1762112006', '', 'PAID', '220284', '1762094132', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (753, 'Tripay', '668450-251101180', 'MANDIRIVA', '', '225', '1800087', '251101180', 'T9207280731163FJXJ', 'https://tripay.co.id/checkout/T9207280731163FJXJ', '1762102945', '2025-11-03', '1762120940', '', 'PAID', '165204', '1762103096', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (754, 'Tripay', '158961-251101283', 'QRIS2', '', '328', '1400015', '251101283', 'T920728073994LA6NY', 'https://tripay.co.id/checkout/T920728073994LA6NY', '1762112746', '2025-11-03', '1762114551', '', 'PAID', '220300', '1762112833', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (755, 'Tripay', '734415-251101868', 'BNIVA', '', '913', '3100004', '251101868', 'T920728074318GL1HU', 'https://tripay.co.id/checkout/T920728074318GL1HU', '1762118624', '2025-11-03', '1762136618', '', 'PAID', '165552', '1762118679', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (756, 'Tripay', '606506-251101372', 'BRIVA', '', '417', '1700045', '251101372', 'T9207280747782IKSC', 'https://tripay.co.id/checkout/T9207280747782IKSC', '1762122473', '2025-11-03', '1762140468', '', 'PAID', '220989', '1762122517', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (757, 'Tripay', '887335-251101670', 'QRIS2', '', '715', '2000069', '251101670', 'T920728075399IQJI1', 'https://tripay.co.id/checkout/T920728075399IQJI1', '1762125410', '2025-11-03', '1762127216', '', 'PAID', '220537', '1762125517', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (758, 'Tripay', '70238-251101486', 'QRIS2', '', '531', '400009', '251101486', 'T9207280762812W4VP', 'https://tripay.co.id/checkout/T9207280762812W4VP', '1762128567', '2025-11-03', '1762130372', '', 'PAID', '220614', '1762128679', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (759, 'Tripay', '987299-251101415', 'INDOMARET', '', '460', '200019', '251101415', 'T920728076321S0CXJ', 'https://tripay.co.id/checkout/T920728076321S0CXJ', '1762128710', '2025-11-03', '1762146709', '', 'PAID', '220629', '1762129149', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (760, 'Tripay', '534291-251101994', 'QRIS2', '', '1046', '221128130290', '251101994', 'T920728076450YQXFG', 'https://tripay.co.id/checkout/T920728076450YQXFG', '1762129081', '2025-11-03', '1762130887', '', 'PAID', '220606', '1762129113', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (761, 'Tripay', '115379-251101826', 'BRIVA', '', '871', '2500023', '251101826', 'T920728077118KH95P', 'https://tripay.co.id/checkout/T920728077118KH95P', '1762130847', '2025-11-03', '1762148841', '', 'PAID', '220753', '1762131293', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (762, 'Tripay', '261869-251101509', 'INDOMARET', '', '554', '500022', '251101509', 'T920728077473CM2ZC', 'https://tripay.co.id/checkout/T920728077473CM2ZC', '1762131750', '2025-11-03', '1762149750', '', 'PAID', '165384', '1762140793', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (763, 'Tripay', '933118-251102080', 'INDOMARET', '', '1136', '81200003', '251102080', 'T920728081012K78WZ', 'https://tripay.co.id/checkout/T920728081012K78WZ', '1762138666', '2025-11-03', '1762156666', '', 'PAID', '100283', '1762148834', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (764, 'Tripay', '508940-251101641', 'QRIS2', '', '686', '2000039', '251101641', 'T920728082668RW8BT', 'https://tripay.co.id/checkout/T920728082668RW8BT', '1762141575', '2025-11-03', '1762143380', '', 'PAID', '220494', '1762141655', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (765, 'Tripay', '505126-251101319', 'INDOMARET', '', '364', '1600009', '251101319', 'T920728083531O9I1J', 'https://tripay.co.id/checkout/T920728083531O9I1J', '1762143082', '2025-11-03', '1762161081', '', 'PAID', '220597', '1762143162', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (766, 'Tripay', '699295-251101506', 'BRIVA', '', '551', '500019', '251101506', 'T920728083986VA3X9', 'https://tripay.co.id/checkout/T920728083986VA3X9', '1762143972', '2025-11-03', '1762161967', '', 'PAID', '220984', '1762144060', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (767, 'Tripay', '284457-251101001', 'QRIS2', '', '1', '3423423523525', '251101001', 'T920728084245QZ9CR', 'https://tripay.co.id/checkout/T920728084245QZ9CR', '1762144470', '2025-11-03', '1762146276', '', 'UNPAID', '220415', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (768, 'Tripay', '321038-251101487', 'INDOMARET', '', '532', '400010', '251101487', 'T920728084276FTFDT', 'https://tripay.co.id/checkout/T920728084276FTFDT', '1762144513', '2025-11-03', '1762162512', '', 'UNPAID', '220306', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (769, 'Tripay', '27552-251101325', 'MANDIRIVA', '', '370', '1600015', '251101325', 'T920728084598LUFED', 'https://tripay.co.id/checkout/T920728084598LUFED', '1762145203', '2025-11-03', '1762163197', '', 'PAID', '220347', '1762145346', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (770, 'Tripay', '324359-251101487', 'INDOMARET', '', '532', '400010', '251101487', 'T9207280910988OBFY', 'https://tripay.co.id/checkout/T9207280910988OBFY', '1762158510', '2025-11-03', '1762176509', '', 'PAID', '220306', '1762159601', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (771, 'Tripay', '199616-251101580', 'QRIS2', '', '625', '1900011', '251101580', 'T920728091729NQ4CC', 'https://tripay.co.id/checkout/T920728091729NQ4CC', '1762159837', '2025-11-03', '1762161642', '', 'UNPAID', '220732', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (772, 'Tripay', '418123-251101566', 'INDOMARET', '', '611', '1500027', '251101566', 'T920728091980THXQQ', 'https://tripay.co.id/checkout/T920728091980THXQQ', '1762160493', '2025-11-03', '1762178493', '', 'PAID', '220471', '1762160760', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (773, 'Tripay', '984933-251103002', 'QRIS2', '', '1138', '8200004', '251103002', 'T920728092394VIFJN', 'https://tripay.co.id/checkout/T920728092394VIFJN', '1762161431', '2025-11-03', '1762163236', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (774, 'Tripay', '127526-251101102', 'QRIS2', '', '107', '1200036', '251101102', 'T920728093746GQZ8H', 'https://tripay.co.id/checkout/T920728093746GQZ8H', '1762164215', '2025-11-03', '1762166020', '', 'PAID', '220658', '1762164249', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (775, 'Tripay', '526469-251101545', 'BNIVA', '', '590', '600044', '251101545', 'T920728094254Q7UEK', 'https://tripay.co.id/checkout/T920728094254Q7UEK', '1762165264', '2025-11-03', '1762183259', '', 'PAID', '220873', '1762165324', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (776, 'Tripay', '663732-251101461', 'BRIVA', '', '506', '300020', '251101461', 'T920728095507DPEGH', 'https://tripay.co.id/checkout/T920728095507DPEGH', '1762167619', '2025-11-03', '1762185613', '', 'PAID', '220876', '1762167847', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (777, 'Tripay', '72002-251101580', 'QRIS2', '', '625', '1900011', '251101580', 'T920728096919GTLNQ', 'https://tripay.co.id/checkout/T920728096919GTLNQ', '1762169996', '2025-11-03', '1762171802', '', 'PAID', '220732', '1762170124', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (778, 'Tripay', '570906-251101261', 'INDOMARET', '', '306', '1300012', '251101261', 'T920728098308VOUKS', 'https://tripay.co.id/checkout/T920728098308VOUKS', '1762172289', '2025-11-03', '1762190288', '', 'PAID', '220760', '1762172358', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (779, 'Tripay', '602758-251101873', 'QRIS2', '', '918', '4100002', '251101873', 'T9207281007027JJOE', 'https://tripay.co.id/checkout/T9207281007027JJOE', '1762176608', '2025-11-03', '1762178413', '', 'PAID', '220001', '1762176703', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (780, 'Tripay', '870841-251101367', 'QRIS2', '', '412', '1700040', '251101367', 'T920728101576NYQZ8', 'https://tripay.co.id/checkout/T920728101576NYQZ8', '1762178149', '2025-11-03', '1762179954', '', 'PAID', '220494', '1762178207', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (781, 'Tripay', '238792-251101548', 'QRIS2', '', '593', '600048', '251101548', 'T920728101628FHFQN', 'https://tripay.co.id/checkout/T920728101628FHFQN', '1762178281', '2025-11-03', '1762180086', '', 'PAID', '220283', '1762178329', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (782, 'Tripay', '23704-251101549', 'QRIS2', '', '594', '600049', '251101549', 'T9207281016657JBRY', 'https://tripay.co.id/checkout/T9207281016657JBRY', '1762178360', '2025-11-03', '1762180165', '', 'PAID', '220183', '1762178377', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (783, 'Tripay', '961419-251101419', 'QRIS2', '', '464', '200023', '251101419', 'T9207281022968W36L', 'https://tripay.co.id/checkout/T9207281022968W36L', '1762179997', '2025-11-03', '1762181802', '', 'PAID', '220417', '1762180031', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (784, 'Tripay', '759486-251101519', 'QRIS2', '', '564', '500033', '251101519', 'T920728103824EFR6V', 'https://tripay.co.id/checkout/T920728103824EFR6V', '1762186519', '2025-11-03', '1762188324', '', 'PAID', '165758', '1762186594', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (785, 'Tripay', '717371-251101262', 'QRIS2', '', '307', '1300013', '251101262', 'T9207281047903ZNQU', 'https://tripay.co.id/checkout/T9207281047903ZNQU', '1762193062', '2025-11-04', '1762194867', '', 'PAID', '220099', '1762193144', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (786, 'Tripay', '268655-251101330', 'BRIVA', '', '375', '1600021', '251101330', 'T920728105822CBIQT', 'https://tripay.co.id/checkout/T920728105822CBIQT', '1762207133', '2025-11-04', '1762225128', '', 'UNPAID', '220277', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (787, 'Tripay', '42646-251101330', 'BRIVA', '', '375', '1600021', '251101330', 'T920728105839SJMQ0', 'https://tripay.co.id/checkout/T920728105839SJMQ0', '1762207205', '2025-11-04', '1762225204', '', 'UNPAID', '220277', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (788, 'Tripay', '297313-251101330', 'BRIVA', '', '375', '1600021', '251101330', 'T9207281058514ER9R', 'https://tripay.co.id/checkout/T9207281058514ER9R', '1762207316', '2025-11-04', '1762225316', '', 'UNPAID', '220277', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (789, 'Tripay', '763909-251101463', 'MANDIRIVA', '', '508', '300022', '251101463', 'T920728106006XPW53', 'https://tripay.co.id/checkout/T920728106006XPW53', '1762208232', '2025-11-04', '1762226227', '', 'PAID', '220102', '1762208333', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (790, 'Tripay', '293957-251101558', 'QRIS2', '', '603', '1200040', '251101558', 'T920728106308RZEAU', 'https://tripay.co.id/checkout/T920728106308RZEAU', '1762209934', '2025-11-04', '1762211739', '', 'PAID', '220945', '1762210163', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (791, 'Tripay', '718906-251101079', 'QRIS2', '', '84', '1200011', '251101079', 'T920728106802DTYRF', 'https://tripay.co.id/checkout/T920728106802DTYRF', '1762212313', '2025-11-04', '1762214119', '', 'PAID', '165734', '1762212591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (792, 'Tripay', '976055-251101945', 'QRIS2', '', '997', '221001182848', '251101945', 'T920728106803HR2J1', 'https://tripay.co.id/checkout/T920728106803HR2J1', '1762212320', '2025-11-04', '1762214126', '', 'PAID', '220206', '1762212389', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (793, 'Tripay', '29825-251101242', 'INDOMARET', '', '287', '221128130288', '251101242', 'T920728107037HYVFH', 'https://tripay.co.id/checkout/T920728107037HYVFH', '1762213196', '2025-11-04', '1762231196', '', 'PAID', '165504', '1762215736', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (794, 'Tripay', '445295-251101804', 'BNIVA', '', '849', '2500001', '251101804', 'T920728107677F21QV', 'https://tripay.co.id/checkout/T920728107677F21QV', '1762214967', '2025-11-04', '1762232961', '', 'PAID', '220127', '1762215007', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (795, 'Tripay', '348128-251101534', 'QRIS', '', '579', '600032', '251101534', 'T920728109267JEAA7', 'https://tripay.co.id/checkout/T920728109267JEAA7', '1762218985', '2025-11-04', '1762220790', '', 'UNPAID', '220707', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (796, 'Tripay', '123135-251101534', 'BRIVA', '', '579', '600032', '251101534', 'T9207281093678PBG7', 'https://tripay.co.id/checkout/T9207281093678PBG7', '1762219210', '2025-11-04', '1762237205', '', 'PAID', '220707', '1762219431', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (797, 'Tripay', '603076-251104004', 'QRIS2', '', '436', '8500001', '251104004', 'T920728110658NTGNH', 'https://tripay.co.id/checkout/T920728110658NTGNH', '1762221722', '2025-11-04', '1762223528', '', 'PAID', '165459', '1762223406', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (798, 'Tripay', '372132-251101524', 'ALFAMART', '', '569', '500038', '251101524', 'T920728116909THSCK', 'https://tripay.co.id/checkout/T920728116909THSCK', '1762234334', '2025-11-04', '1762252333', '', 'PAID', '220446', '1762235055', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (799, 'Tripay', '287285-251101525', 'INDOMARET', '', '570', '500039', '251101525', 'T920728119861DJBVO', 'https://tripay.co.id/checkout/T920728119861DJBVO', '1762240996', '2025-11-04', '1762258996', '', 'UNPAID', '220519', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (800, 'Tripay', '19245-251101525', 'INDOMARET', '', '570', '500039', '251101525', 'T920728119877LKLYV', 'https://tripay.co.id/checkout/T920728119877LKLYV', '1762241046', '2025-11-04', '1762259045', '', 'PAID', '220519', '1762241306', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (801, 'Tripay', '154449-251101420', 'QRIS2', '', '465', '200024', '251101420', 'T9207281201386RYTQ', 'https://tripay.co.id/checkout/T9207281201386RYTQ', '1762241550', '2025-11-04', '1762243356', '', 'PAID', '220606', '1762241654', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (802, 'Tripay', '298745-251101572', 'QRIS2', '', '617', '1900003', '251101572', 'T9207281206680QZXE', 'https://tripay.co.id/checkout/T9207281206680QZXE', '1762242593', '2025-11-04', '1762244398', '', 'PAID', '220706', '1762242656', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (803, 'Tripay', '279832-251101174', 'QRIS2', '', '219', '1800081', '251101174', 'T920728121068LHUSX', 'https://tripay.co.id/checkout/T920728121068LHUSX', '1762243588', '2025-11-04', '1762245393', '', 'PAID', '220181', '1762244345', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (804, 'Tripay', '696525-251101048', 'BRIVA', '', '53', '1100010', '251101048', 'T920728121132WPEYK', 'https://tripay.co.id/checkout/T920728121132WPEYK', '1762243755', '2025-11-04', '1762261749', '', 'UNPAID', '220631', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (805, 'Tripay', '284365-251101048', 'BRIVA', '', '53', '1100010', '251101048', 'T920728121151XNMFW', 'https://tripay.co.id/checkout/T920728121151XNMFW', '1762243798', '2025-11-04', '1762261798', '', 'PAID', '220631', '1762243876', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (806, 'Tripay', '216920-251101330', 'QRIS2', '', '375', '1600021', '251101330', 'T9207281221641FWPI', 'https://tripay.co.id/checkout/T9207281221641FWPI', '1762246139', '2025-11-04', '1762247944', '', 'PAID', '220277', '1762246178', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (807, 'Tripay', '287845-251101592', 'INDOMARET', '', '637', '1900023', '251101592', 'T920728124230XQWFN', 'https://tripay.co.id/checkout/T920728124230XQWFN', '1762250810', '2025-11-04', '1762268810', '', 'UNPAID', '220322', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (808, 'Tripay', '945913-251101559', 'QRIS2', '', '604', '1200041', '251101559', 'T920728124427ODL5U', 'https://tripay.co.id/checkout/T920728124427ODL5U', '1762251213', '2025-11-04', '1762254819', '', 'PAID', '220278', '1762251256', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (809, 'Tripay', '506913-251101520', 'BRIVA', '', '565', '500034', '251101520', 'T920728127764BSRFM', 'https://tripay.co.id/checkout/T920728127764BSRFM', '1762257519', '2025-11-04', '1762275514', '', 'UNPAID', '165582', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (810, 'Tripay', '111894-251101520', 'QRIS2', '', '565', '500034', '251101520', 'T920728127828DJSED', 'https://tripay.co.id/checkout/T920728127828DJSED', '1762257628', '2025-11-04', '1762259433', '', 'UNPAID', '165582', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (811, 'Tripay', '979038-251101520', 'QRIS2', '', '565', '500034', '251101520', 'T9207281278388BIHR', 'https://tripay.co.id/checkout/T9207281278388BIHR', '1762257639', '2025-11-04', '1762259444', '', 'UNPAID', '165582', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (812, 'Tripay', '860846-251101520', 'BRIVA', '', '565', '500034', '251101520', 'T9207281278748TB1J', 'https://tripay.co.id/checkout/T9207281278748TB1J', '1762257683', '2025-11-04', '1762275682', '', 'UNPAID', '165582', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (813, 'Tripay', '384479-251101592', 'ALFAMART', '', '637', '1900023', '251101592', 'T920728127890FEQDE', 'https://tripay.co.id/checkout/T920728127890FEQDE', '1762257719', '2025-11-04', '1762275719', '', 'PAID', '220322', '1762257856', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (814, 'Tripay', '439514-251101520', 'QRIS2', '', '565', '500034', '251101520', 'T920728127928ZDMLX', 'https://tripay.co.id/checkout/T920728127928ZDMLX', '1762257787', '2025-11-04', '1762259593', '', 'PAID', '165582', '1762257952', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (815, 'Tripay', '241159-251101874', 'QRIS2', '', '919', '4100003', '251101874', 'T920728131049NVNYT', 'https://tripay.co.id/checkout/T920728131049NVNYT', '1762263200', '2025-11-04', '1762265006', '', 'PAID', '220294', '1762263240', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (816, 'Tripay', '790977-251101288', 'BRIVA', '', '333', '1500001', '251101288', 'T9207281316329EWKD', 'https://tripay.co.id/checkout/T9207281316329EWKD', '1762264309', '2025-11-04', '1762282304', '', 'PAID', '220087', '1762264457', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (817, 'Tripay', '782261-251101169', 'BRIVA', '', '214', '1800076', '251101169', 'T920728135375YMMJX', 'https://tripay.co.id/checkout/T920728135375YMMJX', '1762276915', '2025-11-05', '1762294910', '', 'PAID', '165787', '1762277642', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (818, 'Tripay', '54959-251104005', 'MANDIRIVA', '', '1139', '82000010', '251104005', 'T920728136241CMDME', 'https://tripay.co.id/checkout/T920728136241CMDME', '1762287900', '2025-11-05', '1762305894', '', 'PAID', '385175', '1762288040', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (819, 'Tripay', '251532-251101550', 'QRIS2', '', '595', '600050', '251101550', 'T9207281371932LTMX', 'https://tripay.co.id/checkout/T9207281371932LTMX', '1762296424', '2025-11-05', '1762298230', '', 'PAID', '220502', '1762296467', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (820, 'Tripay', '857384-251101526', 'CIMBVA', '', '571', '500040', '251101526', 'T920728137781OEP4N', 'https://tripay.co.id/checkout/T920728137781OEP4N', '1762298486', '2025-11-05', '1762316479', '', 'PAID', '220885', '1762298603', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (821, 'Tripay', '329686-251101847', 'BRIVA', '', '892', '2600007', '251101847', 'T920728138716CK7DS', 'https://tripay.co.id/checkout/T920728138716CK7DS', '1762301374', '2025-11-05', '1762319368', '', 'UNPAID', '220841', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (822, 'Tripay', '177280-251101811', 'BRIVA', '', '856', '2500008', '251101811', 'T920728139341E3EJI', 'https://tripay.co.id/checkout/T920728139341E3EJI', '1762302950', '2025-11-05', '1762320942', '', 'PAID', '220222', '1762303528', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (823, 'Tripay', '758943-251101173', 'INDOMARET', '', '218', '1800080', '251101173', 'T920728139393SN3CN', 'https://tripay.co.id/checkout/T920728139393SN3CN', '1762303077', '2025-11-05', '1762321076', '', 'PAID', '220363', '1762303138', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (824, 'Tripay', '563637-251101479', 'QRIS2', '', '524', '400002', '251101479', 'T920728139768KS5UK', 'https://tripay.co.id/checkout/T920728139768KS5UK', '1762303984', '2025-11-05', '1762305790', '', 'PAID', '165775', '1762304556', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (825, 'Tripay', '495420-251101480', 'INDOMARET', '', '525', '400003', '251101480', 'T920728140406PNWKI', 'https://tripay.co.id/checkout/T920728140406PNWKI', '1762305497', '2025-11-05', '1762323497', '', 'PAID', '220910', '1762305789', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (826, 'Tripay', '257490-251101543', 'INDOMARET', '', '588', '600041', '251101543', 'T9207281407089XSP1', 'https://tripay.co.id/checkout/T9207281407089XSP1', '1762306123', '2025-11-05', '1762324123', '', 'PAID', '220305', '1762306920', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (827, 'Tripay', '718376-251101666', 'QRIS2', '', '711', '2000065', '251101666', 'T920728142974FGF3F', 'https://tripay.co.id/checkout/T920728142974FGF3F', '1762310546', '2025-11-05', '1762312351', '', 'UNPAID', '220334', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (828, 'Tripay', '876763-251101395', 'QRIS2', '', '440', '8500002', '251101395', 'T920728144020ZSUYM', 'https://tripay.co.id/checkout/T920728144020ZSUYM', '1762312699', '2025-11-05', '1762314504', '', 'UNPAID', '220605', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (829, 'Tripay', '341836-251101395', 'QRIS2', '', '440', '8500002', '251101395', 'T9207281440215XQHR', 'https://tripay.co.id/checkout/T9207281440215XQHR', '1762312712', '2025-11-05', '1762314518', '', 'UNPAID', '220605', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (830, 'Tripay', '441004-251101395', 'QRIS2', '', '440', '8500002', '251101395', 'T920728144030ISJUM', 'https://tripay.co.id/checkout/T920728144030ISJUM', '1762312727', '2025-11-05', '1762314533', '', 'PAID', '220605', '1762312789', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (831, 'Tripay', '192186-251101533', 'QRIS2', '', '578', '600030', '251101533', 'T920728144073JRWN6', 'https://tripay.co.id/checkout/T920728144073JRWN6', '1762312814', '2025-11-05', '1762314620', '', 'PAID', '220335', '1762312852', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (832, 'Tripay', '368250-251101854', 'QRIS2', '', '899', '2800001', '251101854', 'T9207281446181FVIB', 'https://tripay.co.id/checkout/T9207281446181FVIB', '1762313830', '2025-11-05', '1762315636', '', 'PAID', '330849', '1762313879', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (833, 'Tripay', '342036-251101666', 'QRIS2', '', '711', '2000065', '251101666', 'T9207281448224MRBJ', 'https://tripay.co.id/checkout/T9207281448224MRBJ', '1762314163', '2025-11-05', '1762315969', '', 'PAID', '220334', '1762314189', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (834, 'Tripay', '64375-251101965', 'QRIS2', '', '1017', '221128130252', '251101965', 'T920728148288O5FPI', 'https://tripay.co.id/checkout/T920728148288O5FPI', '1762320428', '2025-11-05', '1762322234', '', 'PAID', '220402', '1762320492', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (835, 'Tripay', '999814-251101364', 'CIMBVA', '', '409', '1700037', '251101364', 'T9207281511091E0N3', 'https://tripay.co.id/checkout/T9207281511091E0N3', '1762325238', '2025-11-05', '1762343230', '', 'PAID', '220766', '1762328218', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (836, 'Tripay', '215379-251101541', 'QRIS2', '', '586', '600039', '251101541', 'T920728157711PSYRW', 'https://tripay.co.id/checkout/T920728157711PSYRW', '1762337436', '2025-11-05', '1762339242', '', 'PAID', '220955', '1762337530', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (837, 'Tripay', '622762-251101766', 'BNIVA', '', '811', '2000175', '251101766', 'T920728160185FRXTI', 'https://tripay.co.id/checkout/T920728160185FRXTI', '1762341289', '2025-11-05', '1762359282', '', 'PAID', '165330', '1762341342', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (838, 'Tripay', '444849-251101394', 'INDOMARET', '', '439', '81700002', '251101394', 'T9207281606759MOLG', 'https://tripay.co.id/checkout/T9207281606759MOLG', '1762342127', '2025-11-05', '1762360126', '', 'UNPAID', '220774', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (839, 'Tripay', '808762-251101750', 'QRIS2', '', '795', '2000156', '251101750', 'T920728162345JQCY1', 'https://tripay.co.id/checkout/T920728162345JQCY1', '1762344351', '2025-11-05', '1762346157', '', 'PAID', '220079', '1762344453', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (840, 'Tripay', '658609-251101847', 'BRIVA', '', '892', '2600007', '251101847', 'T920728165368V6QIU', 'https://tripay.co.id/checkout/T920728165368V6QIU', '1762349278', '2025-11-05', '1762367272', '', 'PAID', '220841', '1762350017', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (841, 'Tripay', '355558-251101080', 'BRIVA', '', '85', '1200012', '251101080', 'T920728171834XO3GV', 'https://tripay.co.id/checkout/T920728171834XO3GV', '1762381346', '2025-11-06', '1762399341', '', 'PAID', '220539', '1762381419', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (842, 'Tripay', '239645-251101464', 'INDOMARET', '', '509', '300023', '251101464', 'T920728172093VCTLY', 'https://tripay.co.id/checkout/T920728172093VCTLY', '1762382336', '2025-11-06', '1762400336', '', 'UNPAID', '220298', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (843, 'Tripay', '704011-251102015', 'QRIS2', '', '1067', '230220191163', '251102015', 'T920728173137Q6EQB', 'https://tripay.co.id/checkout/T920728173137Q6EQB', '1762386081', '2025-11-06', '1762387887', '', 'PAID', '220639', '1762386144', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (844, 'Tripay', '311137-251101394', 'INDOMARET', '', '439', '81700002', '251101394', 'T920728173662BYV9Y', 'https://tripay.co.id/checkout/T920728173662BYV9Y', '1762387423', '2025-11-06', '1762405422', '', 'UNPAID', '220774', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (845, 'Tripay', '581207-251101987', 'QRIS2', '', '1039', '221128130282', '251101987', 'T920728173820HGZEX', 'https://tripay.co.id/checkout/T920728173820HGZEX', '1762387846', '2025-11-06', '1762389652', '', 'PAID', '220763', '1762387895', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (846, 'Tripay', '97141-251101464', 'ALFAMART', '', '509', '300023', '251101464', 'T920728174143GKXHU', 'https://tripay.co.id/checkout/T920728174143GKXHU', '1762388689', '2025-11-06', '1762406688', '', 'PAID', '220298', '1762388865', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (847, 'Tripay', '904163-251101341', 'BRIVA', '', '386', '1700013', '251101341', 'T920728174833T1MJS', 'https://tripay.co.id/checkout/T920728174833T1MJS', '1762390441', '2025-11-06', '1762408435', '', 'PAID', '165971', '1762390510', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (848, 'Tripay', '5203-251101394', 'INDOMARET', '', '439', '81700002', '251101394', 'T920728176302XY0K4', 'https://tripay.co.id/checkout/T920728176302XY0K4', '1762393533', '2025-11-06', '1762411532', '', 'PAID', '220774', '1762393626', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (849, 'Tripay', '181281-251101071', 'QRIS2', '', '76', '1200003', '251101071', 'T920728176637CFHOQ', 'https://tripay.co.id/checkout/T920728176637CFHOQ', '1762394211', '2025-11-06', '1762396017', '', 'PAID', '220646', '1762394276', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (850, 'Tripay', '84258-251101163', 'QRIS2', '', '208', '1800070', '251101163', 'T92072817787983DEW', 'https://tripay.co.id/checkout/T92072817787983DEW', '1762396729', '2025-11-06', '1762398535', '', 'PAID', '165574', '1762396787', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (851, 'Tripay', '256316-251101212', 'QRIS2', '', '257', '1700007', '251101212', 'T920728179196EAHNZ', 'https://tripay.co.id/checkout/T920728179196EAHNZ', '1762399318', '2025-11-06', '1762402925', '', 'PAID', '165550', '1762399415', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (852, 'Tripay', '956086-251101537', 'BNIVA', '', '582', '600035', '251101537', 'T920728180044JSFBS', 'https://tripay.co.id/checkout/T920728180044JSFBS', '1762401052', '2025-11-06', '1762419046', '', 'PAID', '220840', '1762401107', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (853, 'Tripay', '638055-251106002', 'QRIS2', '', '1141', '81200004', '251106002', 'T920728181096ZVQZ4', 'https://tripay.co.id/checkout/T920728181096ZVQZ4', '1762403557', '2025-11-06', '1762405363', '', 'PAID', '385700', '1762403616', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (854, 'Tripay', '558160-251101041', 'BNIVA', '', '46', '1100003', '251101041', 'T920728184757LUFKB', 'https://tripay.co.id/checkout/T920728184757LUFKB', '1762410878', '2025-11-06', '1762428871', '', 'PAID', '220069', '1762410992', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (855, 'Tripay', '657946-251101317', 'INDOMARET', '', '362', '1600007', '251101317', 'T920728184945OT1JX', 'https://tripay.co.id/checkout/T920728184945OT1JX', '1762411303', '2025-11-06', '1762429303', '', 'PAID', '220396', '1762411580', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (856, 'Tripay', '261715-251106003', 'QRIS2', '', '1142', '81200005', '251106003', 'T920728185135Y2GEK', 'https://tripay.co.id/checkout/T920728185135Y2GEK', '1762411738', '2025-11-06', '1762413544', '', 'PAID', '385505', '1762411816', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (857, 'Tripay', '630299-251101086', 'BRIVA', '', '91', '1200018', '251101086', 'T920728186966ZWCLC', 'https://tripay.co.id/checkout/T920728186966ZWCLC', '1762416006', '2025-11-06', '1762434001', '', 'PAID', '220883', '1762416145', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (858, 'Tripay', '131487-251101307', 'QRIS2', '', '352', '1500021', '251101307', 'T920728187829RNETE', 'https://tripay.co.id/checkout/T920728187829RNETE', '1762417948', '2025-11-06', '1762419754', '', 'UNPAID', '220769', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (859, 'Tripay', '297900-251106004', 'INDOMARET', '', '1143', '81500003', '251106004', 'T920728188073487II', 'https://tripay.co.id/checkout/T920728188073487II', '1762418536', '2025-11-06', '1762436536', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (860, 'Tripay', '668009-251101185', 'QRIS2', '', '230', '1800092', '251101185', 'T920728189582HUMFJ', 'https://tripay.co.id/checkout/T920728189582HUMFJ', '1762421806', '2025-11-06', '1762423612', '', 'PAID', '165733', '1762421836', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (861, 'Tripay', '127642-251102026', 'QRIS2', '', '1078', '230308162050', '251102026', 'T920728190211VTWN7', 'https://tripay.co.id/checkout/T920728190211VTWN7', '1762423053', '2025-11-06', '1762424859', '', 'PAID', '220457', '1762423145', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (862, 'Tripay', '498924-251101087', 'QRIS2', '', '92', '1200019', '251101087', 'T920728192034Q8MFA', 'https://tripay.co.id/checkout/T920728192034Q8MFA', '1762426721', '2025-11-06', '1762428527', '', 'PAID', '220471', '1762426775', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (863, 'Tripay', '535133-251101603', 'QRIS2', '', '648', '1900034', '251101603', 'T920728192201AIOS0', 'https://tripay.co.id/checkout/T920728192201AIOS0', '1762427007', '2025-11-06', '1762428814', '', 'PAID', '165044', '1762427037', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (864, 'Tripay', '365699-251101315', 'INDOMARET', '', '360', '1600005', '251101315', 'T920728192591MLYSR', 'https://tripay.co.id/checkout/T920728192591MLYSR', '1762427727', '2025-11-06', '1762445727', '', 'PAID', '220674', '1762429525', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (865, 'Tripay', '746423-251101969', 'INDOMARET', '', '1021', '221128130256', '251101969', 'T920728192927SIHUI', 'https://tripay.co.id/checkout/T920728192927SIHUI', '1762428341', '2025-11-06', '1762446341', '', 'PAID', '220223', '1762428862', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (866, 'Tripay', '353435-251102043', 'QRIS2', '', '1095', '18000100', '251102043', 'T9207281949348LRBY', 'https://tripay.co.id/checkout/T9207281949348LRBY', '1762432417', '2025-11-06', '1762434223', '', 'PAID', '165964', '1762432532', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (867, 'Tripay', '81693-251101852', 'INDOMARET', '', '897', '2700004', '251101852', 'T920728195534QQMBW', 'https://tripay.co.id/checkout/T920728195534QQMBW', '1762433654', '2025-11-06', '1762451654', '', 'UNPAID', '220976', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (868, 'Tripay', '319307-251101852', 'INDOMARET', '', '897', '2700004', '251101852', 'T920728195564QEJG4', 'https://tripay.co.id/checkout/T920728195564QEJG4', '1762433710', '2025-11-06', '1762451710', '', 'UNPAID', '220976', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (869, 'Tripay', '874712-251101852', 'INDOMARET', '', '897', '2700004', '251101852', 'T920728195601TNBCO', 'https://tripay.co.id/checkout/T920728195601TNBCO', '1762433817', '2025-11-06', '1762451816', '', 'UNPAID', '220976', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (870, 'Tripay', '947260-251101852', 'INDOMARET', '', '897', '2700004', '251101852', 'T920728195635ZJCWL', 'https://tripay.co.id/checkout/T920728195635ZJCWL', '1762433878', '2025-11-06', '1762451878', '', 'UNPAID', '220976', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (871, 'Tripay', '958263-251101852', 'INDOMARET', '', '897', '2700004', '251101852', 'T920728196815LCIMA', 'https://tripay.co.id/checkout/T920728196815LCIMA', '1762436043', '2025-11-06', '1762454043', '', 'PAID', '220976', '1762436298', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (872, 'Tripay', '721031-251101835', 'INDOMARET', '', '880', '2500032', '251101835', 'T9207281971353A5QQ', 'https://tripay.co.id/checkout/T9207281971353A5QQ', '1762436691', '2025-11-06', '1762454690', '', 'PAID', '165258', '1762437142', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (873, 'Tripay', '516802-251101295', 'QRIS2', '', '340', '1500009', '251101295', 'T92072819760529C34', 'https://tripay.co.id/checkout/T92072819760529C34', '1762437632', '2025-11-06', '1762439438', '', 'UNPAID', '220302', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (874, 'Tripay', '625242-251101295', 'QRIS2', '', '340', '1500009', '251101295', 'T920728197637WNUBK', 'https://tripay.co.id/checkout/T920728197637WNUBK', '1762437717', '2025-11-06', '1762439523', '', 'PAID', '220302', '1762437758', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (875, 'Tripay', '799735-251101967', 'QRIS2', '', '1019', '221128130254', '251101967', 'T920728202033QGDQ9', 'https://tripay.co.id/checkout/T920728202033QGDQ9', '1762467772', '2025-11-07', '1762469579', '', 'PAID', '220981', '1762467916', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (876, 'Tripay', '458226-251102011', 'BRIVA', '', '1063', '230220191150', '251102011', 'T920728202100OZNSQ', 'https://tripay.co.id/checkout/T920728202100OZNSQ', '1762468169', '2025-11-07', '1762486164', '', 'PAID', '220967', '1762468208', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (877, 'Tripay', '429687-251101199', 'BRIVA', '', '244', '220518183977', '251101199', 'T920728202152VOJWY', 'https://tripay.co.id/checkout/T920728202152VOJWY', '1762468394', '2025-11-07', '1762486394', '', 'PAID', '165900', '1762468499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (878, 'Tripay', '544998-251101189', 'BRIVA', '', '234', '1800096', '251101189', 'T920728203100GUI9D', 'https://tripay.co.id/checkout/T920728203100GUI9D', '1762473142', '2025-11-07', '1762491137', '', 'PAID', '165003', '1762473199', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (879, 'Tripay', '427126-251101947', 'INDOMARET', '', '999', '221001182851', '251101947', 'T920728204118NXZEQ', 'https://tripay.co.id/checkout/T920728204118NXZEQ', '1762476923', '2025-11-07', '1762494923', '', 'PAID', '220665', '1762477445', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (880, 'Tripay', '350191-251101827', 'INDOMARET', '', '872', '2500024', '251101827', 'T920728204371PSY9S', 'https://tripay.co.id/checkout/T920728204371PSY9S', '1762477670', '2025-11-07', '1762495669', '', 'PAID', '220907', '1762477866', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (881, 'Tripay', '256652-251101962', 'QRIS2', '', '1014', '221128130248', '251101962', 'T920728205258IOBAR', 'https://tripay.co.id/checkout/T920728205258IOBAR', '1762480193', '2025-11-07', '1762482000', '', 'PAID', '220255', '1762480456', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (882, 'Tripay', '838324-251101959', 'MANDIRIVA', '', '1011', '221128130241', '251101959', 'T9207282065151PQIX', 'https://tripay.co.id/checkout/T9207282065151PQIX', '1762483323', '2025-11-07', '1762501318', '', 'PAID', '220339', '1762483420', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (883, 'Tripay', '78420-251101602', 'INDOMARET', '', '647', '1900033', '251101602', 'T920728208208THGDI', 'https://tripay.co.id/checkout/T920728208208THGDI', '1762487628', '2025-11-07', '1762505627', '', 'PAID', '220370', '1762488361', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (884, 'Tripay', '491389-251101307', 'BRIVA', '', '352', '1500021', '251101307', 'T920728209537PKXC7', 'https://tripay.co.id/checkout/T920728209537PKXC7', '1762490866', '2025-11-07', '1762508861', '', 'PAID', '220769', '1762490970', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (885, 'Tripay', '788618-251101104', 'QRIS2', '', '109', '1200038', '251101104', 'T920728209564BMNS2', 'https://tripay.co.id/checkout/T920728209564BMNS2', '1762490921', '2025-11-07', '1762492727', '', 'PAID', '220359', '1762490991', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (886, 'Tripay', '608811-251101546', 'INDOMARET', '', '591', '600045', '251101546', 'T920728209985BPRJU', 'https://tripay.co.id/checkout/T920728209985BPRJU', '1762491911', '2025-11-07', '1762509911', '', 'PAID', '220228', '1762491992', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (887, 'Tripay', '605742-251101458', 'INDOMARET', '', '503', '300017', '251101458', 'T920728211328CTLDQ', 'https://tripay.co.id/checkout/T920728211328CTLDQ', '1762494619', '2025-11-07', '1762512619', '', 'PAID', '150391', '1762496455', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (888, 'Tripay', '950675-251101251', 'QRIS2', '', '296', '1300002', '251101251', 'T920728216760CFK0C', 'https://tripay.co.id/checkout/T920728216760CFK0C', '1762506452', '2025-11-07', '1762508259', '', 'PAID', '220301', '1762506523', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (889, 'Tripay', '156868-251101538', 'BRIVA', '', '583', '600036', '251101538', 'T92072821693244M6H', 'https://tripay.co.id/checkout/T92072821693244M6H', '1762506810', '2025-11-07', '1762524805', '', 'PAID', '220517', '1762506953', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (890, 'Tripay', '676846-251101291', 'BNIVA', '', '336', '1500005', '251101291', 'T920728217038AJFDO', 'https://tripay.co.id/checkout/T920728217038AJFDO', '1762507044', '2025-11-07', '1762525044', '', 'PAID', '220164', '1762507432', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (891, 'Tripay', '91946-251101090', 'BRIVA', '', '95', '1200022', '251101090', 'T920728217914UODCN', 'https://tripay.co.id/checkout/T920728217914UODCN', '1762508870', '2025-11-07', '1762526864', '', 'PAID', '220785', '1762509128', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (892, 'Tripay', '20467-251101267', 'QRIS2', '', '312', '1300019', '251101267', 'T920728218054TPSFS', 'https://tripay.co.id/checkout/T920728218054TPSFS', '1762509138', '2025-11-07', '1762510944', '', 'PAID', '220930', '1762509183', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (893, 'Tripay', '36289-251101790', 'QRIS2', '', '835', '2400001', '251101790', 'T920728218296X3NJF', 'https://tripay.co.id/checkout/T920728218296X3NJF', '1762509567', '2025-11-07', '1762511374', '', 'PAID', '220023', '1762509615', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (894, 'Tripay', '295128-251101119', 'INDOMARET', '', '164', '1800019', '251101119', 'T920728219322VQGZ6', 'https://tripay.co.id/checkout/T920728219322VQGZ6', '1762511739', '2025-11-07', '1762529738', '', 'PAID', '165321', '1762512026', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (895, 'Tripay', '94186-251101911', 'QRIS2', '', '963', '220612165047', '251101911', 'T920728220643RIVA8', 'https://tripay.co.id/checkout/T920728220643RIVA8', '1762514298', '2025-11-07', '1762516104', '', 'PAID', '220044', '1762514365', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (896, 'Tripay', '642749-251101160', 'INDOMARET', '', '205', '1800066', '251101160', 'T920728221567CZXHI', 'https://tripay.co.id/checkout/T920728221567CZXHI', '1762515893', '2025-11-07', '1762533893', '', 'PAID', '165489', '1762515960', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (897, 'Tripay', '785674-251101794', 'INDOMARET', '', '839', '2400005', '251101794', 'T920728223255OUKBB', 'https://tripay.co.id/checkout/T920728223255OUKBB', '1762518653', '2025-11-07', '1762536653', '', 'UNPAID', '200196', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (898, 'Tripay', '716231-251101794', 'INDOMARET', '', '839', '2400005', '251101794', 'T9207282235385GF4Q', 'https://tripay.co.id/checkout/T9207282235385GF4Q', '1762519135', '2025-11-07', '1762537135', '', 'PAID', '200196', '1762519264', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (899, 'Tripay', '579278-251101299', 'MANDIRIVA', '', '344', '1500013', '251101299', 'T920728226592J3ICQ', 'https://tripay.co.id/checkout/T920728226592J3ICQ', '1762525210', '2025-11-07', '1762543205', '', 'PAID', '220296', '1762525416', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (900, 'Tripay', '969061-251101117', 'MANDIRIVA', '', '162', '1800015', '251101117', 'T920728230985LZTU0', 'https://tripay.co.id/checkout/T920728230985LZTU0', '1762554777', '2025-11-08', '1762572772', '', 'PAID', '165436', '1762554908', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (901, 'Tripay', '500869-251101820', 'INDOMARET', '', '865', '2500017', '251101820', 'T9207282312775YMW1', 'https://tripay.co.id/checkout/T9207282312775YMW1', '1762556299', '2025-11-08', '1762574298', '', 'UNPAID', '220444', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (902, 'Tripay', '496271-251101820', 'ALFAMART', '', '865', '2500017', '251101820', 'T920728231312HVCS9', 'https://tripay.co.id/checkout/T920728231312HVCS9', '1762556480', '2025-11-08', '1762574479', '', 'PAID', '220444', '1762556568', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (903, 'Tripay', '567812-251101865', 'INDOMARET', '', '910', '3100001', '251101865', 'T920728231934PSNH8', 'https://tripay.co.id/checkout/T920728231934PSNH8', '1762559540', '2025-11-08', '1762577539', '', 'PAID', '165585', '1762560070', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (904, 'Tripay', '531094-251101859', 'INDOMARET', '', '904', '2900002', '251101859', 'T920728232580JE4DR', 'https://tripay.co.id/checkout/T920728232580JE4DR', '1762561850', '2025-11-08', '1762579850', '', 'PAID', '220207', '1762561984', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (905, 'Tripay', '379161-251101872', 'QRIS2', '', '917', '4100001', '251101872', 'T920728234981IMMFU', 'https://tripay.co.id/checkout/T920728234981IMMFU', '1762568827', '2025-11-08', '1762570634', '', 'PAID', '220660', '1762568919', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (906, 'Tripay', '706631-251101116', 'INDOMARET', '', '161', '1800014', '251101116', 'T920728235118JLZT6', 'https://tripay.co.id/checkout/T920728235118JLZT6', '1762569167', '2025-11-08', '1762587167', '', 'PAID', '165967', '1762571135', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (907, 'Tripay', '995396-251102028', 'QRIS2', '', '1080', '230308162052', '251102028', 'T920728236061DZ6X4', 'https://tripay.co.id/checkout/T920728236061DZ6X4', '1762571533', '2025-11-08', '1762573340', '', 'PAID', '220328', '1762571627', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (908, 'Tripay', '254755-251101026', 'BRIVA', '', '31', '500031', '251101026', 'T920728236551XQBNF', 'https://tripay.co.id/checkout/T920728236551XQBNF', '1762572742', '2025-11-08', '1762590736', '', 'PAID', '165558', '1762572800', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (909, 'Tripay', '687010-251101798', 'QRIS2', '', '843', '2400009', '251101798', 'T920728236762XVWFN', 'https://tripay.co.id/checkout/T920728236762XVWFN', '1762573315', '2025-11-08', '1762575122', '', 'PAID', '220345', '1762573445', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (910, 'Tripay', '449072-251006803', 'QRIS2', '', '843', '2400009', '251006803', 'T920728236777LSOCQ', 'https://tripay.co.id/checkout/T920728236777LSOCQ', '1762573348', '2025-11-08', '1762575155', '', 'PAID', '220000', '1762573430', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (911, 'Tripay', '659739-251101282', 'ALFAMART', '', '327', '1400014', '251101282', 'T9207282392079GJQI', 'https://tripay.co.id/checkout/T9207282392079GJQI', '1762580008', '2025-11-08', '1762598008', '', 'PAID', '220995', '1762580110', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (912, 'Tripay', '486789-251101352', 'INDOMARET', '', '397', '1700025', '251101352', 'T920728245543JVAT2', 'https://tripay.co.id/checkout/T920728245543JVAT2', '1762596544', '2025-11-08', '1762614543', '', 'PAID', '165844', '1762596700', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (913, 'Tripay', '933081-251101148', 'INDOMARET', '', '193', '1800051', '251101148', 'T920728245898SJZSG', 'https://tripay.co.id/checkout/T920728245898SJZSG', '1762597419', '2025-11-08', '1762615419', '', 'PAID', '165202', '1762597577', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (914, 'Tripay', '772308-251101132', 'QRIS2', '', '177', '1800033', '251101132', 'T920728248617UUVSQ', 'https://tripay.co.id/checkout/T920728248617UUVSQ', '1762603209', '2025-11-08', '1762605016', '', 'PAID', '165024', '1762603253', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (915, 'Tripay', '19879-251101864', 'ALFAMART', '', '909', '2900007', '251101864', 'T920728249223XBH9H', 'https://tripay.co.id/checkout/T920728249223XBH9H', '1762604346', '2025-11-08', '1762622345', '', 'PAID', '220733', '1762604451', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (916, 'Tripay', '37247-251101153', 'INDOMARET', '', '198', '1800058', '251101153', 'T920728249850ZFONW', 'https://tripay.co.id/checkout/T920728249850ZFONW', '1762605606', '2025-11-08', '1762623605', '', 'UNPAID', '165155', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (917, 'Tripay', '538577-251101153', 'INDOMARET', '', '198', '1800058', '251101153', 'T920728249958BNNSC', 'https://tripay.co.id/checkout/T920728249958BNNSC', '1762605823', '2025-11-08', '1762623823', '', 'UNPAID', '165155', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (918, 'Tripay', '292164-251101153', 'INDOMARET', '', '198', '1800058', '251101153', 'T92072825002086CUI', 'https://tripay.co.id/checkout/T92072825002086CUI', '1762605932', '2025-11-08', '1762623931', '', 'UNPAID', '165155', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (919, 'Tripay', '196026-251101153', 'INDOMARET', '', '198', '1800058', '251101153', 'T920728250081LCC1J', 'https://tripay.co.id/checkout/T920728250081LCC1J', '1762606055', '2025-11-08', '1762624055', '', 'UNPAID', '165155', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (920, 'Tripay', '878691-251101825', 'MANDIRIVA', '', '870', '2500022', '251101825', 'T920728252329AIIJH', 'https://tripay.co.id/checkout/T920728252329AIIJH', '1762611792', '2025-11-08', '1762629786', '', 'PAID', '220586', '1762611881', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (921, 'Tripay', '424247-251101153', 'INDOMARET', '', '198', '1800058', '251101153', 'T920728252776TDHQE', 'https://tripay.co.id/checkout/T920728252776TDHQE', '1762613049', '2025-11-08', '1762631049', '', 'PAID', '165155', '1762613220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (922, 'Tripay', '165351-251101569', 'QRIS2', '', '614', '1600024', '251101569', 'T920728256222VTYP7', 'https://tripay.co.id/checkout/T920728256222VTYP7', '1762640540', '2025-11-09', '1762642347', '', 'PAID', '220523', '1762640688', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (923, 'Tripay', '392884-251101857', 'QRIS2', '', '902', '2800004', '251101857', 'T920728257472EQVYM', 'https://tripay.co.id/checkout/T920728257472EQVYM', '1762647620', '2025-11-09', '1762649427', '', 'PAID', '220457', '1762647697', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (924, 'Tripay', '734732-251101810', 'INDOMARET', '', '855', '2500007', '251101810', 'T920728257898IRDCU', 'https://tripay.co.id/checkout/T920728257898IRDCU', '1762649117', '2025-11-09', '1762667117', '', 'PAID', '220336', '1762649913', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (925, 'Tripay', '768333-251102002', 'QRIS2', '', '1054', '221128130301', '251102002', 'T920728260339VPFRM', 'https://tripay.co.id/checkout/T920728260339VPFRM', '1762656205', '2025-11-09', '1762658012', '', 'PAID', '220844', '1762656495', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (926, 'Tripay', '911293-251101837', 'INDOMARET', '', '882', '2500034', '251101837', 'T920728265345WDLHS', 'https://tripay.co.id/checkout/T920728265345WDLHS', '1762669256', '2025-11-09', '1762687255', '', 'PAID', '165931', '1762669368', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (927, 'Tripay', '912174-251101821', 'INDOMARET', '', '866', '2500018', '251101821', 'T920728265548CGBF0', 'https://tripay.co.id/checkout/T920728265548CGBF0', '1762669846', '2025-11-09', '1762687845', '', 'PAID', '220180', '1762669967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (928, 'Tripay', '29587-251101773', 'INDOMARET', '', '818', '2100005', '251101773', 'T920728270312MXJCT', 'https://tripay.co.id/checkout/T920728270312MXJCT', '1762682285', '2025-11-09', '1762700284', '', 'PAID', '165977', '1762682335', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (929, 'Tripay', '623714-251101162', 'INDOMARET', '', '207', '1800068', '251101162', 'T920728272762IEQYO', 'https://tripay.co.id/checkout/T920728272762IEQYO', '1762687170', '2025-11-09', '1762705170', '', 'PAID', '220809', '1762694847', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (930, 'Tripay', '891037-251101112', 'BRIVA', '', '157', '1800010', '251101112', 'T920728276340OXEPB', 'https://tripay.co.id/checkout/T920728276340OXEPB', '1762693732', '2025-11-09', '1762711726', '', 'PAID', '165158', '1762693770', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (931, 'Tripay', '70935-251101293', 'QRIS2', '', '338', '1500007', '251101293', 'T920728276347SJX8K', 'https://tripay.co.id/checkout/T920728276347SJX8K', '1762693741', '2025-11-09', '1762695549', '', 'PAID', '220301', '1762693782', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (932, 'Tripay', '49363-251101879', 'QRIS2', '', '924', '4100008', '251101879', 'T920728278062DQC7Z', 'https://tripay.co.id/checkout/T920728278062DQC7Z', '1762697481', '2025-11-09', '1762699288', '', 'PAID', '220488', '1762697574', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (933, 'Tripay', '653331-251101793', 'QRIS2', '', '838', '2400004', '251101793', 'T920728287045OKZCP', 'https://tripay.co.id/checkout/T920728287045OKZCP', '1762738998', '2025-11-10', '1762740806', '', 'PAID', '220991', '1762739547', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (934, 'Tripay', '877612-251102053', 'INDOMARET', '', '1107', '83300001', '251102053', 'T9207283041472U083', 'https://tripay.co.id/checkout/T9207283041472U083', '1762768572', '2025-11-10', '1762786571', '', 'UNPAID', '220545', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (935, 'Tripay', '338891-251101510', 'INDOMARET', '', '555', '500023', '251101510', 'T920728304900C2RFX', 'https://tripay.co.id/checkout/T920728304900C2RFX', '1762769570', '2025-11-10', '1762787569', '', 'PAID', '220337', '1762769913', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (936, 'Tripay', '628625-251102053', 'INDOMARET', '', '1107', '83300001', '251102053', 'T920728305280CNPNO', 'https://tripay.co.id/checkout/T920728305280CNPNO', '1762770135', '2025-11-10', '1762788134', '', 'PAID', '220545', '1762770407', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (937, 'Tripay', '24295-251006388', 'BRIVA', '', '428', '220518183982', '251006388', 'T920728310042QLVXK', 'https://tripay.co.id/checkout/T920728310042QLVXK', '1762775706', '2025-11-10', '1762793701', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (938, 'Tripay', '205135-251101108', 'INDOMARET', '', '153', '1800004', '251101108', 'T920728312876VC9FO', 'https://tripay.co.id/checkout/T920728312876VC9FO', '1762779104', '2025-11-10', '1762797103', '', 'PAID', '165820', '1762779259', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (939, 'Tripay', '775349-251101875', 'QRIS2', '', '920', '4100004', '251101875', 'T92072831525098MUG', 'https://tripay.co.id/checkout/T92072831525098MUG', '1762782090', '2025-11-10', '1762783897', '', 'PAID', '220831', '1762782294', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (940, 'Tripay', '429069-251101529', 'BRIVA', '', '574', '600001', '251101529', 'T920728320929QVZOB', 'https://tripay.co.id/checkout/T920728320929QVZOB', '1762798427', '2025-11-11', '1762816421', '', 'PAID', '220292', '1762798499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (941, 'Tripay', '574332-251101240', 'INDOMARET', '', '285', '221128130245', '251101240', 'T920728322173EB1AM', 'https://tripay.co.id/checkout/T920728322173EB1AM', '1762812375', '2025-11-11', '1762830375', '', 'PAID', '165244', '1762813484', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (942, 'Tripay', '161134-251102021', 'INDOMARET', '', '1073', '230308162043', '251102021', 'T920728324805ZWBIQ', 'https://tripay.co.id/checkout/T920728324805ZWBIQ', '1762820635', '2025-11-11', '1762838635', '', 'PAID', '220619', '1762820841', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (943, 'Tripay', '293926-251101269', 'BNIVA', '', '314', '1300021', '251101269', 'T920728337226DKQHJ', 'https://tripay.co.id/checkout/T920728337226DKQHJ', '1762848577', '2025-11-11', '1762866572', '', 'PAID', '220185', '1762848807', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (944, 'Tripay', '58514-251101275', 'INDOMARET', '', '320', '1400006', '251101275', 'T920728338949XY0ZY', 'https://tripay.co.id/checkout/T920728338949XY0ZY', '1762852845', '2025-11-11', '1762870845', '', 'PAID', '165871', '1762853521', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (945, 'Tripay', '632971-251102022', 'BRIVA', '', '1074', '230308162044', '251102022', 'T920728341238RMMHF', 'https://tripay.co.id/checkout/T920728341238RMMHF', '1762857515', '2025-11-11', '1762875509', '', 'PAID', '220678', '1762857575', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (946, 'Tripay', '207970-251101342', 'INDOMARET', '', '387', '1700015', '251101342', 'T9207283453458ZJYB', 'https://tripay.co.id/checkout/T9207283453458ZJYB', '1762863454', '2025-11-11', '1762881454', '', 'PAID', '220849', '1762867413', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (947, 'Tripay', '345016-251101949', 'BRIVA', '', '1001', '221001182856', '251101949', 'T920728345473XYWC8', 'https://tripay.co.id/checkout/T920728345473XYWC8', '1762863649', '2025-11-11', '1762881643', '', 'PAID', '220549', '1762863738', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (948, 'Tripay', '886162-251101469', 'INDOMARET', '', '514', '300028', '251101469', 'T920728346418BHSPQ', 'https://tripay.co.id/checkout/T920728346418BHSPQ', '1762865222', '2025-11-11', '1762883222', '', 'PAID', '220238', '1762865415', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (949, 'Tripay', '246034-251101958', 'BRIVA', '', '1010', '221128130240', '251101958', 'T920728348106MW03B', 'https://tripay.co.id/checkout/T920728348106MW03B', '1762868826', '2025-11-11', '1762886815', '', 'PAID', '220653', '1762868892', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (950, 'Tripay', '13961-251101561', 'QRIS2', '', '606', '1200043', '251101561', 'T920728348634GWP2A', 'https://tripay.co.id/checkout/T920728348634GWP2A', '1762870236', '2025-11-11', '1762872044', '', 'PAID', '220911', '1762870265', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (951, 'Tripay', '954125-251101488', 'QRIS2', '', '533', '400011', '251101488', 'T920728351161ZUSQW', 'https://tripay.co.id/checkout/T920728351161ZUSQW', '1762880294', '2025-11-11', '1762882102', '', 'PAID', '220797', '1762880335', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (952, 'Tripay', '776833-251101369', 'QRIS2', '', '414', '1700042', '251101369', 'T92072835242463RDR', 'https://tripay.co.id/checkout/T92072835242463RDR', '1762898218', '2025-11-12', '1762900026', '', 'UNPAID', '165622', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (953, 'Tripay', '348826-251101243', 'QRIS2', '', '288', '220728201839', '251101243', 'T920728354523IKUXK', 'https://tripay.co.id/checkout/T920728354523IKUXK', '1762908360', '2025-11-12', '1762910168', '', 'PAID', '165886', '1762908444', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (954, 'Tripay', '719709-251102025', 'INDOMARET', '', '1077', '230308162049', '251102025', 'T9207283546661LTH0', 'https://tripay.co.id/checkout/T9207283546661LTH0', '1762908939', '2025-11-12', '1762926939', '', 'PAID', '220809', '1762909239', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (955, 'Tripay', '776675-251101369', 'QRIS2', '', '414', '1700042', '251101369', 'T920728355777LEE7W', 'https://tripay.co.id/checkout/T920728355777LEE7W', '1762912235', '2025-11-12', '1762914043', '', 'PAID', '165622', '1762912270', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (956, 'Tripay', '537151-251101660', 'BRIVA', '', '705', '2000059', '251101660', 'T920728356050UTDDM', 'https://tripay.co.id/checkout/T920728356050UTDDM', '1762912974', '2025-11-12', '1762930968', '', 'PAID', '220838', '1762913025', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (957, 'Tripay', '969780-251112001', 'INDOMARET', '', '1144', '82000012', '251112001', 'T920728356308VCZFS', 'https://tripay.co.id/checkout/T920728356308VCZFS', '1762913782', '2025-11-12', '1762931782', '', 'UNPAID', '385000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (958, 'Tripay', '156058-251102024', 'MANDIRIVA', '', '1076', '230308162046', '251102024', 'T9207283576469ZAJG', 'https://tripay.co.id/checkout/T9207283576469ZAJG', '1762917459', '2025-11-12', '1762935454', '', 'PAID', '220569', '1762917673', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (959, 'Tripay', '421043-251101986', 'MANDIRIVA', '', '1038', '221128130280', '251101986', 'T9207283581817KXZN', 'https://tripay.co.id/checkout/T9207283581817KXZN', '1762918967', '2025-11-12', '1762936961', '', 'PAID', '165374', '1762919042', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (960, 'Tripay', '616983-251101540', 'INDOMARET', '', '585', '600038', '251101540', 'T920728361505FP8RM', 'https://tripay.co.id/checkout/T920728361505FP8RM', '1762928128', '2025-11-12', '1762946127', '', 'PAID', '220347', '1762928220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (961, 'Tripay', '910470-251101331', 'INDOMARET', '', '376', '1700001', '251101331', 'T920728361525QEWDP', 'https://tripay.co.id/checkout/T920728361525QEWDP', '1762928174', '2025-11-12', '1762946173', '', 'PAID', '220076', '1762928308', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (962, 'Tripay', '379342-251101073', 'QRIS2', '', '78', '1200005', '251101073', 'T920728363407AVYNK', 'https://tripay.co.id/checkout/T920728363407AVYNK', '1762933348', '2025-11-12', '1762936956', '', 'PAID', '220874', '1762933454', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (963, 'Tripay', '742899-251101778', 'INDOMARET', '', '823', '2100011', '251101778', 'T920728367426JFD3G', 'https://tripay.co.id/checkout/T920728367426JFD3G', '1762943910', '2025-11-12', '1762961909', '', 'UNPAID', '220230', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (964, 'Tripay', '25032-251101778', 'INDOMARET', '', '823', '2100011', '251101778', 'T920728368109R18EP', 'https://tripay.co.id/checkout/T920728368109R18EP', '1762945567', '2025-11-12', '1762963566', '', 'PAID', '220230', '1762945630', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (965, 'Tripay', '213002-251101964', 'QRIS2', '', '1016', '221128130250', '251101964', 'T920728371566VAWNA', 'https://tripay.co.id/checkout/T920728371566VAWNA', '1762953063', '2025-11-12', '1762954871', '', 'PAID', '220897', '1762953233', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (966, 'Tripay', '418041-251101410', 'BRIVA', '', '455', '200014', '251101410', 'T920728374621IQNK2', 'https://tripay.co.id/checkout/T920728374621IQNK2', '1762962705', '2025-11-12', '1762980699', '', 'PAID', '220927', '1762962755', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (967, 'Tripay', '757696-251101995', 'QRIS2', '', '1047', '221128130294', '251101995', 'T920728378543CN9SE', 'https://tripay.co.id/checkout/T920728378543CN9SE', '1762995090', '2025-11-13', '1762996899', '', 'PAID', '220303', '1762995135', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (968, 'Tripay', '332886-251101587', 'QRIS2', '', '632', '1900018', '251101587', 'T920728381355T2CE7', 'https://tripay.co.id/checkout/T920728381355T2CE7', '1763004422', '2025-11-13', '1763006230', '', 'PAID', '220989', '1763004494', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (969, 'Tripay', '524750-251101078', 'QRIS2', '', '83', '1200010', '251101078', 'T920728381689W3OMQ', 'https://tripay.co.id/checkout/T920728381689W3OMQ', '1763005628', '2025-11-13', '1763007437', '', 'PAID', '220535', '1763005721', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (970, 'Tripay', '887252-251101177', 'BNIVA', '', '222', '1800084', '251101177', 'T920728381702HPXWG', 'https://tripay.co.id/checkout/T920728381702HPXWG', '1763005654', '2025-11-13', '1763023649', '', 'UNPAID', '165937', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (971, 'Tripay', '45296-251101789', 'INDOMARET', '', '834', '2300007', '251101789', 'T920728382157RYGP3', 'https://tripay.co.id/checkout/T920728382157RYGP3', '1763006962', '2025-11-13', '1763024961', '', 'PAID', '165419', '1763007097', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (972, 'Tripay', '247813-251101178', 'INDOMARET', '', '223', '1800085', '251101178', 'T920728385979SO6ZB', 'https://tripay.co.id/checkout/T920728385979SO6ZB', '1763019531', '2025-11-13', '1763037531', '', 'PAID', '165146', '1763019597', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (973, 'Tripay', '201492-251101515', 'QRIS2', '', '560', '500028', '251101515', 'T920728386115WUVWM', 'https://tripay.co.id/checkout/T920728386115WUVWM', '1763020049', '2025-11-13', '1763021858', '', 'PAID', '220643', '1763020122', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (974, 'Tripay', '330436-251101145', 'INDOMARET', '', '190', '1800048', '251101145', 'T920728386680SNAEB', 'https://tripay.co.id/checkout/T920728386680SNAEB', '1763022002', '2025-11-13', '1763040002', '', 'PAID', '165748', '1763026710', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (975, 'Tripay', '648555-251102054', 'BNIVA', '', '1108', '83500001', '251102054', 'T920728389043PFSPQ', 'https://tripay.co.id/checkout/T920728389043PFSPQ', '1763029588', '2025-11-13', '1763047582', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (976, 'Tripay', '123790-251102054', 'QRIS2', '', '1108', '83500001', '251102054', 'T920728389062OFV9Y', 'https://tripay.co.id/checkout/T920728389062OFV9Y', '1763029656', '2025-11-13', '1763031464', '', 'PAID', '220000', '1763029704', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (977, 'Tripay', '447189-251101816', 'INDOMARET', '', '861', '2500013', '251101816', 'T920728389182NSSFT', 'https://tripay.co.id/checkout/T920728389182NSSFT', '1763029974', '2025-11-13', '1763047973', '', 'UNPAID', '220008', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (978, 'Tripay', '876928-251101500', 'INDOMARET', '', '545', '500013', '251101500', 'T920728390684KHE83', 'https://tripay.co.id/checkout/T920728390684KHE83', '1763033650', '2025-11-13', '1763051650', '', 'UNPAID', '220511', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (979, 'Tripay', '476465-251101830', 'INDOMARET', '', '875', '2500027', '251101830', 'T920728390748XQ0W4', 'https://tripay.co.id/checkout/T920728390748XQ0W4', '1763033822', '2025-11-13', '1763051821', '', 'PAID', '220356', '1763034836', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (980, 'Tripay', '474716-251101500', 'INDOMARET', '', '545', '500013', '251101500', 'T920728390886G8YF5', 'https://tripay.co.id/checkout/T920728390886G8YF5', '1763034148', '2025-11-13', '1763052148', '', 'UNPAID', '220511', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (981, 'Tripay', '61382-251101500', 'INDOMARET', '', '545', '500013', '251101500', 'T92072839089454I1A', 'https://tripay.co.id/checkout/T92072839089454I1A', '1763034172', '2025-11-13', '1763052171', '', 'PAID', '220511', '1763034249', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (982, 'Tripay', '90792-251102052', 'INDOMARET', '', '1106', '84300001', '251102052', 'T9207283935697UNEY', 'https://tripay.co.id/checkout/T9207283935697UNEY', '1763040255', '2025-11-13', '1763058255', '', 'PAID', '220183', '1763040455', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (983, 'Tripay', '671643-251101290', 'QRIS2', '', '335', '1500003', '251101290', 'T920728393926BQADW', 'https://tripay.co.id/checkout/T920728393926BQADW', '1763041074', '2025-11-13', '1763042882', '', 'UNPAID', '220992', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (984, 'Tripay', '733891-251101290', 'QRISC', '', '335', '1500003', '251101290', 'T92072839400128AFQ', 'https://tripay.co.id/checkout/T92072839400128AFQ', '1763041328', '2025-11-13', '1763059327', '', 'UNPAID', '220992', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (985, 'Tripay', '19542-251101290', 'QRISC', '', '335', '1500003', '251101290', 'T9207283940249NXDC', 'https://tripay.co.id/checkout/T9207283940249NXDC', '1763041384', '2025-11-13', '1763059383', '', 'PAID', '220992', '1763041558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (986, 'Tripay', '72455-251101547', 'QRIS2', '', '592', '600047', '251101547', 'T920728399212NRL5H', 'https://tripay.co.id/checkout/T920728399212NRL5H', '1763076614', '2025-11-14', '1763078423', '', 'PAID', '220419', '1763076673', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (987, 'Tripay', '912485-251101491', 'QRISC', '', '536', '500003', '251101491', 'T920728399306DOCJV', 'https://tripay.co.id/checkout/T920728399306DOCJV', '1763077036', '2025-11-14', '1763095035', '', 'PAID', '220014', '1763077123', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (988, 'Tripay', '622306-251101530', 'QRIS2', '', '575', '600003', '251101530', 'T920728399309V6VDD', 'https://tripay.co.id/checkout/T920728399309V6VDD', '1763077060', '2025-11-14', '1763078869', '', 'PAID', '220519', '1763077123', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (989, 'Tripay', '563334-251101824', 'BNIVA', '', '869', '2500021', '251101824', 'T920728402604TJSLL', 'https://tripay.co.id/checkout/T920728402604TJSLL', '1763087653', '2025-11-14', '1763105647', '', 'PAID', '220198', '1763087868', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (990, 'Tripay', '114498-251114001', 'QRIS2', '', '1146', '82500001', '251114001', 'T920728402987UY64O', 'https://tripay.co.id/checkout/T920728402987UY64O', '1763088638', '2025-11-14', '1763090447', '', 'PAID', '220000', '1763088695', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (991, 'Tripay', '741612-251101422', 'OVO', '', '467', '200026', '251101422', 'T920728407623CVMVO', 'https://tripay.co.id/checkout/T920728407623CVMVO', '1763101606', '2025-11-14', '1763119605', '', 'PAID', '220340', '1763101667', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (992, 'Tripay', '627260-251101531', 'BRIVA', '', '576', '600004', '251101531', 'T920728409988FPKIX', 'https://tripay.co.id/checkout/T920728409988FPKIX', '1763108779', '2025-11-14', '1763126773', '', 'PAID', '220121', '1763108849', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (993, 'Tripay', '823201-251114002', 'QRIS2', '', '1147', '8200005', '251114002', 'T920728410966SVFMP', 'https://tripay.co.id/checkout/T920728410966SVFMP', '1763111825', '2025-11-14', '1763113634', '', 'UNPAID', '220049', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (994, 'Tripay', '280456-251101858', 'INDOMARET', '', '903', '2900001', '251101858', 'T920728412116SCBR0', 'https://tripay.co.id/checkout/T920728412116SCBR0', '1763114923', '2025-11-14', '1763132922', '', 'PAID', '220342', '1763114993', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (995, 'Tripay', '663035-251101088', 'INDOMARET', '', '93', '1200020', '251101088', 'T9207284121500H9E8', 'https://tripay.co.id/checkout/T9207284121500H9E8', '1763115019', '2025-11-14', '1763133019', '', 'PAID', '165566', '1763115502', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (996, 'Tripay', '189105-251101863', 'BNIVA', '', '908', '2900006', '251101863', 'T920728412556LTLT4', 'https://tripay.co.id/checkout/T920728412556LTLT4', '1763116046', '2025-11-14', '1763134040', '', 'PAID', '220124', '1763116185', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (997, 'Tripay', '214130-251101816', 'INDOMARET', '', '861', '2500013', '251101816', 'T920728416415JTONR', 'https://tripay.co.id/checkout/T920728416415JTONR', '1763124085', '2025-11-14', '1763142085', '', 'PAID', '220008', '1763124361', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (998, 'Tripay', '388526-251101449', 'QRIS2', '', '494', '300007', '251101449', 'T920728423804XKMJ9', 'https://tripay.co.id/checkout/T920728423804XKMJ9', '1763159155', '2025-11-15', '1763160964', '', 'PAID', '220825', '1763159221', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (999, 'Tripay', '423575-251101772', 'INDOMARET', '', '817', '2100004', '251101772', 'T920728425225LPJ3O', 'https://tripay.co.id/checkout/T920728425225LPJ3O', '1763165078', '2025-11-15', '1763183078', '', 'PAID', '220854', '1763172413', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1000, 'Tripay', '488618-251101459', 'INDOMARET', '', '504', '300018', '251101459', 'T920728426443XBOLN', 'https://tripay.co.id/checkout/T920728426443XBOLN', '1763168727', '2025-11-15', '1763186726', '', 'PAID', '220007', '1763169200', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1001, 'Tripay', '775808-251101362', 'MANDIRIVA', '', '407', '1700035', '251101362', 'T920728427678OLCKD', 'https://tripay.co.id/checkout/T920728427678OLCKD', '1763171778', '2025-11-15', '1763189772', '', 'PAID', '220805', '1763171843', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1002, 'Tripay', '504690-251101772', 'INDOMARET', '', '817', '2100004', '251101772', 'T920728428007TQMDG', 'https://tripay.co.id/checkout/T920728428007TQMDG', '1763172574', '2025-11-15', '1763190574', '', 'UNPAID', '220854', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1003, 'Tripay', '784886-251101772', 'INDOMARET', '', '817', '2100004', '251101772', 'T9207284280913EPKG', 'https://tripay.co.id/checkout/T9207284280913EPKG', '1763172778', '2025-11-15', '1763190777', '', 'UNPAID', '220854', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1004, 'Tripay', '929522-251101772', 'INDOMARET', '', '817', '2100004', '251101772', 'T920728428100PTPEP', 'https://tripay.co.id/checkout/T920728428100PTPEP', '1763172800', '2025-11-15', '1763190800', '', 'UNPAID', '220854', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1005, 'Tripay', '647939-251101311', 'BRIVA', '', '356', '1500025', '251101311', 'T920728430254BMEOP', 'https://tripay.co.id/checkout/T920728430254BMEOP', '1763177509', '2025-11-15', '1763195501', '', 'PAID', '165083', '1763177648', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1006, 'Tripay', '636361-251115001', 'INDOMARET', '', '1145', '82900001', '251115001', 'T920728431386LUD2E', 'https://tripay.co.id/checkout/T920728431386LUD2E', '1763180236', '2025-11-15', '1763198236', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1007, 'Tripay', '203498-251101122', 'QRIS2', '', '167', '1800022', '251101122', 'T9207284314124U9DO', 'https://tripay.co.id/checkout/T9207284314124U9DO', '1763180283', '2025-11-15', '1763182092', '', 'PAID', '165362', '1763180647', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1008, 'Tripay', '667622-251101051', 'BRIVA', '', '56', '1100013', '251101051', 'T920728434601QZK5D', 'https://tripay.co.id/checkout/T920728434601QZK5D', '1763188429', '2025-11-15', '1763206424', '', 'PAID', '220971', '1763188477', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1009, 'Tripay', '456439-251101473', 'BRIVA', '', '518', '300032', '251101473', 'T9207284357641HRFO', 'https://tripay.co.id/checkout/T9207284357641HRFO', '1763191538', '2025-11-15', '1763209532', '', 'PAID', '165025', '1763191705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1010, 'Tripay', '737286-251115003', 'INDOMARET', '', '1148', '81600004', '251115003', 'T920728435769XTW8B', 'https://tripay.co.id/checkout/T920728435769XTW8B', '1763191549', '2025-11-15', '1763209548', '', 'PAID', '220000', '1763191650', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1011, 'Tripay', '67920-251115004', 'INDOMARET', '', '1149', '81100003', '251115004', 'T920728437875L7HDV', 'https://tripay.co.id/checkout/T920728437875L7HDV', '1763197107', '2025-11-15', '1763215107', '', 'PAID', '290000', '1763197593', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1012, 'Tripay', '567975-251101056', 'INDOMARET', '', '61', '1100018', '251101056', 'T920728438663TFUGJ', 'https://tripay.co.id/checkout/T920728438663TFUGJ', '1763199175', '2025-11-15', '1763217175', '', 'PAID', '220698', '1763199420', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1013, 'Tripay', '596511-251101787', 'INDOMARET', '', '832', '2300004', '251101787', 'T920728439927900RL', 'https://tripay.co.id/checkout/T920728439927900RL', '1763201874', '2025-11-15', '1763219874', '', 'UNPAID', '220737', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1014, 'Tripay', '463427-251101787', 'INDOMARET', '', '832', '2300004', '251101787', 'T920728439971R41V5', 'https://tripay.co.id/checkout/T920728439971R41V5', '1763202005', '2025-11-15', '1763220005', '', 'UNPAID', '220737', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1015, 'Tripay', '281348-251101787', 'INDOMARET', '', '832', '2300004', '251101787', 'T920728440007CROUF', 'https://tripay.co.id/checkout/T920728440007CROUF', '1763202135', '2025-11-15', '1763220135', '', 'PAID', '220737', '1763202672', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1016, 'Tripay', '535387-251101401', 'QRIS2', '', '446', '200005', '251101401', 'T920728440319CHDUV', 'https://tripay.co.id/checkout/T920728440319CHDUV', '1763202855', '2025-11-15', '1763204665', '', 'UNPAID', '220721', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1017, 'Tripay', '662274-251101401', 'QRIS2', '', '446', '200005', '251101401', 'T920728440390MHMST', 'https://tripay.co.id/checkout/T920728440390MHMST', '1763203026', '2025-11-15', '1763204836', '', 'UNPAID', '220721', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1018, 'Tripay', '763662-251101782', 'QRIS2', '', '827', '2200004', '251101782', 'T920728440608C1PPT', 'https://tripay.co.id/checkout/T920728440608C1PPT', '1763203454', '2025-11-15', '1763205263', '', 'UNPAID', '220158', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1019, 'Tripay', '828859-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728442727EE3GD', 'https://tripay.co.id/checkout/T920728442727EE3GD', '1763207151', '2025-11-15', '1763225150', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1020, 'Tripay', '887280-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728442789DYLDG', 'https://tripay.co.id/checkout/T920728442789DYLDG', '1763207216', '2025-11-15', '1763225215', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1021, 'Tripay', '920251-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728442815O3AC4', 'https://tripay.co.id/checkout/T920728442815O3AC4', '1763207273', '2025-11-15', '1763225273', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1022, 'Tripay', '489597-251101166', 'INDOMARET', '', '211', '1800073', '251101166', 'T920728442857FHSJK', 'https://tripay.co.id/checkout/T920728442857FHSJK', '1763207331', '2025-11-15', '1763225330', '', 'PAID', '165801', '1763208980', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1023, 'Tripay', '856507-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728442904JNAEA', 'https://tripay.co.id/checkout/T920728442904JNAEA', '1763207418', '2025-11-15', '1763225417', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1024, 'Tripay', '188839-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728442942PMQFO', 'https://tripay.co.id/checkout/T920728442942PMQFO', '1763207475', '2025-11-15', '1763225475', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1025, 'Tripay', '645480-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728442991EPS7J', 'https://tripay.co.id/checkout/T920728442991EPS7J', '1763207551', '2025-11-15', '1763209361', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1026, 'Tripay', '726829-251101062', 'ALFAMART', '', '67', '1100025', '251101062', 'T920728443003CJ1T0', 'https://tripay.co.id/checkout/T920728443003CJ1T0', '1763207567', '2025-11-15', '1763225566', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1027, 'Tripay', '81026-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443031HQHTF', 'https://tripay.co.id/checkout/T920728443031HQHTF', '1763207598', '2025-11-15', '1763209408', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1028, 'Tripay', '840136-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T9207284430447C1FK', 'https://tripay.co.id/checkout/T9207284430447C1FK', '1763207611', '2025-11-15', '1763225611', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1029, 'Tripay', '704992-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443102DWQYO', 'https://tripay.co.id/checkout/T920728443102DWQYO', '1763207690', '2025-11-15', '1763209499', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1030, 'Tripay', '785071-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443141GBSYK', 'https://tripay.co.id/checkout/T920728443141GBSYK', '1763207753', '2025-11-15', '1763209562', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1031, 'Tripay', '677902-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443189YC451', 'https://tripay.co.id/checkout/T920728443189YC451', '1763207830', '2025-11-15', '1763209640', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1032, 'Tripay', '269367-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443259WMWSM', 'https://tripay.co.id/checkout/T920728443259WMWSM', '1763207910', '2025-11-15', '1763209719', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1033, 'Tripay', '573826-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728443465QZS8M', 'https://tripay.co.id/checkout/T920728443465QZS8M', '1763208214', '2025-11-15', '1763226214', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1034, 'Tripay', '853178-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728443637GFDZY', 'https://tripay.co.id/checkout/T920728443637GFDZY', '1763208481', '2025-11-15', '1763226481', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1035, 'Tripay', '292741-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443641KSLQP', 'https://tripay.co.id/checkout/T920728443641KSLQP', '1763208494', '2025-11-15', '1763210303', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1036, 'Tripay', '714126-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443644RDCAL', 'https://tripay.co.id/checkout/T920728443644RDCAL', '1763208508', '2025-11-15', '1763210317', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1037, 'Tripay', '187100-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T9207284437636YCHU', 'https://tripay.co.id/checkout/T9207284437636YCHU', '1763208674', '2025-11-15', '1763210483', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1038, 'Tripay', '638331-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728443806XOVRG', 'https://tripay.co.id/checkout/T920728443806XOVRG', '1763208763', '2025-11-15', '1763226763', '', 'UNPAID', '165336', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1039, 'Tripay', '340039-251101878', 'QRIS2', '', '923', '4100007', '251101878', 'T920728443893WFQVF', 'https://tripay.co.id/checkout/T920728443893WFQVF', '1763208901', '2025-11-15', '1763210710', '', 'UNPAID', '220676', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1040, 'Tripay', '295930-251101985', 'MANDIRIVA', '', '1037', '221128130279', '251101985', 'T920728445119YEO7F', 'https://tripay.co.id/checkout/T920728445119YEO7F', '1763210874', '2025-11-15', '1763228868', '', 'PAID', '220229', '1763211147', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1041, 'Tripay', '157106-251102044', 'INDOMARET', '', '1096', '81800002', '251102044', 'T920728446606CP9Y2', 'https://tripay.co.id/checkout/T920728446606CP9Y2', '1763213933', '2025-11-15', '1763231932', '', 'PAID', '165007', '1763214016', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1042, 'Tripay', '122144-251101782', 'QRIS2', '', '827', '2200004', '251101782', 'T920728451527XRDCK', 'https://tripay.co.id/checkout/T920728451527XRDCK', '1763238961', '2025-11-16', '1763240770', '', 'UNPAID', '220158', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1043, 'Tripay', '757398-251101782', 'QRIS2', '', '827', '2200004', '251101782', 'T920728451771T04WR', 'https://tripay.co.id/checkout/T920728451771T04WR', '1763242856', '2025-11-16', '1763244665', '', 'PAID', '220158', '1763242935', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1044, 'Tripay', '941187-251101363', 'INDOMARET', '', '408', '1700036', '251101363', 'T92072845194124STC', 'https://tripay.co.id/checkout/T92072845194124STC', '1763244281', '2025-11-16', '1763262281', '', 'PAID', '220937', '1763248423', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1045, 'Tripay', '799840-251101462', 'BRIVA', '', '507', '300021', '251101462', 'T920728452035LJWYC', 'https://tripay.co.id/checkout/T920728452035LJWYC', '1763245000', '2025-11-16', '1763262995', '', 'PAID', '220429', '1763245151', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1046, 'Tripay', '922016-251101313', 'BRIVA', '', '358', '1600003', '251101313', 'T920728453159AHQC6', 'https://tripay.co.id/checkout/T920728453159AHQC6', '1763251160', '2025-11-16', '1763269154', '', 'PAID', '220870', '1763251200', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1047, 'Tripay', '653688-251101401', 'QRIS2', '', '446', '200005', '251101401', 'T920728453235FPA6D', 'https://tripay.co.id/checkout/T920728453235FPA6D', '1763251495', '2025-11-16', '1763253304', '', 'PAID', '220721', '1763251574', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1048, 'Tripay', '34878-251101832', 'INDOMARET', '', '877', '2500029', '251101832', 'T9207284532854MHLE', 'https://tripay.co.id/checkout/T9207284532854MHLE', '1763251694', '2025-11-16', '1763269693', '', 'PAID', '165233', '1763252053', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1049, 'Tripay', '435320-251102001', 'INDOMARET', '', '1053', '221128130300', '251102001', 'T920728453320DOS3G', 'https://tripay.co.id/checkout/T920728453320DOS3G', '1763251813', '2025-11-16', '1763269812', '', 'PAID', '220401', '1763253621', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1050, 'Tripay', '235486-251101062', 'INDOMARET', '', '67', '1100025', '251101062', 'T920728454695CBN86', 'https://tripay.co.id/checkout/T920728454695CBN86', '1763256563', '2025-11-16', '1763274563', '', 'PAID', '165336', '1763261946', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1051, 'Tripay', '283634-251101822', 'INDOMARET', '', '867', '2500019', '251101822', 'T920728457080YDLBS', 'https://tripay.co.id/checkout/T920728457080YDLBS', '1763263036', '2025-11-16', '1763281036', '', 'PAID', '220011', '1763263428', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1052, 'Tripay', '825242-251101387', 'QRIS2', '', '432', '2000166', '251101387', 'T920728458505KD8XC', 'https://tripay.co.id/checkout/T920728458505KD8XC', '1763266599', '2025-11-16', '1763268409', '', 'PAID', '220061', '1763266675', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1053, 'Tripay', '417567-251101304', 'INDOMARET', '', '349', '1500018', '251101304', 'T920728463246GVEEA', 'https://tripay.co.id/checkout/T920728463246GVEEA', '1763282188', '2025-11-16', '1763300188', '', 'UNPAID', '165247', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1054, 'Tripay', '222717-251101316', 'QRISC', '', '361', '1600006', '251101316', 'T920728464167BI0CJ', 'https://tripay.co.id/checkout/T920728464167BI0CJ', '1763285715', '2025-11-16', '1763303714', '', 'UNPAID', '220526', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1055, 'Tripay', '480581-251101376', 'INDOMARET', '', '421', '1700049', '251101376', 'T920728466358C5JB6', 'https://tripay.co.id/checkout/T920728466358C5JB6', '1763291828', '2025-11-16', '1763309827', '', 'PAID', '220688', '1763295809', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1056, 'Tripay', '913442-251101817', 'MANDIRIVA', '', '862', '2500014', '251101817', 'T920728466481RK6ZX', 'https://tripay.co.id/checkout/T920728466481RK6ZX', '1763292180', '2025-11-16', '1763310174', '', 'PAID', '220609', '1763292311', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1057, 'Tripay', '876850-251101223', 'BRIVA', '', '268', '2204030172116', '251101223', 'T920728469488AJOKZ', 'https://tripay.co.id/checkout/T920728469488AJOKZ', '1763299587', '2025-11-16', '1763317582', '', 'PAID', '220882', '1763299659', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1058, 'Tripay', '769381-251101016', 'QRIS2', '', '19', '1800003', '251101016', 'T9207284706723EQAL', 'https://tripay.co.id/checkout/T9207284706723EQAL', '1763303177', '2025-11-16', '1763304987', '', 'PAID', '165655', '1763303343', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1059, 'Tripay', '320359-251101581', 'QRIS', '', '626', '1900012', '251101581', 'T920728471642NABPM', 'https://tripay.co.id/checkout/T920728471642NABPM', '1763307124', '2025-11-16', '1763308934', '', 'UNPAID', '220441', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1060, 'Tripay', '859257-251101581', 'QRISC', '', '626', '1900012', '251101581', 'T920728471650GK8V3', 'https://tripay.co.id/checkout/T920728471650GK8V3', '1763307145', '2025-11-16', '1763325144', '', 'PAID', '220441', '1763307210', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1061, 'Tripay', '176347-251101779', 'BRIVA', '', '824', '2200001', '251101779', 'T920728473715VN560', 'https://tripay.co.id/checkout/T920728473715VN560', '1763331488', '2025-11-17', '1763349482', '', 'PAID', '220209', '1763331540', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1062, 'Tripay', '836867-251113002', 'QRIS2', '', '1111', '82600001', '251113002', 'T920728474051U6HRT', 'https://tripay.co.id/checkout/T920728474051U6HRT', '1763334442', '2025-11-17', '1763336252', '', 'PAID', '165000', '1763334518', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1063, 'Tripay', '544462-251101263', 'BNIVA', '', '308', '1300014', '251101263', 'T920728475789OSGW0', 'https://tripay.co.id/checkout/T920728475789OSGW0', '1763340486', '2025-11-17', '1763358480', '', 'PAID', '220127', '1763340582', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1064, 'Tripay', '547029-251101977', 'BNIVA', '', '1029', '221128130267', '251101977', 'T920728476429SZYAG', 'https://tripay.co.id/checkout/T920728476429SZYAG', '1763342490', '2025-11-17', '1763360484', '', 'PAID', '220621', '1763342532', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1065, 'Tripay', '818992-251101037', 'INDOMARET', '', '42', '221128130266', '251101037', 'T920728477777DA2JS', 'https://tripay.co.id/checkout/T920728477777DA2JS', '1763346347', '2025-11-17', '1763364346', '', 'PAID', '220312', '1763346474', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1066, 'Tripay', '712836-251101204', 'INDOMARET', '', '249', '220518183981', '251101204', 'T920728478520KOVQB', 'https://tripay.co.id/checkout/T920728478520KOVQB', '1763348163', '2025-11-17', '1763366162', '', 'PAID', '165716', '1763348214', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1067, 'Tripay', '133947-251101316', 'QRIS', '', '361', '1600006', '251101316', 'T920728478651CJ0MI', 'https://tripay.co.id/checkout/T920728478651CJ0MI', '1763348598', '2025-11-17', '1763350408', '', 'PAID', '220526', '1763348656', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1068, 'Tripay', '278020-251101934', 'QRIS2', '', '986', '220728201838', '251101934', 'T920728479139O2S5C', 'https://tripay.co.id/checkout/T920728479139O2S5C', '1763349812', '2025-11-17', '1763367812', '', 'PAID', '220874', '1763349978', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1069, 'Tripay', '760418-251101068', 'BNIVA', '', '73', '1100031', '251101068', 'T920728479619J6MTJ', 'https://tripay.co.id/checkout/T920728479619J6MTJ', '1763351184', '2025-11-17', '1763369178', '', 'PAID', '220879', '1763351238', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1070, 'Tripay', '873201-251101004', 'INDOMARET', '', '4', '1700053', '251101004', 'T920728480629ZNMJJ', 'https://tripay.co.id/checkout/T920728480629ZNMJJ', '1763354727', '2025-11-17', '1763372726', '', 'PAID', '220576', '1763366951', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1071, 'Tripay', '292961-251101296', 'INDOMARET', '', '341', '1500010', '251101296', 'T920728481823KKRIZ', 'https://tripay.co.id/checkout/T920728481823KKRIZ', '1763358860', '2025-11-17', '1763376860', '', 'UNPAID', '220268', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1072, 'Tripay', '568513-251101046', 'INDOMARET', '', '51', '1100008', '251101046', 'T920728483070UICCQ', 'https://tripay.co.id/checkout/T920728483070UICCQ', '1763363221', '2025-11-17', '1763381220', '', 'UNPAID', '220854', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1073, 'Tripay', '504152-251101805', 'INDOMARET', '', '850', '2500002', '251101805', 'T920728484614R1CFJ', 'https://tripay.co.id/checkout/T920728484614R1CFJ', '1763368752', '2025-11-17', '1763386751', '', 'PAID', '220667', '1763369164', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1074, 'Tripay', '95201-251101966', 'BRIVA', '', '1018', '221128130253', '251101966', 'T920728484753WLP1T', 'https://tripay.co.id/checkout/T920728484753WLP1T', '1763369292', '2025-11-17', '1763387286', '', 'PAID', '220193', '1763370192', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1075, 'Tripay', '854670-251101046', 'INDOMARET', '', '51', '1100008', '251101046', 'T920728485610MY3IF', 'https://tripay.co.id/checkout/T920728485610MY3IF', '1763372381', '2025-11-17', '1763390381', '', 'PAID', '220854', '1763372762', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1076, 'Tripay', '826114-251101296', 'INDOMARET', '', '341', '1500010', '251101296', 'T920728486584LRACN', 'https://tripay.co.id/checkout/T920728486584LRACN', '1763375502', '2025-11-17', '1763393502', '', 'PAID', '220268', '1763376315', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1077, 'Tripay', '89978-251101143', 'INDOMARET', '', '188', '1800046', '251101143', 'T920728488611FLPPX', 'https://tripay.co.id/checkout/T920728488611FLPPX', '1763380934', '2025-11-17', '1763398933', '', 'PAID', '165333', '1763380972', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1078, 'Tripay', '810779-251101165', 'INDOMARET', '', '210', '1800072', '251101165', 'T920728489335AQZ4C', 'https://tripay.co.id/checkout/T920728489335AQZ4C', '1763382325', '2025-11-17', '1763400325', '', 'UNPAID', '165650', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1079, 'Tripay', '76037-251101165', 'ALFAMART', '', '210', '1800072', '251101165', 'T920728489567A34YO', 'https://tripay.co.id/checkout/T920728489567A34YO', '1763382551', '2025-11-17', '1763400550', '', 'PAID', '165650', '1763383179', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1080, 'Tripay', '767826-251101767', 'QRIS2', '', '812', '2000177', '251101767', 'T920728494960G286V', 'https://tripay.co.id/checkout/T920728494960G286V', '1763417927', '2025-11-18', '1763435926', '', 'PAID', '165105', '1763417986', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1081, 'Tripay', '119983-251104002', 'QRIS2', '', '1113', '81800004', '251104002', 'T920728495042HFQX6', 'https://tripay.co.id/checkout/T920728495042HFQX6', '1763418652', '2025-11-18', '1763436651', '', 'PAID', '165000', '1763418708', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1082, 'Tripay', '83333-251101375', 'INDOMARET', '', '420', '1700048', '251101375', 'T920728495813L5H9O', 'https://tripay.co.id/checkout/T920728495813L5H9O', '1763424317', '2025-11-18', '1763442316', '', 'PAID', '220129', '1763424408', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1083, 'Tripay', '936635-251101397', 'QRIS2', '', '442', '200001', '251101397', 'T9207284982750FXFN', 'https://tripay.co.id/checkout/T9207284982750FXFN', '1763434718', '2025-11-18', '1763452718', '', 'PAID', '220702', '1763434761', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1084, 'Tripay', '239415-251101978', 'QRIS2', '', '1030', '221128130268', '251101978', 'T920728498877TZNMZ', 'https://tripay.co.id/checkout/T920728498877TZNMZ', '1763437134', '2025-11-18', '1763455134', '', 'PAID', '220078', '1763437203', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1085, 'Tripay', '9560-251101781', 'INDOMARET', '', '826', '2200003', '251101781', 'T920728505710IIM9L', 'https://tripay.co.id/checkout/T920728505710IIM9L', '1763463278', '2025-11-18', '1763481277', '', 'PAID', '220502', '1763463712', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1086, 'Tripay', '944446-251101426', 'QRIS2', '', '471', '200030', '251101426', 'T920728506246MOIBP', 'https://tripay.co.id/checkout/T920728506246MOIBP', '1763465043', '2025-11-18', '1763483043', '', 'PAID', '220720', '1763465092', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1087, 'Tripay', '959250-251101482', 'INDOMARET', '', '527', '400005', '251101482', 'T920728507068YERNM', 'https://tripay.co.id/checkout/T920728507068YERNM', '1763467689', '2025-11-18', '1763485688', '', 'PAID', '165719', '1763468399', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1088, 'Tripay', '296612-251101862', 'BNIVA', '', '907', '2900005', '251101862', 'T920728509231JNHII', 'https://tripay.co.id/checkout/T920728509231JNHII', '1763473735', '2025-11-18', '1763491729', '', 'PAID', '220566', '1763473796', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1089, 'Tripay', '652491-251101503', 'BRIVA', '', '548', '500016', '251101503', 'T920728513463JC9QK', 'https://tripay.co.id/checkout/T920728513463JC9QK', '1763508580', '2025-11-19', '1763526575', '', 'PAID', '220607', '1763508661', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1090, 'Tripay', '960415-251101091', 'BRIVA', '', '96', '1200023', '251101091', 'T920728515399QNXQD', 'https://tripay.co.id/checkout/T920728515399QNXQD', '1763516691', '2025-11-19', '1763534686', '', 'PAID', '220361', '1763516756', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1091, 'Tripay', '549893-251101453', 'INDOMARET', '', '498', '300011', '251101453', 'T920728515619AORFN', 'https://tripay.co.id/checkout/T920728515619AORFN', '1763517437', '2025-11-19', '1763535437', '', 'PAID', '220084', '1763517525', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1092, 'Tripay', '710340-251101337', 'QRIS2', '', '382', '1700009', '251101337', 'T920728516156MYEIV', 'https://tripay.co.id/checkout/T920728516156MYEIV', '1763519161', '2025-11-19', '1763537161', '', 'PAID', '220839', '1763519239', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1093, 'Tripay', '388045-251101741', 'QRIS2', '', '786', '2000147', '251101741', 'T9207285210981EFZX', 'https://tripay.co.id/checkout/T9207285210981EFZX', '1763536170', '2025-11-19', '1763554170', '', 'PAID', '220921', '1763536230', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1094, 'Tripay', '857088-251101803', 'INDOMARET', '', '848', '2400014', '251101803', 'T920728523180CUWZE', 'https://tripay.co.id/checkout/T920728523180CUWZE', '1763543399', '2025-11-19', '1763561399', '', 'PAID', '220670', '1763550825', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1095, 'Tripay', '674191-251101070', 'INDOMARET', '', '75', '1200001', '251101070', 'T920728524233YMDRD', 'https://tripay.co.id/checkout/T920728524233YMDRD', '1763546550', '2025-11-19', '1763564549', '', 'PAID', '220843', '1763546705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1096, 'Tripay', '969992-251101018', 'QRIS2', '', '21', '1600020', '251101018', 'T9207285305201HNYQ', 'https://tripay.co.id/checkout/T9207285305201HNYQ', '1763563912', '2025-11-19', '1763581911', '', 'PAID', '220549', '1763563957', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1097, 'Tripay', '201383-251101866', 'MANDIRIVA', '', '911', '3100002', '251101866', 'T9207285316715QVAN', 'https://tripay.co.id/checkout/T9207285316715QVAN', '1763571016', '2025-11-19', '1763589010', '', 'PAID', '220051', '1763571514', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1098, 'Tripay', '151465-251101274', 'INDOMARET', '', '319', '1400005', '251101274', 'T9207285326227BOKO', 'https://tripay.co.id/checkout/T9207285326227BOKO', '1763583441', '2025-11-20', '1763601441', '', 'PAID', '220861', '1763583533', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1099, 'Tripay', '594562-251101274', 'INDOMARET', '', '319', '1400005', '251101274', 'T920728532627IPFUF', 'https://tripay.co.id/checkout/T920728532627IPFUF', '1763583503', '2025-11-20', '1763601503', '', 'UNPAID', '220861', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1100, 'Tripay', '542983-251101498', 'BNIVA', '', '543', '500011', '251101498', 'T920728533213RXCV5', 'https://tripay.co.id/checkout/T920728533213RXCV5', '1763591121', '2025-11-20', '1763609115', '', 'PAID', '220831', '1763591173', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1101, 'Tripay', '241332-251102073', 'QRISC', '', '1130', '8300001', '251102073', 'T920728533488Z5LEO', 'https://tripay.co.id/checkout/T920728533488Z5LEO', '1763593158', '2025-11-20', '1763611157', '', 'UNPAID', '220982', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1102, 'Tripay', '651921-251102073', 'QRISC', '', '1130', '8300001', '251102073', 'T920728533501NUQEQ', 'https://tripay.co.id/checkout/T920728533501NUQEQ', '1763593256', '2025-11-20', '1763611256', '', 'UNPAID', '220982', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1103, 'Tripay', '761689-251102073', 'QRIS2', '', '1130', '8300001', '251102073', 'T920728533515NYHTF', 'https://tripay.co.id/checkout/T920728533515NYHTF', '1763593344', '2025-11-20', '1763611344', '', 'PAID', '220982', '1763593487', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1104, 'Tripay', '730630-251102073', 'QRIS2', '', '1130', '8300001', '251102073', 'T920728533526JD9JG', 'https://tripay.co.id/checkout/T920728533526JD9JG', '1763593424', '2025-11-20', '1763611423', '', 'UNPAID', '220982', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1105, 'Tripay', '231685-251101710', 'INDOMARET', '', '755', '2000112', '251101710', 'T920728534138BNFMD', 'https://tripay.co.id/checkout/T920728534138BNFMD', '1763596365', '2025-11-20', '1763614364', '', 'PAID', '220462', '1763596828', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1106, 'Tripay', '636602-251101668', 'BRIVA', '', '713', '2000067', '251101668', 'T920728534260YAD9V', 'https://tripay.co.id/checkout/T920728534260YAD9V', '1763597040', '2025-11-20', '1763615034', '', 'PAID', '220408', '1763597083', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1107, 'Tripay', '914724-251101952', 'MANDIRIVA', '', '1004', '221001182861', '251101952', 'T920728538375STO6S', 'https://tripay.co.id/checkout/T920728538375STO6S', '1763609317', '2025-11-20', '1763627311', '', 'PAID', '220692', '1763609380', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1108, 'Tripay', '303986-251101232', 'INDOMARET', '', '277', '221001182830', '251101232', 'T9207285384133UNLC', 'https://tripay.co.id/checkout/T9207285384133UNLC', '1763609416', '2025-11-20', '1763627415', '', 'PAID', '165885', '1763610239', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1109, 'Tripay', '426062-251101906', 'INDOMARET', '', '958', '220518184039', '251101906', 'T920728538556LTB6G', 'https://tripay.co.id/checkout/T920728538556LTB6G', '1763609772', '2025-11-20', '1763627771', '', 'UNPAID', '220585', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1110, 'Tripay', '312274-251102079', 'INDOMARET', '', '1121', '81600002', '251102079', 'T920728539698DNRRB', 'https://tripay.co.id/checkout/T920728539698DNRRB', '1763613453', '2025-11-20', '1763631453', '', 'PAID', '165000', '1763622947', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1111, 'Tripay', '825393-251101031', 'MANDIRIVA', '', '36', '220518183986', '251101031', 'T920728541644G66GQ', 'https://tripay.co.id/checkout/T920728541644G66GQ', '1763619580', '2025-11-20', '1763637574', '', 'PAID', '165395', '1763619792', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1112, 'Tripay', '397475-251101902', 'BRIVA', '', '954', '220518184012', '251101902', 'T920728543612IEFOI', 'https://tripay.co.id/checkout/T920728543612IEFOI', '1763625997', '2025-11-20', '1763643992', '', 'PAID', '220321', '1763626068', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1113, 'Tripay', '55483-251102007', 'INDOMARET', '', '1059', '230220191145', '251102007', 'T9207285461234WDU9', 'https://tripay.co.id/checkout/T9207285461234WDU9', '1763633152', '2025-11-20', '1763651151', '', 'UNPAID', '220470', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1114, 'Tripay', '688038-251102063', 'INDOMARET', '', '1118', '81900001', '251102063', 'T920728546667S9Z7U', 'https://tripay.co.id/checkout/T920728546667S9Z7U', '1763634479', '2025-11-20', '1763652478', '', 'PAID', '220707', '1763634767', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1115, 'Tripay', '399725-251102004', 'QRIS2', '', '1056', '230220191142', '251102004', 'T920728549027SIEDH', 'https://tripay.co.id/checkout/T920728549027SIEDH', '1763639740', '2025-11-20', '1763657740', '', 'PAID', '220088', '1763639819', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1116, 'Tripay', '535023-251101921', 'BRIVA', '', '973', '220612165065', '251101921', 'T920728551028FFSTC', 'https://tripay.co.id/checkout/T920728551028FFSTC', '1763643539', '2025-11-20', '1763661532', '', 'PAID', '220115', '1763643591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1117, 'Tripay', '685755-251101742', 'QRIS2', '', '787', '2000148', '251101742', 'T9207285532880OOC7', 'https://tripay.co.id/checkout/T9207285532880OOC7', '1763648944', '2025-11-20', '1763666944', '', 'PAID', '220814', '1763649047', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1118, 'Tripay', '357563-251101915', 'INDOMARET', '', '967', '220612165058', '251101915', 'T9207285583474NIXC', 'https://tripay.co.id/checkout/T9207285583474NIXC', '1763681868', '2025-11-21', '1763699867', '', 'PAID', '220660', '1763682310', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1119, 'Tripay', '636345-251101937', 'ALFAMART', '', '989', '221001182828', '251101937', 'T920728558718UAY7I', 'https://tripay.co.id/checkout/T920728558718UAY7I', '1763683347', '2025-11-21', '1763701347', '', 'PAID', '220882', '1763683827', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1120, 'Tripay', '151494-251101961', 'QRIS2', '', '1013', '221128130247', '251101961', 'T920728559580XU27G', 'https://tripay.co.id/checkout/T920728559580XU27G', '1763685866', '2025-11-21', '1763703866', '', 'PAID', '220858', '1763688223', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1121, 'Tripay', '272655-251101266', 'BRIVA', '', '311', '1300018', '251101266', 'T920728559785NYCT6', 'https://tripay.co.id/checkout/T920728559785NYCT6', '1763686416', '2025-11-21', '1763704410', '', 'PAID', '850052', '1763686500', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1122, 'Tripay', '509013-251101107', 'QRISC', '', '152', '1800002', '251101107', 'T920728560075U7NJ4', 'https://tripay.co.id/checkout/T920728560075U7NJ4', '1763687245', '2025-11-21', '1763705245', '', 'PAID', '165418', '1763689550', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1123, 'Tripay', '931717-251101980', 'MANDIRIVA', '', '1032', '221128130270', '251101980', 'T9207285601797LMVA', 'https://tripay.co.id/checkout/T9207285601797LMVA', '1763687513', '2025-11-21', '1763705507', '', 'PAID', '220542', '1763687658', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1124, 'Tripay', '415368-251102072', 'BRIVA', '', '1128', '8200003', '251102072', 'T920728562202JIQEG', 'https://tripay.co.id/checkout/T920728562202JIQEG', '1763692757', '2025-11-21', '1763710751', '', 'PAID', '220154', '1763692884', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1125, 'Tripay', '551279-251101255', 'QRIS2', '', '300', '1300006', '251101255', 'T920728562205JTS8E', 'https://tripay.co.id/checkout/T920728562205JTS8E', '1763692766', '2025-11-21', '1763710766', '', 'PAID', '220882', '1763692803', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1126, 'Tripay', '215069-251102009', 'QRIS2', '', '1061', '230220191147', '251102009', 'T920728562725A1D9S', 'https://tripay.co.id/checkout/T920728562725A1D9S', '1763694179', '2025-11-21', '1763712179', '', 'PAID', '220071', '1763694414', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1127, 'Tripay', '786315-251101843', 'QRIS2', '', '888', '2600003', '251101843', 'T920728563138BPSDV', 'https://tripay.co.id/checkout/T920728563138BPSDV', '1763695361', '2025-11-21', '1763713361', '', 'PAID', '220614', '1763695420', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1128, 'Tripay', '551243-251102007', 'INDOMARET', '', '1059', '230220191145', '251102007', 'T920728563734ULWBS', 'https://tripay.co.id/checkout/T920728563734ULWBS', '1763697058', '2025-11-21', '1763715058', '', 'PAID', '220470', '1763697813', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1129, 'Tripay', '887660-251101973', 'BRIVA', '', '1025', '221128130261', '251101973', 'T920728564077YBXCU', 'https://tripay.co.id/checkout/T920728564077YBXCU', '1763698134', '2025-11-21', '1763716127', '', 'PAID', '220407', '1763698204', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1130, 'Tripay', '440592-251102067', 'QRIS2', '', '1123', '82000009', '251102067', 'T920728564536JJXAB', 'https://tripay.co.id/checkout/T920728564536JJXAB', '1763699516', '2025-11-21', '1763717515', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1131, 'Tripay', '458813-251102067', 'QRIS2', '', '1123', '82000009', '251102067', 'T9207285645998OOJ0', 'https://tripay.co.id/checkout/T9207285645998OOJ0', '1763699683', '2025-11-21', '1763717682', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1132, 'Tripay', '475840-251101110', 'QRIS2', '', '155', '1800007', '251101110', 'T920728564915C9GUT', 'https://tripay.co.id/checkout/T920728564915C9GUT', '1763700825', '2025-11-21', '1763718824', '', 'PAID', '165689', '1763700887', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1133, 'Tripay', '824306-251101039', 'BRIVA', '', '44', '1100001', '251101039', 'T92072856534898JU2', 'https://tripay.co.id/checkout/T92072856534898JU2', '1763702270', '2025-11-21', '1763720264', '', 'PAID', '220431', '1763702350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1134, 'Tripay', '883852-251102008', 'QRIS2', '', '1060', '230220191146', '251102008', 'T9207285657880DJ5M', 'https://tripay.co.id/checkout/T9207285657880DJ5M', '1763703659', '2025-11-21', '1763721658', '', 'PAID', '220567', '1763703717', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1135, 'Tripay', '190826-251102076', 'QRIS', '', '1133', '81500002', '251102076', 'T920728568104BPOGM', 'https://tripay.co.id/checkout/T920728568104BPOGM', '1763711101', '2025-11-21', '1763712912', '', 'PAID', '220629', '1763711193', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1136, 'Tripay', '587181-251101906', 'INDOMARET', '', '958', '220518184039', '251101906', 'T9207285685164PPWH', 'https://tripay.co.id/checkout/T9207285685164PPWH', '1763712396', '2025-11-21', '1763730396', '', 'PAID', '220585', '1763713563', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1137, 'Tripay', '676345-251101081', 'INDOMARET', '', '86', '1200013', '251101081', 'T920728570322XJIDK', 'https://tripay.co.id/checkout/T920728570322XJIDK', '1763718157', '2025-11-21', '1763736157', '', 'PAID', '220207', '1763725369', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1138, 'Tripay', '133400-251101235', 'INDOMARET', '', '280', '221001182843', '251101235', 'T920728571057AIH2Y', 'https://tripay.co.id/checkout/T920728571057AIH2Y', '1763720395', '2025-11-21', '1763738394', '', 'PAID', '165693', '1763721400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1139, 'Tripay', '498082-251101776', 'QRIS2', '', '821', '2100009', '251101776', 'T920728571425YB59E', 'https://tripay.co.id/checkout/T920728571425YB59E', '1763721368', '2025-11-21', '1763723180', '', 'PAID', '220862', '1763721444', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1140, 'Tripay', '786400-251101217', 'INDOMARET', '', '262', '220518183997', '251101217', 'T920728572464K7BYA', 'https://tripay.co.id/checkout/T920728572464K7BYA', '1763723961', '2025-11-21', '1763741960', '', 'PAID', '220610', '1763726751', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1141, 'Tripay', '837663-251102005', 'QRIS2', '', '1057', '230220191143', '251102005', 'T920728572557ZUU0P', 'https://tripay.co.id/checkout/T920728572557ZUU0P', '1763724196', '2025-11-21', '1763726007', '', 'PAID', '220667', '1763724253', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1142, 'Tripay', '827346-251101743', 'MANDIRIVA', '', '788', '2000149', '251101743', 'T920728578625C1IHE', 'https://tripay.co.id/checkout/T920728578625C1IHE', '1763746271', '2025-11-22', '1763764265', '', 'UNPAID', '220740', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1143, 'Tripay', '575370-251101187', 'MANDIRIVA', '', '232', '1800094', '251101187', 'T920728579055ZSHCQ', 'https://tripay.co.id/checkout/T920728579055ZSHCQ', '1763750693', '2025-11-22', '1763768687', '', 'UNPAID', '220728', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1144, 'Tripay', '895241-251101187', 'MANDIRIVA', '', '232', '1800094', '251101187', 'T920728579080PJHXQ', 'https://tripay.co.id/checkout/T920728579080PJHXQ', '1763751080', '2025-11-22', '1763769078', '', 'UNPAID', '220728', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1145, 'Tripay', '145456-251101744', 'QRISC', '', '789', '2000150', '251101744', 'T920728579521JUZLJ', 'https://tripay.co.id/checkout/T920728579521JUZLJ', '1763759782', '2025-11-22', '1763777782', '', 'PAID', '220830', '1763759853', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1146, 'Tripay', '39976-251101164', 'INDOMARET', '', '209', '1800071', '251101164', 'T9207285795865TZKV', 'https://tripay.co.id/checkout/T9207285795865TZKV', '1763760697', '2025-11-22', '1763778697', '', 'UNPAID', '165672', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1147, 'Tripay', '249520-251101370', 'QRIS2', '', '415', '1700043', '251101370', 'T920728579744OPJWH', 'https://tripay.co.id/checkout/T920728579744OPJWH', '1763762639', '2025-11-22', '1763764451', '', 'UNPAID', '220043', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1148, 'Tripay', '90462-251101281', 'INDOMARET', '', '326', '1400013', '251101281', 'T920728580367AA5XP', 'https://tripay.co.id/checkout/T920728580367AA5XP', '1763767602', '2025-11-22', '1763785602', '', 'PAID', '220425', '1763768733', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1149, 'Tripay', '330166-251101823', 'QRIS2', '', '868', '2500020', '251101823', 'T920728580704OF6L6', 'https://tripay.co.id/checkout/T920728580704OF6L6', '1763769652', '2025-11-22', '1763771463', '', 'PAID', '220446', '1763769706', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1150, 'Tripay', '686990-251101130', 'INDOMARET', '', '175', '1800031', '251101130', 'T920728580707DWGTQ', 'https://tripay.co.id/checkout/T920728580707DWGTQ', '1763769659', '2025-11-22', '1763787659', '', 'PAID', '165659', '1763769733', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1151, 'Tripay', '608357-251101568', 'BRIVA', '', '613', '1600023', '251101568', 'T920728580722O6ZCX', 'https://tripay.co.id/checkout/T920728580722O6ZCX', '1763769760', '2025-11-22', '1763787754', '', 'PAID', '220299', '1763770010', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1152, 'Tripay', '853309-251101327', 'INDOMARET', '', '372', '1600017', '251101327', 'T9207285834177TJMU', 'https://tripay.co.id/checkout/T9207285834177TJMU', '1763780890', '2025-11-22', '1763798889', '', 'UNPAID', '220741', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1153, 'Tripay', '941827-251102070', 'BRIVA', '', '1126', '1700055', '251102070', 'T920728584048QUQVN', 'https://tripay.co.id/checkout/T920728584048QUQVN', '1763783263', '2025-11-22', '1763801258', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1154, 'Tripay', '578884-251102070', 'BRIVA', '', '1126', '1700055', '251102070', 'T920728584067RWYGE', 'https://tripay.co.id/checkout/T920728584067RWYGE', '1763783333', '2025-11-22', '1763801333', '', 'PAID', '220000', '1763783455', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1155, 'Tripay', '415933-251101402', 'QRIS2', '', '447', '200006', '251101402', 'T9207285842925KROV', 'https://tripay.co.id/checkout/T9207285842925KROV', '1763784176', '2025-11-22', '1763785988', '', 'PAID', '220959', '1763784218', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1156, 'Tripay', '961739-251101225', 'INDOMARET', '', '270', '220612165044', '251101225', 'T920728584396LAAFI', 'https://tripay.co.id/checkout/T920728584396LAAFI', '1763784581', '2025-11-22', '1763802580', '', 'PAID', '220109', '1763786432', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1157, 'Tripay', '330817-251101373', 'ALFAMART', '', '418', '1700046', '251101373', 'T920728585119EQDTD', 'https://tripay.co.id/checkout/T920728585119EQDTD', '1763787424', '2025-11-22', '1763805424', '', 'PAID', '220352', '1763787484', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1158, 'Tripay', '564252-251101370', 'QRIS2', '', '415', '1700043', '251101370', 'T920728585577FNHQX', 'https://tripay.co.id/checkout/T920728585577FNHQX', '1763789262', '2025-11-22', '1763791073', '', 'PAID', '220043', '1763789323', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1159, 'Tripay', '439551-251101941', 'INDOMARET', '', '993', '221001182837', '251101941', 'T920728586944ILQNW', 'https://tripay.co.id/checkout/T920728586944ILQNW', '1763795246', '2025-11-22', '1763813246', '', 'PAID', '220860', '1763796721', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1160, 'Tripay', '94095-251101136', 'INDOMARET', '', '181', '1800039', '251101136', 'T920728587156YXP0N', 'https://tripay.co.id/checkout/T920728587156YXP0N', '1763796128', '2025-11-22', '1763814127', '', 'UNPAID', '165520', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1161, 'Tripay', '763416-251101210', 'QRIS2', '', '255', '220518183988', '251101210', 'T920728587698DAP9O', 'https://tripay.co.id/checkout/T920728587698DAP9O', '1763798365', '2025-11-22', '1763800176', '', 'PAID', '165228', '1763798413', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1162, 'Tripay', '527140-251101012', 'INDOMARET', '', '14', '1800008', '251101012', 'T9207285877072WGVU', 'https://tripay.co.id/checkout/T9207285877072WGVU', '1763798396', '2025-11-22', '1763816396', '', 'PAID', '165516', '1763798505', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1163, 'Tripay', '254969-251101327', 'INDOMARET', '', '372', '1600017', '251101327', 'T920728588989CDCYX', 'https://tripay.co.id/checkout/T920728588989CDCYX', '1763803882', '2025-11-22', '1763821881', '', 'UNPAID', '220741', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1164, 'Tripay', '982679-251101308', 'INDOMARET', '', '353', '1500022', '251101308', 'T920728589393RJOWA', 'https://tripay.co.id/checkout/T920728589393RJOWA', '1763805398', '2025-11-22', '1763823397', '', 'PAID', '220172', '1763805482', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1165, 'Tripay', '610315-251101358', 'ALFAMART', '', '403', '1700031', '251101358', 'T9207285909835CBEM', 'https://tripay.co.id/checkout/T9207285909835CBEM', '1763810937', '2025-11-22', '1763828937', '', 'PAID', '220418', '1763811713', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1166, 'Tripay', '953-251101156', 'INDOMARET', '', '201', '1800061', '251101156', 'T920728592006AYOHQ', 'https://tripay.co.id/checkout/T920728592006AYOHQ', '1763813981', '2025-11-22', '1763831981', '', 'UNPAID', '165534', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1167, 'Tripay', '648507-251101156', 'INDOMARET', '', '201', '1800061', '251101156', 'T9207285926915T97U', 'https://tripay.co.id/checkout/T9207285926915T97U', '1763815833', '2025-11-22', '1763833833', '', 'UNPAID', '165534', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1168, 'Tripay', '990655-251101584', 'QRIS2', '', '629', '1900015', '251101584', 'T920728596606F2F8I', 'https://tripay.co.id/checkout/T920728596606F2F8I', '1763832633', '2025-11-23', '1763834445', '', 'PAID', '220179', '1763832672', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1169, 'Tripay', '782287-251101156', 'INDOMARET', '', '201', '1800061', '251101156', 'T920728599290FL1LN', 'https://tripay.co.id/checkout/T920728599290FL1LN', '1763860384', '2025-11-23', '1763878384', '', 'PAID', '165534', '1763860632', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1170, 'Tripay', '968392-251101136', 'INDOMARET', '', '181', '1800039', '251101136', 'T920728599411XUS8O', 'https://tripay.co.id/checkout/T920728599411XUS8O', '1763860881', '2025-11-23', '1763878881', '', 'UNPAID', '165520', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1171, 'Tripay', '413946-251101253', 'INDOMARET', '', '298', '1300004', '251101253', 'T920728600736KUQ7X', 'https://tripay.co.id/checkout/T920728600736KUQ7X', '1763866377', '2025-11-23', '1763884377', '', 'PAID', '220233', '1763866603', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1172, 'Tripay', '334924-251101438', 'BNIVA', '', '483', '200045', '251101438', 'T920728601061DETAO', 'https://tripay.co.id/checkout/T920728601061DETAO', '1763867636', '2025-11-23', '1763885631', '', 'PAID', '220291', '1763867705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1173, 'Tripay', '484206-251101799', 'QRIS2', '', '844', '2400010', '251101799', 'T920728601393PYHSW', 'https://tripay.co.id/checkout/T920728601393PYHSW', '1763868955', '2025-11-23', '1763870767', '', 'PAID', '220372', '1763869048', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1174, 'Tripay', '614591-251101838', 'BRIVA', '', '883', '2500035', '251101838', 'T9207286015449Q2HL', 'https://tripay.co.id/checkout/T9207286015449Q2HL', '1763869545', '2025-11-23', '1763887539', '', 'PAID', '220761', '1763869636', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1175, 'Tripay', '78460-251101136', 'INDOMARET', '', '181', '1800039', '251101136', 'T920728606155QPVCG', 'https://tripay.co.id/checkout/T920728606155QPVCG', '1763888288', '2025-11-23', '1763906287', '', 'PAID', '165520', '1763888628', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1176, 'Tripay', '961852-251101121', 'INDOMARET', '', '166', '1800021', '251101121', 'T920728607083NZDMC', 'https://tripay.co.id/checkout/T920728607083NZDMC', '1763891904', '2025-11-23', '1763909903', '', 'PAID', '165911', '1763891998', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1177, 'Tripay', '870192-251101005', 'INDOMARET', '', '7', '220430172109', '251101005', 'T920728608318BOIYY', 'https://tripay.co.id/checkout/T920728608318BOIYY', '1763896369', '2025-11-23', '1763914368', '', 'PAID', '220661', '1763896543', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1178, 'Tripay', '712506-251007011', 'QRIS2', '', '939', '220404165731', '251007011', 'T920728609536ELTKO', 'https://tripay.co.id/checkout/T920728609536ELTKO', '1763900209', '2025-11-23', '1763902020', '', 'PAID', '220942', '1763900270', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1179, 'Tripay', '32110-251007011', 'QRIS2', '', '939', '220404165731', '251007011', 'T920728609551PT6CM', 'https://tripay.co.id/checkout/T920728609551PT6CM', '1763900254', '2025-11-23', '1763902066', '', 'UNPAID', '220942', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1180, 'Tripay', '495780-251101887', 'QRIS2', '', '939', '220404165731', '251101887', 'T920728609573SYTY5', 'https://tripay.co.id/checkout/T920728609573SYTY5', '1763900319', '2025-11-23', '1763902131', '', 'PAID', '220851', '1763900350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1181, 'Tripay', '707490-251101164', 'INDOMARET', '', '209', '1800071', '251101164', 'T920728610168ZVXNY', 'https://tripay.co.id/checkout/T920728610168ZVXNY', '1763902173', '2025-11-23', '1763920172', '', 'UNPAID', '165672', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1182, 'Tripay', '645605-251101329', 'MANDIRIVA', '', '374', '1600019', '251101329', 'T920728612144YHL0N', 'https://tripay.co.id/checkout/T920728612144YHL0N', '1763909902', '2025-11-23', '1763927897', '', 'PAID', '220929', '1763910018', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1183, 'Tripay', '493780-251101015', 'QRIS2', '', '18', '221001182855', '251101015', 'T920728615079PSI21', 'https://tripay.co.id/checkout/T920728615079PSI21', '1763941396', '2025-11-24', '1763943209', '', 'PAID', '220427', '1763941488', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1184, 'Tripay', '121439-251101021', 'QRIS2', '', '25', '221128130243', '251101021', 'T920728616970TMR4A', 'https://tripay.co.id/checkout/T920728616970TMR4A', '1763950723', '2025-11-24', '1763952535', '', 'PAID', '330519', '1763950759', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1185, 'Tripay', '878443-251101963', 'BNIVA', '', '1015', '221128130249', '251101963', 'T920728617378RFWIO', 'https://tripay.co.id/checkout/T920728617378RFWIO', '1763952298', '2025-11-24', '1763970292', '', 'PAID', '220822', '1763952391', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1186, 'Tripay', '625230-251101009', 'BRIVA', '', '11', '220121164229', '251101009', 'T920728632867VWDB1', 'https://tripay.co.id/checkout/T920728632867VWDB1', '1763963068', '2025-11-24', '1763981062', '', 'PAID', '220147', '1763963115', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1187, 'Tripay', '303414-251101899', 'INDOMARET', '', '951', '220518183968', '251101899', 'T920728635551ZKMKY', 'https://tripay.co.id/checkout/T920728635551ZKMKY', '1763973093', '2025-11-24', '1763991093', '', 'PAID', '220280', '1763974370', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1188, 'Tripay', '727-251101003', 'QRIS2', '', '3', '2700005', '251101003', 'T920728635785VWNX6', 'https://tripay.co.id/checkout/T920728635785VWNX6', '1763974074', '2025-11-24', '1763975886', '', 'PAID', '220913', '1763974187', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1189, 'Tripay', '659142-251101115', 'INDOMARET', '', '160', '1800013', '251101115', 'T920728640887S4H13', 'https://tripay.co.id/checkout/T920728640887S4H13', '1763985789', '2025-11-24', '1764003788', '', 'PAID', '165891', '1763985881', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1190, 'Tripay', '318501-251101237', 'BRIVA', '', '282', '221001182859', '251101237', 'T920728641047NEC44', 'https://tripay.co.id/checkout/T920728641047NEC44', '1763986241', '2025-11-24', '1764004235', '', 'PAID', '165452', '1763986414', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1191, 'Tripay', '828478-251101396', 'INDOMARET', '', '441', '1800098', '251101396', 'T920728641188F7TZP', 'https://tripay.co.id/checkout/T920728641188F7TZP', '1763986567', '2025-11-24', '1764004567', '', 'UNPAID', '165862', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1192, 'Tripay', '11243-251101396', 'INDOMARET', '', '441', '1800098', '251101396', 'T920728641255TDN4M', 'https://tripay.co.id/checkout/T920728641255TDN4M', '1763986718', '2025-11-24', '1764004718', '', 'PAID', '165862', '1763986792', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1193, 'Tripay', '723138-251006388', 'BRIVA', '', '428', '220518183982', '251006388', 'T920728642083GNQAN', 'https://tripay.co.id/checkout/T920728642083GNQAN', '1763988791', '2025-11-24', '1764006784', '', 'PAID', '165000', '1763988872', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1194, 'Tripay', '607795-251101040', 'INDOMARET', '', '45', '1100002', '251101040', 'T920728643215AEJSP', 'https://tripay.co.id/checkout/T920728643215AEJSP', '1763991572', '2025-11-24', '1764009572', '', 'PAID', '220157', '1763992247', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1195, 'Tripay', '608725-251101025', 'BRIVA', '', '30', '1800036', '251101025', 'T920728644459DLGKD', 'https://tripay.co.id/checkout/T920728644459DLGKD', '1763995393', '2025-11-24', '1764013388', '', 'UNPAID', '220182', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1196, 'Tripay', '871280-251101025', 'BRIVA', '', '30', '1800036', '251101025', 'T920728644579GYJYT', 'https://tripay.co.id/checkout/T920728644579GYJYT', '1763995921', '2025-11-24', '1764013921', '', 'PAID', '220182', '1763995975', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1197, 'Tripay', '109189-251101065', 'QRIS2', '', '70', '1100028', '251101065', 'T920728646348YJFYU', 'https://tripay.co.id/checkout/T920728646348YJFYU', '1764008797', '2025-11-25', '1764010609', '', 'PAID', '220420', '1764008896', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1198, 'Tripay', '584656-251101175', 'QRIS2', '', '220', '1800082', '251101175', 'T920728646968ZGZWI', 'https://tripay.co.id/checkout/T920728646968ZGZWI', '1764020401', '2025-11-25', '1764024014', '', 'PAID', '220055', '1764020502', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1199, 'Tripay', '11068-251101544', 'BNIVA', '', '589', '600043', '251101544', 'T920728648514ATR2O', 'https://tripay.co.id/checkout/T920728648514ATR2O', '1764027269', '2025-11-25', '1764045264', '', 'PAID', '220661', '1764027373', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1200, 'Tripay', '271064-251101150', 'INDOMARET', '', '195', '1800054', '251101150', 'T920728649101BYCRK', 'https://tripay.co.id/checkout/T920728649101BYCRK', '1764029202', '2025-11-25', '1764047202', '', 'PAID', '165063', '1764029267', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1201, 'Tripay', '75811-251101425', 'QRIS2', '', '470', '200029', '251101425', 'T920728651431FL9QR', 'https://tripay.co.id/checkout/T920728651431FL9QR', '1764037779', '2025-11-25', '1764039592', '', 'PAID', '220778', '1764037870', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1202, 'Tripay', '806611-251101105', 'INDOMARET', '', '150', '220204154623', '251101105', 'T920728652025B8OKP', 'https://tripay.co.id/checkout/T920728652025B8OKP', '1764039826', '2025-11-25', '1764057825', '', 'PAID', '220991', '1764049849', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1203, 'Tripay', '747050-251101002', 'INDOMARET', '', '2', '220319181539', '251101002', 'T920728652978DRW2T', 'https://tripay.co.id/checkout/T920728652978DRW2T', '1764043112', '2025-11-25', '1764061111', '', 'PAID', '220933', '1764043408', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1204, 'Tripay', '111876-251101327', 'INDOMARET', '', '372', '1600017', '251101327', 'T920728653910FEPKG', 'https://tripay.co.id/checkout/T920728653910FEPKG', '1764046274', '2025-11-25', '1764064274', '', 'PAID', '220741', '1764046448', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1205, 'Tripay', '339302-251101028', 'INDOMARET', '', '33', '220127020759', '251101028', 'T920728654824AAJCG', 'https://tripay.co.id/checkout/T920728654824AAJCG', '1764049633', '2025-11-25', '1764067633', '', 'PAID', '150047', '1764051420', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1206, 'Tripay', '916711-251101035', 'BNIVA', '', '40', '1900001', '251101035', 'T920728656999WESSS', 'https://tripay.co.id/checkout/T920728656999WESSS', '1764057126', '2025-11-25', '1764075120', '', 'PAID', '220613', '1764057164', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1207, 'Tripay', '78977-251101123', 'INDOMARET', '', '168', '1800023', '251101123', 'T920728659784AMMMT', 'https://tripay.co.id/checkout/T920728659784AMMMT', '1764066818', '2025-11-25', '1764084818', '', 'PAID', '165922', '1764067576', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1208, 'Tripay', '330212-251101017', 'INDOMARET', '', '20', '1800038', '251101017', 'T920728660357LLSIV', 'https://tripay.co.id/checkout/T920728660357LLSIV', '1764068279', '2025-11-25', '1764086278', '', 'PAID', '220384', '1764069141', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1209, 'Tripay', '415525-251101957', 'QRIS2', '', '1009', '221128130239', '251101957', 'T920728661961UOAA1', 'https://tripay.co.id/checkout/T920728661961UOAA1', '1764072319', '2025-11-25', '1764074132', '', 'PAID', '220869', '1764072377', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1210, 'Tripay', '555997-251101953', 'INDOMARET', '', '1005', '221001182862', '251101953', 'T920728662229RO1AF', 'https://tripay.co.id/checkout/T920728662229RO1AF', '1764072847', '2025-11-25', '1764090847', '', 'UNPAID', '100729', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1211, 'Tripay', '501331-251101322', 'INDOMARET', '', '367', '1600012', '251101322', 'T920728663271XIMPQ', 'https://tripay.co.id/checkout/T920728663271XIMPQ', '1764075352', '2025-11-25', '1764093352', '', 'UNPAID', '220535', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1212, 'Tripay', '731767-251101167', 'INDOMARET', '', '212', '1800074', '251101167', 'T920728664201RIIIR', 'https://tripay.co.id/checkout/T920728664201RIIIR', '1764078028', '2025-11-25', '1764096027', '', 'PAID', '165107', '1764078093', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1213, 'Tripay', '26312-251101191', 'QRIS2', '', '236', '220728201828', '251101191', 'T920728664912TAGGF', 'https://tripay.co.id/checkout/T920728664912TAGGF', '1764080110', '2025-11-25', '1764081922', '', 'PAID', '220321', '1764080174', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1214, 'Tripay', '318245-251101324', 'INDOMARET', '', '369', '1600014', '251101324', 'T920728664968M6N9V', 'https://tripay.co.id/checkout/T920728664968M6N9V', '1764080335', '2025-11-25', '1764098334', '', 'PAID', '220212', '1764080865', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1215, 'Tripay', '630430-251101264', 'BRIVA', '', '309', '1300015', '251101264', 'T920728666923VBUSD', 'https://tripay.co.id/checkout/T920728666923VBUSD', '1764090751', '2025-11-26', '1764108745', '', 'PAID', '220238', '1764090798', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1216, 'Tripay', '946491-251101495', 'MANDIRIVA', '', '540', '500008', '251101495', 'T920728667047EJEJK', 'https://tripay.co.id/checkout/T920728667047EJEJK', '1764091673', '2025-11-26', '1764109668', '', 'PAID', '220154', '1764091746', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1217, 'Tripay', '750579-251101321', 'QRIS2', '', '366', '1600011', '251101321', 'T9207286679153J6UW', 'https://tripay.co.id/checkout/T9207286679153J6UW', '1764103487', '2025-11-26', '1764105300', '', 'PAID', '220008', '1764103545', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1218, 'Tripay', '487747-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T9207286683938PQR5', 'https://tripay.co.id/checkout/T9207286683938PQR5', '1764109317', '2025-11-26', '1764127316', '', 'UNPAID', '220108', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1219, 'Tripay', '703887-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T920728668417R5UVF', 'https://tripay.co.id/checkout/T920728668417R5UVF', '1764109486', '2025-11-26', '1764127486', '', 'UNPAID', '220108', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1220, 'Tripay', '366699-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T920728668455PF6FW', 'https://tripay.co.id/checkout/T920728668455PF6FW', '1764109774', '2025-11-26', '1764127774', '', 'UNPAID', '220108', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1221, 'Tripay', '749708-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T9207286684749NLZL', 'https://tripay.co.id/checkout/T9207286684749NLZL', '1764109957', '2025-11-26', '1764127957', '', 'UNPAID', '220108', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1222, 'Tripay', '431696-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T920728668502XV4P4', 'https://tripay.co.id/checkout/T920728668502XV4P4', '1764110114', '2025-11-26', '1764128113', '', 'UNPAID', '220108', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1223, 'Tripay', '991831-251101008', 'INDOMARET', '', '10', '600042', '251101008', 'T9207286687119SZ61', 'https://tripay.co.id/checkout/T9207286687119SZ61', '1764111566', '2025-11-26', '1764129566', '', 'PAID', '220108', '1764113964', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1224, 'Tripay', '192724-251101030', 'INDOMARET', '', '35', '3400001', '251101030', 'T9207286693305ZYCT', 'https://tripay.co.id/checkout/T9207286693305ZYCT', '1764115020', '2025-11-26', '1764133020', '', 'PAID', '165897', '1764120787', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1225, 'Tripay', '964592-251101036', 'INDOMARET', '', '41', '220127014457', '251101036', 'T920728669498SYRLV', 'https://tripay.co.id/checkout/T920728669498SYRLV', '1764115898', '2025-11-26', '1764133898', '', 'PAID', '200050', '1764118004', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1226, 'Tripay', '77588-251101483', 'MANDIRIVA', '', '528', '400006', '251101483', 'T9207286698550GAIR', 'https://tripay.co.id/checkout/T9207286698550GAIR', '1764117743', '2025-11-26', '1764135738', '', 'PAID', '220989', '1764117813', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1227, 'Tripay', '3728-251101484', 'MANDIRIVA', '', '529', '400007', '251101484', 'T920728669878WZJ43', 'https://tripay.co.id/checkout/T920728669878WZJ43', '1764117840', '2025-11-26', '1764135840', '', 'PAID', '220198', '1764117890', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1228, 'Tripay', '932388-251101038', 'QRIS2', '', '43', '230220191149', '251101038', 'T920728670118VZTCL', 'https://tripay.co.id/checkout/T920728670118VZTCL', '1764118777', '2025-11-26', '1764120590', '', 'PAID', '220265', '1764118818', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1229, 'Tripay', '64402-251101360', 'QRIS2', '', '405', '1700033', '251101360', 'T920728670200CI3KR', 'https://tripay.co.id/checkout/T920728670200CI3KR', '1764119112', '2025-11-26', '1764120924', '', 'PAID', '220638', '1764119152', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1230, 'Tripay', '63590-251101111', 'INDOMARET', '', '156', '1800009', '251101111', 'T9207286705861KQ8V', 'https://tripay.co.id/checkout/T9207286705861KQ8V', '1764120671', '2025-11-26', '1764138671', '', 'PAID', '165703', '1764120879', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1231, 'Tripay', '389977-251101134', 'INDOMARET', '', '179', '1800035', '251101134', 'T920728672023ULUWR', 'https://tripay.co.id/checkout/T920728672023ULUWR', '1764125466', '2025-11-26', '1764143465', '', 'PAID', '165312', '1764125698', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1232, 'Tripay', '962981-251101886', 'INDOMARET', '', '938', '220320102831', '251101886', 'T9207286727472H5TI', 'https://tripay.co.id/checkout/T9207286727472H5TI', '1764128028', '2025-11-26', '1764146028', '', 'PAID', '220480', '1764129462', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1233, 'Tripay', '317540-251101014', 'INDOMARET', '', '17', '600031', '251101014', 'T920728674090NXPFK', 'https://tripay.co.id/checkout/T920728674090NXPFK', '1764132806', '2025-11-26', '1764150806', '', 'PAID', '165979', '1764133210', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1234, 'Tripay', '367980-251126001', 'QRIS2', '', '1153', '1700057', '251126001', 'T920728674968RGDW6', 'https://tripay.co.id/checkout/T920728674968RGDW6', '1764136178', '2025-11-26', '1764137991', '', 'PAID', '220000', '1764136314', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1235, 'Tripay', '810598-251101257', 'MANDIRIVA', '', '302', '1300008', '251101257', 'T920728675041EIUBN', 'https://tripay.co.id/checkout/T920728675041EIUBN', '1764136484', '2025-11-26', '1764154479', '', 'PAID', '220205', '1764136655', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1236, 'Tripay', '141868-251101946', 'INDOMARET', '', '998', '221001182850', '251101946', 'T920728677189RJXML', 'https://tripay.co.id/checkout/T920728677189RJXML', '1764145000', '2025-11-26', '1764163000', '', 'PAID', '220748', '1764146954', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1237, 'Tripay', '394247-251101953', 'INDOMARET', '', '1005', '221001182862', '251101953', 'T920728677309SHY38', 'https://tripay.co.id/checkout/T920728677309SHY38', '1764145416', '2025-11-26', '1764163415', '', 'PAID', '100729', '1764147224', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1238, 'Tripay', '96288-251101024', 'QRIS2', '', '29', '1600002', '251101024', 'T920728678706SPIEY', 'https://tripay.co.id/checkout/T920728678706SPIEY', '1764150851', '2025-11-26', '1764152664', '', 'PAID', '220420', '1764150932', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1239, 'Tripay', '675123-251101256', 'QRIS2', '', '301', '1300007', '251101256', 'T920728683947BAWFM', 'https://tripay.co.id/checkout/T920728683947BAWFM', '1764168201', '2025-11-26', '1764170014', '', 'PAID', '220228', '1764168245', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1240, 'Tripay', '576057-251101084', 'OVO', '', '89', '1200016', '251101084', 'T920728683955A7AN1', 'https://tripay.co.id/checkout/T920728683955A7AN1', '1764168234', '2025-11-26', '1764186234', '', 'PAID', '220035', '1764168290', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1241, 'Tripay', '79819-251101019', 'ALFAMART', '', '22', '3300001', '251101019', 'T920728684486I0NNK', 'https://tripay.co.id/checkout/T920728684486I0NNK', '1764170911', '2025-11-26', '1764188911', '', 'UNPAID', '165870', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1242, 'Tripay', '743119-251101019', 'ALFAMART', '', '22', '3300001', '251101019', 'T920728684489ENHYL', 'https://tripay.co.id/checkout/T920728684489ENHYL', '1764170945', '2025-11-26', '1764188945', '', 'UNPAID', '165870', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1243, 'Tripay', '621878-251101800', 'MANDIRIVA', '', '845', '2400011', '251101800', 'T920728684842BZCVC', 'https://tripay.co.id/checkout/T920728684842BZCVC', '1764173309', '2025-11-26', '1764191303', '', 'PAID', '220580', '1764173499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1244, 'Tripay', '783274-251101022', 'MANDIRIVA', '', '26', '2100007', '251101022', 'T920728686366JIWHJ', 'https://tripay.co.id/checkout/T920728686366JIWHJ', '1764195774', '2025-11-27', '1764213767', '', 'UNPAID', '244303', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1245, 'Tripay', '618023-251101019', 'ALFAMART', '', '22', '3300001', '251101019', 'T920728687435INFPL', 'https://tripay.co.id/checkout/T920728687435INFPL', '1764203460', '2025-11-27', '1764221459', '', 'PAID', '165870', '1764204398', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1246, 'Tripay', '162443-251101651', 'QRIS2', '', '696', '2000049', '251101651', 'T920728688063EUO5B', 'https://tripay.co.id/checkout/T920728688063EUO5B', '1764206368', '2025-11-27', '1764208181', '', 'UNPAID', '150338', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1247, 'Tripay', '330861-251101651', 'QRIS2', '', '696', '2000049', '251101651', 'T920728688127QDKKL', 'https://tripay.co.id/checkout/T920728688127QDKKL', '1764206692', '2025-11-27', '1764208505', '', 'PAID', '150338', '1764206801', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1248, 'Tripay', '676391-251127002', 'QRIS2', '', '1154', '82500002', '251127002', 'T920728695530057ND', 'https://tripay.co.id/checkout/T920728695530057ND', '1764237623', '2025-11-27', '1764239436', '', 'PAID', '220728', '1764237709', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1249, 'Tripay', '669281-251101171', 'INDOMARET', '', '216', '1800078', '251101171', 'T920728696450B4MTT', 'https://tripay.co.id/checkout/T920728696450B4MTT', '1764241046', '2025-11-27', '1764259046', '', 'PAID', '165517', '1764244007', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1250, 'Tripay', '64386-251101683', 'MANDIRIVA', '', '728', '2000084', '251101683', 'T920728704907XF9DA', 'https://tripay.co.id/checkout/T920728704907XF9DA', '1764291445', '2025-11-28', '1764309440', '', 'PAID', '165239', '1764291509', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1251, 'Tripay', '790879-251101334', 'ALFAMART', '', '379', '1700005', '251101334', 'T9207287128918QBIF', 'https://tripay.co.id/checkout/T9207287128918QBIF', '1764320146', '2025-11-28', '1764338146', '', 'PAID', '220640', '1764322932', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1252, 'Tripay', '148315-251101241', 'INDOMARET', '', '286', '221128130265', '251101241', 'T920728715690J0H2R', 'https://tripay.co.id/checkout/T920728715690J0H2R', '1764329594', '2025-11-28', '1764347594', '', 'PAID', '165233', '1764329691', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1253, 'Tripay', '243455-251128003', 'QRIS2', '', '829', '2300001', '251128003', 'T920728716368MF6BE', 'https://tripay.co.id/checkout/T920728716368MF6BE', '1764331306', '2025-11-28', '1764333119', '', 'PAID', '220144', '1764331362', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1254, 'Tripay', '404711-251101842', 'BRIVA', '', '887', '2600002', '251101842', 'T920728731399NUCJG', 'https://tripay.co.id/checkout/T920728731399NUCJG', '1764404247', '2025-11-29', '1764422241', '', 'PAID', '220323', '1764404332', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1255, 'Tripay', '821475-251101128', 'QRIS', '', '173', '1800029', '251101128', 'T920728740002LEHSS', 'https://tripay.co.id/checkout/T920728740002LEHSS', '1764440708', '2025-11-30', '1764442522', '', 'UNPAID', '165182', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1256, 'Tripay', '413728-251101128', 'QRIS', '', '173', '1800029', '251101128', 'T920728740026FGRDP', 'https://tripay.co.id/checkout/T920728740026FGRDP', '1764440850', '2025-11-30', '1764442664', '', 'UNPAID', '165182', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1257, 'Tripay', '410517-251101280', 'INDOMARET', '', '325', '1400012', '251101280', 'T9207287541607L4WZ', 'https://tripay.co.id/checkout/T9207287541607L4WZ', '1764505643', '2025-11-30', '1764523643', '', 'UNPAID', '220137', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1258, 'Tripay', '574084-251201565', 'QRIS2', '', '610', '1500026', '251201565', 'T920728759272HF1X6', 'https://tripay.co.id/checkout/T920728759272HF1X6', '1764531362', '2025-12-01', '1764533176', '', 'PAID', '220036', '1764531416', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1259, 'Tripay', '631204-251202082', 'MANDIRIVA', '', '1139', '82000010', '251202082', 'T92072875957173IXT', 'https://tripay.co.id/checkout/T92072875957173IXT', '1764536104', '2025-12-01', '1764554104', '', 'PAID', '385464', '1764536211', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1260, 'Tripay', '518732-251201112', 'BRIVA', '', '157', '1800010', '251201112', 'T920728759780IUSRW', 'https://tripay.co.id/checkout/T920728759780IUSRW', '1764538094', '2025-12-01', '1764556093', '', 'PAID', '165988', '1764538150', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1261, 'Tripay', '141532-251201519', 'QRIS2', '', '564', '500033', '251201519', 'T9207287600171AUXS', 'https://tripay.co.id/checkout/T9207287600171AUXS', '1764539474', '2025-12-01', '1764541288', '', 'PAID', '165303', '1764539568', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1262, 'Tripay', '537630-251201182', 'QRIS2', '', '227', '1800089', '251201182', 'T920728760070WW2S3', 'https://tripay.co.id/checkout/T920728760070WW2S3', '1764539781', '2025-12-01', '1764541595', '', 'PAID', '165195', '1764539893', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1263, 'Tripay', '169653-251201614', 'BRIVA', '', '659', '2000011', '251201614', 'T920728760433MS3Y4', 'https://tripay.co.id/checkout/T920728760433MS3Y4', '1764541227', '2025-12-01', '1764559227', '', 'PAID', '200808', '1764541273', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1264, 'Tripay', '963882-251201284', 'BRIVA', '', '329', '1400016', '251201284', 'T920728760667XHTBX', 'https://tripay.co.id/checkout/T920728760667XHTBX', '1764541961', '2025-12-01', '1764559961', '', 'PAID', '220014', '1764542005', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1265, 'Tripay', '811528-251201691', 'QRIS2', '', '736', '2000093', '251201691', 'T92072876071518AMS', 'https://tripay.co.id/checkout/T92072876071518AMS', '1764542107', '2025-12-01', '1764543922', '', 'PAID', '220149', '1764542161', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1266, 'Tripay', '774124-251201356', 'BNIVA', '', '401', '1700029', '251201356', 'T920728761041DPCTT', 'https://tripay.co.id/checkout/T920728761041DPCTT', '1764543024', '2025-12-01', '1764561023', '', 'PAID', '165735', '1764543293', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1267, 'Tripay', '719979-251201777', 'BNIVA', '', '822', '2100010', '251201777', 'T920728761074YCMDJ', 'https://tripay.co.id/checkout/T920728761074YCMDJ', '1764543134', '2025-12-01', '1764561133', '', 'PAID', '220245', '1764543183', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1268, 'Tripay', '803447-251201430', 'BRIVA', '', '475', '200037', '251201430', 'T920728761265B5JDO', 'https://tripay.co.id/checkout/T920728761265B5JDO', '1764543725', '2025-12-01', '1764561724', '', 'PAID', '165398', '1764543817', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1269, 'Tripay', '921793-251201146', 'MANDIRIVA', '', '191', '1800049', '251201146', 'T920728761398N1NRR', 'https://tripay.co.id/checkout/T920728761398N1NRR', '1764544024', '2025-12-01', '1764562023', '', 'PAID', '165433', '1764544227', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1270, 'Tripay', '409078-251201041', 'BNIVA', '', '46', '1100003', '251201041', 'T920728761428WR6BU', 'https://tripay.co.id/checkout/T920728761428WR6BU', '1764544088', '2025-12-01', '1764562087', '', 'PAID', '220816', '1764544150', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1271, 'Tripay', '348-251101128', 'ALFAMIDI', '', '173', '1800029', '251101128', 'T920728761659Q0WPV', 'https://tripay.co.id/checkout/T920728761659Q0WPV', '1764544682', '2025-12-01', '1764562682', '', 'PAID', '165182', '1764545457', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1272, 'Tripay', '255402-251201401', 'QRIS2', '', '446', '200005', '251201401', 'T920728762129XTMAD', 'https://tripay.co.id/checkout/T920728762129XTMAD', '1764545842', '2025-12-01', '1764547656', '', 'PAID', '220342', '1764545936', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1273, 'Tripay', '550680-251201757', 'QRIS2', '', '802', '2000164', '251201757', 'T920728762138CYLYB', 'https://tripay.co.id/checkout/T920728762138CYLYB', '1764545852', '2025-12-01', '1764547666', '', 'PAID', '220638', '1764545920', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1274, 'Tripay', '848353-251201487', 'INDOMARET', '', '532', '400010', '251201487', 'T920728762449YRRUK', 'https://tripay.co.id/checkout/T920728762449YRRUK', '1764546523', '2025-12-01', '1764564523', '', 'PAID', '220356', '1764546967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1275, 'Tripay', '983467-251201595', 'BNIVA', '', '640', '1900026', '251201595', 'T920728762496SW1YA', 'https://tripay.co.id/checkout/T920728762496SW1YA', '1764546611', '2025-12-01', '1764564611', '', 'UNPAID', '220658', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1276, 'Tripay', '309653-251201880', 'QRIS2', '', '925', '4100009', '251201880', 'T9207287625333HX0E', 'https://tripay.co.id/checkout/T9207287625333HX0E', '1764546667', '2025-12-01', '1764548482', '', 'PAID', '220075', '1764546724', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1277, 'Tripay', '119470-251201595', 'BNIVA', '', '640', '1900026', '251201595', 'T9207287625487OC0Y', 'https://tripay.co.id/checkout/T9207287625487OC0Y', '1764546699', '2025-12-01', '1764564699', '', 'PAID', '220658', '1764546754', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1278, 'Tripay', '352021-251201643', 'BRIVA', '', '688', '2000041', '251201643', 'T920728762613GBSIR', 'https://tripay.co.id/checkout/T920728762613GBSIR', '1764546823', '2025-12-01', '1764564823', '', 'PAID', '220069', '1764546893', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1279, 'Tripay', '182199-251201518', 'QRIS2', '', '563', '500032', '251201518', 'T9207287626413WTD2', 'https://tripay.co.id/checkout/T9207287626413WTD2', '1764546878', '2025-12-01', '1764548692', '', 'PAID', '165462', '1764546921', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1280, 'Tripay', '574246-251202011', 'BRIVA', '', '1063', '230220191150', '251202011', 'T920728762670AYEHC', 'https://tripay.co.id/checkout/T920728762670AYEHC', '1764546944', '2025-12-01', '1764564943', '', 'PAID', '220733', '1764547009', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1281, 'Tripay', '701048-251202061', 'QRIS2', '', '1116', '8200001', '251202061', 'T920728763011BW6EH', 'https://tripay.co.id/checkout/T920728763011BW6EH', '1764547631', '2025-12-01', '1764549446', '', 'PAID', '150000', '1764547776', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1282, 'Tripay', '498221-251201970', 'QRIS2', '', '1022', '221128130258', '251201970', 'T920728763062WRNHT', 'https://tripay.co.id/checkout/T920728763062WRNHT', '1764547750', '2025-12-01', '1764549565', '', 'PAID', '220790', '1764547825', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1283, 'Tripay', '4404-251201898', 'QRIS2', '', '950', '220430172154', '251201898', 'T920728763066E5C4B', 'https://tripay.co.id/checkout/T920728763066E5C4B', '1764547752', '2025-12-01', '1764549566', '', 'PAID', '220295', '1764547863', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1284, 'Tripay', '559308-251201049', 'MANDIRIVA', '', '54', '1100011', '251201049', 'T920728763174JXQUQ', 'https://tripay.co.id/checkout/T920728763174JXQUQ', '1764547976', '2025-12-01', '1764565975', '', 'PAID', '220797', '1764548103', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1285, 'Tripay', '251625-251201558', 'QRIS2', '', '603', '1200040', '251201558', 'T920728763988XCCQK', 'https://tripay.co.id/checkout/T920728763988XCCQK', '1764549527', '2025-12-01', '1764551342', '', 'PAID', '220738', '1764549959', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1286, 'Tripay', '87283-251201064', 'INDOMARET', '', '69', '1100027', '251201064', 'T920728764681UL3MG', 'https://tripay.co.id/checkout/T920728764681UL3MG', '1764550691', '2025-12-01', '1764568691', '', 'PAID', '165670', '1764550860', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1287, 'Tripay', '528768-251201095', 'QRIS2', '', '100', '1200028', '251201095', 'T920728764855V8TA6', 'https://tripay.co.id/checkout/T920728764855V8TA6', '1764550988', '2025-12-01', '1764552802', '', 'PAID', '220288', '1764551044', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1288, 'Tripay', '797775-251201871', 'QRIS2', '', '916', '3500001', '251201871', 'T920728764974RLQHI', 'https://tripay.co.id/checkout/T920728764974RLQHI', '1764551166', '2025-12-01', '1764552980', '', 'PAID', '220395', '1764551225', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1289, 'Tripay', '673875-251201718', 'BRIVA', '', '763', '2000120', '251201718', 'T920728765784BJE3L', 'https://tripay.co.id/checkout/T920728765784BJE3L', '1764552422', '2025-12-01', '1764570422', '', 'PAID', '220215', '1764552622', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1290, 'Tripay', '201004-251201468', 'QRIS2', '', '513', '300027', '251201468', 'T920728766122IXTJH', 'https://tripay.co.id/checkout/T920728766122IXTJH', '1764552931', '2025-12-01', '1764554746', '', 'UNPAID', '220083', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1291, 'Tripay', '759151-251201475', 'BRIVA', '', '520', '300034', '251201475', 'T9207287661340NVYI', 'https://tripay.co.id/checkout/T9207287661340NVYI', '1764552948', '2025-12-01', '1764570947', '', 'PAID', '220459', '1764553683', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1292, 'Tripay', '566807-251201815', 'BRIVA', '', '860', '2500012', '251201815', 'T920728767114HXISA', 'https://tripay.co.id/checkout/T920728767114HXISA', '1764553992', '2025-12-01', '1764571991', '', 'PAID', '220070', '1764554307', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1293, 'Tripay', '381620-251201341', 'BRIVA', '', '386', '1700013', '251201341', 'T9207287672648ZKDM', 'https://tripay.co.id/checkout/T9207287672648ZKDM', '1764554093', '2025-12-01', '1764572093', '', 'PAID', '165871', '1764554296', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1294, 'Tripay', '560371-251201874', 'QRIS2', '', '919', '4100003', '251201874', 'T920728768203PPQZB', 'https://tripay.co.id/checkout/T920728768203PPQZB', '1764555184', '2025-12-01', '1764556998', '', 'PAID', '220687', '1764555258', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1295, 'Tripay', '653187-251201468', 'QRIS2', '', '513', '300027', '251201468', 'T920728768293SK3N5', 'https://tripay.co.id/checkout/T920728768293SK3N5', '1764555286', '2025-12-01', '1764557100', '', 'PAID', '220083', '1764555323', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1296, 'Tripay', '272022-251201786', 'QRIS2', '', '831', '2300003', '251201786', 'T920728768821XDUK5', 'https://tripay.co.id/checkout/T920728768821XDUK5', '1764555993', '2025-12-01', '1764557808', '', 'PAID', '165515', '1764556098', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1297, 'Tripay', '257411-251201860', 'BRIVA', '', '905', '2900003', '251201860', 'T920728768907665C1', 'https://tripay.co.id/checkout/T920728768907665C1', '1764556118', '2025-12-01', '1764574117', '', 'UNPAID', '220040', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1298, 'Tripay', '639238-251201860', 'ALFAMART', '', '905', '2900003', '251201860', 'T920728769029SUFI4', 'https://tripay.co.id/checkout/T920728769029SUFI4', '1764556305', '2025-12-01', '1764574304', '', 'UNPAID', '220040', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1299, 'Tripay', '240841-251201860', 'INDOMARET', '', '905', '2900003', '251201860', 'T920728769667ZVCGC', 'https://tripay.co.id/checkout/T920728769667ZVCGC', '1764557013', '2025-12-01', '1764575013', '', 'PAID', '220040', '1764557301', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1300, 'Tripay', '693071-251202015', 'QRIS2', '', '1067', '230220191163', '251202015', 'T920728771326DZD9B', 'https://tripay.co.id/checkout/T920728771326DZD9B', '1764559370', '2025-12-01', '1764561185', '', 'PAID', '220600', '1764559423', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1301, 'Tripay', '550023-251201868', 'BNIVA', '', '913', '3100004', '251201868', 'T920728773094YFFWI', 'https://tripay.co.id/checkout/T920728773094YFFWI', '1764562003', '2025-12-01', '1764579997', '', 'PAID', '165642', '1764562066', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1302, 'Tripay', '986295-251201388', 'INDOMARET', '', '433', '82000001', '251201388', 'T920728773204NEOJP', 'https://tripay.co.id/checkout/T920728773204NEOJP', '1764562165', '2025-12-01', '1764580164', '', 'UNPAID', '220430', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1303, 'Tripay', '480415-251202099', 'INDOMARET', '', '1155', '82600002', '251202099', 'T920728773344PPYXG', 'https://tripay.co.id/checkout/T920728773344PPYXG', '1764562375', '2025-12-01', '1764580375', '', 'UNPAID', '220773', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1304, 'Tripay', '168651-251201664', 'BRIVA', '', '709', '2000063', '251201664', 'T920728773552GTAZZ', 'https://tripay.co.id/checkout/T920728773552GTAZZ', '1764562713', '2025-12-01', '1764580704', '', 'PAID', '220156', '1764563644', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1305, 'Tripay', '293001-251201137', 'QRIS2', '', '182', '1800040', '251201137', 'T920728774022I2KPF', 'https://tripay.co.id/checkout/T920728774022I2KPF', '1764563359', '2025-12-01', '1764565174', '', 'PAID', '220347', '1764563561', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1306, 'Tripay', '733003-251201395', 'QRIS2', '', '440', '8500002', '251201395', 'T920728774546SO1T4', 'https://tripay.co.id/checkout/T920728774546SO1T4', '1764564198', '2025-12-01', '1764566012', '', 'PAID', '220114', '1764564385', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1307, 'Tripay', '563991-251201818', 'QRIS2', '', '863', '2500015', '251201818', 'T920728774846UCSQO', 'https://tripay.co.id/checkout/T920728774846UCSQO', '1764564676', '2025-12-01', '1764566490', '', 'PAID', '220011', '1764564743', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1308, 'Tripay', '210318-251201390', 'BRIVA', '', '435', '81600001', '251201390', 'T920728775349FFGF2', 'https://tripay.co.id/checkout/T920728775349FFGF2', '1764565452', '2025-12-01', '1764583446', '', 'PAID', '220770', '1764566404', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1309, 'Tripay', '458749-251201125', 'BRIVA', '', '170', '1800025', '251201125', 'T920728776206BYTEC', 'https://tripay.co.id/checkout/T920728776206BYTEC', '1764566627', '2025-12-01', '1764584621', '', 'PAID', '165222', '1764566975', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1310, 'Tripay', '627466-251202046', 'QRIS2', '', '1098', '5100001', '251202046', 'T9207287764702DLYZ', 'https://tripay.co.id/checkout/T9207287764702DLYZ', '1764567094', '2025-12-01', '1764568908', '', 'PAID', '220713', '1764567137', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1311, 'Tripay', '391838-251202040', 'INDOMARET', '', '1092', '8400001', '251202040', 'T920728781243SROWQ', 'https://tripay.co.id/checkout/T920728781243SROWQ', '1764575215', '2025-12-01', '1764593214', '', 'PAID', '220444', '1764575329', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1312, 'Tripay', '245824-251202077', 'BRIVA', '', '1134', '82700001', '251202077', 'T920728782574RANBQ', 'https://tripay.co.id/checkout/T920728782574RANBQ', '1764577741', '2025-12-01', '1764595734', '', 'PAID', '220807', '1764577846', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1313, 'Tripay', '450079-251202047', 'ALFAMART', '', '1099', '5100002', '251202047', 'T920728783384ZEYIL', 'https://tripay.co.id/checkout/T920728783384ZEYIL', '1764579202', '2025-12-01', '1764597201', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1314, 'Tripay', '514551-251201642', 'QRIS2', '', '687', '2000040', '251201642', 'T920728784282TKBTG', 'https://tripay.co.id/checkout/T920728784282TKBTG', '1764580894', '2025-12-01', '1764582709', '', 'PAID', '220877', '1764580977', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1315, 'Tripay', '316114-251201601', 'INDOMARET', '', '646', '1900032', '251201601', 'T920728784673NVTXM', 'https://tripay.co.id/checkout/T920728784673NVTXM', '1764581540', '2025-12-01', '1764599540', '', 'PAID', '165828', '1764581760', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1316, 'Tripay', '317653-251202047', 'INDOMARET', '', '1099', '5100002', '251202047', 'T920728784945O7POF', 'https://tripay.co.id/checkout/T920728784945O7POF', '1764581988', '2025-12-01', '1764599988', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1317, 'Tripay', '707013-251201989', 'BRIVA', '', '1041', '221128130284', '251201989', 'T920728785437PTVJB', 'https://tripay.co.id/checkout/T920728785437PTVJB', '1764582879', '2025-12-01', '1764600873', '', 'PAID', '220529', '1764582945', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1318, 'Tripay', '25991-251202047', 'INDOMARET', '', '1099', '5100002', '251202047', 'T920728785547CCUVD', 'https://tripay.co.id/checkout/T920728785547CCUVD', '1764583059', '2025-12-01', '1764601059', '', 'PAID', '220000', '1764583357', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1319, 'Tripay', '933990-251201170', 'QRIS2', '', '215', '1800077', '251201170', 'T920728785768IU3LD', 'https://tripay.co.id/checkout/T920728785768IU3LD', '1764583358', '2025-12-01', '1764585172', '', 'PAID', '220129', '1764583447', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1320, 'Tripay', '345279-251201481', 'INDOMARET', '', '526', '400004', '251201481', 'T9207287858059VHTJ', 'https://tripay.co.id/checkout/T9207287858059VHTJ', '1764583419', '2025-12-01', '1764601419', '', 'PAID', '165047', '1764583479', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1321, 'Tripay', '1990-251201288', 'BRIVA', '', '333', '1500001', '251201288', 'T920728785829C47YB', 'https://tripay.co.id/checkout/T920728785829C47YB', '1764583452', '2025-12-01', '1764601451', '', 'PAID', '220354', '1764583963', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1322, 'Tripay', '91244-251201716', 'BRIVA', '', '761', '2000118', '251201716', 'T920728785843K8NEY', 'https://tripay.co.id/checkout/T920728785843K8NEY', '1764583473', '2025-12-01', '1764601472', '', 'PAID', '200557', '1764583520', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1323, 'Tripay', '718301-251201176', 'INDOMARET', '', '221', '1800083', '251201176', 'T920728786062PJ9TS', 'https://tripay.co.id/checkout/T920728786062PJ9TS', '1764583817', '2025-12-01', '1764601817', '', 'PAID', '165983', '1764584452', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1324, 'Tripay', '815438-251202081', 'QRIS2', '', '1138', '8200004', '251202081', 'T920728789201J6PRM', 'https://tripay.co.id/checkout/T920728789201J6PRM', '1764588291', '2025-12-01', '1764590105', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1325, 'Tripay', '987016-251201521', 'INDOMARET', '', '566', '500035', '251201521', 'T9207287908430EPT4', 'https://tripay.co.id/checkout/T9207287908430EPT4', '1764590292', '2025-12-01', '1764608292', '', 'PAID', '165362', '1764591074', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1326, 'Tripay', '61375-251201242', 'INDOMARET', '', '287', '221128130288', '251201242', 'T920728791185PQ5LU', 'https://tripay.co.id/checkout/T920728791185PQ5LU', '1764590714', '2025-12-01', '1764608714', '', 'PAID', '165182', '1764591048', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1327, 'Tripay', '929469-251201280', 'INDOMARET', '', '325', '1400012', '251201280', 'T920728792336QAPHM', 'https://tripay.co.id/checkout/T920728792336QAPHM', '1764592171', '2025-12-01', '1764610170', '', 'PAID', '220511', '1764594778', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1328, 'Tripay', '810712-251201959', 'QRIS2', '', '1011', '221128130241', '251201959', 'T9207287923508NR89', 'https://tripay.co.id/checkout/T9207287923508NR89', '1764592190', '2025-12-01', '1764594004', '', 'PAID', '220995', '1764592318', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1329, 'Tripay', '529239-251201102', 'QRIS2', '', '107', '1200036', '251201102', 'T920728793303UGH9N', 'https://tripay.co.id/checkout/T920728793303UGH9N', '1764593486', '2025-12-01', '1764595300', '', 'UNPAID', '220692', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1330, 'Tripay', '785135-251202098', 'BNIVA', '', '1135', '81600003', '251202098', 'T920728793716GIHJZ', 'https://tripay.co.id/checkout/T920728793716GIHJZ', '1764593986', '2025-12-01', '1764611980', '', 'PAID', '165579', '1764594246', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1331, 'Tripay', '93026-251201371', 'QRIS2', '', '416', '1700044', '251201371', 'T920728794870MYQTD', 'https://tripay.co.id/checkout/T920728794870MYQTD', '1764595340', '2025-12-01', '1764597154', '', 'PAID', '165350', '1764595392', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1332, 'Tripay', '395596-251201717', 'MANDIRIVA', '', '762', '2000119', '251201717', 'T920728796009EVET3', 'https://tripay.co.id/checkout/T920728796009EVET3', '1764595860', '2025-12-01', '1764613853', '', 'PAID', '220190', '1764596461', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1333, 'Tripay', '790870-251201336', 'QRIS2', '', '381', '1700008', '251201336', 'T920728798713LKVUF', 'https://tripay.co.id/checkout/T920728798713LKVUF', '1764599518', '2025-12-01', '1764601332', '', 'UNPAID', '220586', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1334, 'Tripay', '272929-251201336', 'QRIS2', '', '381', '1700008', '251201336', 'T920728798727AMNDA', 'https://tripay.co.id/checkout/T920728798727AMNDA', '1764599550', '2025-12-01', '1764601364', '', 'UNPAID', '220586', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1335, 'Tripay', '385195-251201336', 'MANDIRIVA', '', '381', '1700008', '251201336', 'T920728798754GKK4D', 'https://tripay.co.id/checkout/T920728798754GKK4D', '1764599596', '2025-12-01', '1764617590', '', 'PAID', '220586', '1764600246', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1336, 'Tripay', '306779-251201102', 'QRIS2', '', '107', '1200036', '251201102', 'T920728799353OTLWO', 'https://tripay.co.id/checkout/T920728799353OTLWO', '1764600710', '2025-12-01', '1764602524', '', 'PAID', '220692', '1764600819', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1337, 'Tripay', '747206-251201419', 'QRIS2', '', '464', '200023', '251201419', 'T920728802424NNHQ9', 'https://tripay.co.id/checkout/T920728802424NNHQ9', '1764613270', '2025-12-02', '1764615085', '', 'PAID', '220856', '1764613316', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1338, 'Tripay', '957354-251201882', 'BNIVA', '', '927', '4200002', '251201882', 'T920728803743FF2SI', 'https://tripay.co.id/checkout/T920728803743FF2SI', '1764627167', '2025-12-02', '1764645161', '', 'PAID', '220165', '1764627220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1339, 'Tripay', '147459-251201831', 'QRIS', '', '876', '2500028', '251201831', 'T920728803779PUBCW', 'https://tripay.co.id/checkout/T920728803779PUBCW', '1764627270', '2025-12-02', '1764629085', '', 'PAID', '165872', '1764627329', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1340, 'Tripay', '434055-251201330', 'QRIS2', '', '375', '1600021', '251201330', 'T920728804179KBUCG', 'https://tripay.co.id/checkout/T920728804179KBUCG', '1764628850', '2025-12-02', '1764630664', '', 'PAID', '220668', '1764628909', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1341, 'Tripay', '953988-251201159', 'BNIVA', '', '204', '1800065', '251201159', 'T920728804449U1NSQ', 'https://tripay.co.id/checkout/T920728804449U1NSQ', '1764629671', '2025-12-02', '1764647666', '', 'PAID', '165251', '1764629754', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1342, 'Tripay', '68389-251201097', 'QRIS2', '', '102', '1200030', '251201097', 'T920728804616IYKK1', 'https://tripay.co.id/checkout/T920728804616IYKK1', '1764630327', '2025-12-02', '1764632142', '', 'PAID', '165586', '1764630400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1343, 'Tripay', '224138-251201486', 'QRIS2', '', '531', '400009', '251201486', 'T920728805463LPXVA', 'https://tripay.co.id/checkout/T920728805463LPXVA', '1764632901', '2025-12-02', '1764634716', '', 'PAID', '220876', '1764632999', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1344, 'Tripay', '744791-251201100', 'BRIVA', '', '105', '1200033', '251201100', 'T920728805524N2ZBP', 'https://tripay.co.id/checkout/T920728805524N2ZBP', '1764633080', '2025-12-02', '1764651074', '', 'PAID', '220012', '1764633182', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1345, 'Tripay', '843611-251201697', 'QRIS2', '', '742', '2000099', '251201697', 'T920728806986M3YLU', 'https://tripay.co.id/checkout/T920728806986M3YLU', '1764636170', '2025-12-02', '1764637985', '', 'PAID', '220309', '1764636229', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1346, 'Tripay', '83014-251201844', 'INDOMARET', '', '889', '2600004', '251201844', 'T9207288076030VV0J', 'https://tripay.co.id/checkout/T9207288076030VV0J', '1764637475', '2025-12-02', '1764655474', '', 'PAID', '220064', '1764638752', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1347, 'Tripay', '234174-251201808', 'QRIS2', '', '853', '2500005', '251201808', 'T920728809278CQE2K', 'https://tripay.co.id/checkout/T920728809278CQE2K', '1764640472', '2025-12-02', '1764642286', '', 'PAID', '220913', '1764640520', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1348, 'Tripay', '343376-251202084', 'QRIS2', '', '1141', '81200004', '251202084', 'T920728809597CL6FU', 'https://tripay.co.id/checkout/T920728809597CL6FU', '1764641030', '2025-12-02', '1764642845', '', 'UNPAID', '385958', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1349, 'Tripay', '47909-251201388', 'INDOMARET', '', '433', '82000001', '251201388', 'T920728809901RLFIO', 'https://tripay.co.id/checkout/T920728809901RLFIO', '1764641561', '2025-12-02', '1764659560', '', 'PAID', '220430', '1764643284', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1350, 'Tripay', '213297-251201319', 'QRIS2', '', '364', '1600009', '251201319', 'T920728810522LL2MM', 'https://tripay.co.id/checkout/T920728810522LL2MM', '1764642517', '2025-12-02', '1764644332', '', 'PAID', '220736', '1764642616', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1351, 'Tripay', '819208-251201819', 'INDOMARET', '', '864', '2500016', '251201819', 'T920728810874PWUNR', 'https://tripay.co.id/checkout/T920728810874PWUNR', '1764643149', '2025-12-02', '1764661149', '', 'UNPAID', '220664', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1352, 'Tripay', '303118-251201819', 'INDOMARET', '', '864', '2500016', '251201819', 'T92072881098081A2Y', 'https://tripay.co.id/checkout/T92072881098081A2Y', '1764643368', '2025-12-02', '1764661367', '', 'UNPAID', '220664', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1353, 'Tripay', '601013-251201819', 'INDOMARET', '', '864', '2500016', '251201819', 'T920728811075PK93I', 'https://tripay.co.id/checkout/T920728811075PK93I', '1764643545', '2025-12-02', '1764661544', '', 'PAID', '220664', '1764643609', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1354, 'Tripay', '427154-251202043', 'QRIS2', '', '1095', '18000100', '251202043', 'T920728811381TGTC2', 'https://tripay.co.id/checkout/T920728811381TGTC2', '1764644092', '2025-12-02', '1764645907', '', 'PAID', '165219', '1764644218', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1355, 'Tripay', '89787-251201048', 'BRIVA', '', '53', '1100010', '251201048', 'T920728812028EIDTU', 'https://tripay.co.id/checkout/T920728812028EIDTU', '1764645203', '2025-12-02', '1764663198', '', 'UNPAID', '220044', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1356, 'Tripay', '933404-251201048', 'BRIVA', '', '53', '1100010', '251201048', 'T920728812061ZGYGX', 'https://tripay.co.id/checkout/T920728812061ZGYGX', '1764645265', '2025-12-02', '1764663264', '', 'PAID', '220044', '1764645374', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1357, 'Tripay', '988468-251201980', 'MANDIRIVA', '', '1032', '221128130270', '251201980', 'T920728812165BOLDL', 'https://tripay.co.id/checkout/T920728812165BOLDL', '1764645447', '2025-12-02', '1764663446', '', 'UNPAID', '220937', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1358, 'Tripay', '536822-251201285', 'BRIVA', '', '330', '1400017', '251201285', 'T920728813001JVNIN', 'https://tripay.co.id/checkout/T920728813001JVNIN', '1764647063', '2025-12-02', '1764665054', '', 'PAID', '220626', '1764647119', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1359, 'Tripay', '382665-251201389', 'BNIVA', '', '434', '81800001', '251201389', 'T920728814144RV7OL', 'https://tripay.co.id/checkout/T920728814144RV7OL', '1764649166', '2025-12-02', '1764667160', '', 'PAID', '165922', '1764649217', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1360, 'Tripay', '556226-251201774', 'QRIS2', '', '819', '2100006', '251201774', 'T920728814781CYXX9', 'https://tripay.co.id/checkout/T920728814781CYXX9', '1764650427', '2025-12-02', '1764652242', '', 'PAID', '165285', '1764650496', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1361, 'Tripay', '926988-251201439', 'MANDIRIVA', '', '484', '200046', '251201439', 'T9207288152519IQYN', 'https://tripay.co.id/checkout/T9207288152519IQYN', '1764651353', '2025-12-02', '1764669347', '', 'PAID', '220795', '1764651544', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1362, 'Tripay', '817969-251201439', 'MANDIRIVA', '', '484', '200046', '251201439', 'T920728815315HJ6JZ', 'https://tripay.co.id/checkout/T920728815315HJ6JZ', '1764651464', '2025-12-02', '1764669463', '', 'UNPAID', '220795', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1363, 'Tripay', '786082-251201463', 'MANDIRIVA', '', '508', '300022', '251201463', 'T920728817137VC0FJ', 'https://tripay.co.id/checkout/T920728817137VC0FJ', '1764654936', '2025-12-02', '1764672930', '', 'PAID', '220125', '1764655003', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1364, 'Tripay', '639316-251202096', 'QRIS2', '', '1153', '1700057', '251202096', 'T920728817721YS1KV', 'https://tripay.co.id/checkout/T920728817721YS1KV', '1764656070', '2025-12-02', '1764657884', '', 'PAID', '220000', '1764656221', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1365, 'Tripay', '411322-251201763', 'INDOMARET', '', '808', '2000171', '251201763', 'T920728817890K6KAV', 'https://tripay.co.id/checkout/T920728817890K6KAV', '1764656407', '2025-12-02', '1764674406', '', 'UNPAID', '165398', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1366, 'Tripay', '125333-251201763', 'INDOMARET', '', '808', '2000171', '251201763', 'T920728817917E2ATZ', 'https://tripay.co.id/checkout/T920728817917E2ATZ', '1764656451', '2025-12-02', '1764674451', '', 'UNPAID', '165398', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1367, 'Tripay', '274067-251201164', 'INDOMARET', '', '209', '1800071', '251201164', 'T920728818048EQP5V', 'https://tripay.co.id/checkout/T920728818048EQP5V', '1764656711', '2025-12-02', '1764674711', '', 'PAID', '165089', '1764656847', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1368, 'Tripay', '607646-251202103', 'QRIS2', '', '1157', '81800007', '251202103', 'T920728820095VU3BC', 'https://tripay.co.id/checkout/T920728820095VU3BC', '1764660701', '2025-12-02', '1764662515', '', 'UNPAID', '290000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1369, 'Tripay', '162830-251202086', 'INDOMARET', '', '1143', '81500003', '251202086', 'T920728821046ZM5JO', 'https://tripay.co.id/checkout/T920728821046ZM5JO', '1764662244', '2025-12-02', '1764680243', '', 'PAID', '220000', '1764663851', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1370, 'Tripay', '224540-251202089', 'QRIS2', '', '1146', '82500001', '251202089', 'T920728821869G4ECG', 'https://tripay.co.id/checkout/T920728821869G4ECG', '1764663535', '2025-12-02', '1764665349', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1371, 'Tripay', '484799-251201634', 'QRIS2', '', '679', '2000031', '251201634', 'T920728822039SN2JG', 'https://tripay.co.id/checkout/T920728822039SN2JG', '1764663833', '2025-12-02', '1764665648', '', 'PAID', '165107', '1764663888', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1372, 'Tripay', '305506-251202105', 'QRIS2', '', '1158', '82500003', '251202105', 'T920728825120JZJTS', 'https://tripay.co.id/checkout/T920728825120JZJTS', '1764668806', '2025-12-02', '1764686806', '', 'PAID', '220074', '1764668876', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1373, 'Tripay', '208807-251201775', 'BRIVA', '', '820', '2100008', '251201775', 'T9207288252147CCY6', 'https://tripay.co.id/checkout/T9207288252147CCY6', '1764668989', '2025-12-02', '1764686983', '', 'PAID', '220741', '1764669044', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1374, 'Tripay', '725025-251201157', 'INDOMARET', '', '202', '1800062', '251201157', 'T920728825245CUJNC', 'https://tripay.co.id/checkout/T920728825245CUJNC', '1764669062', '2025-12-02', '1764687062', '', 'PAID', '165230', '1764669394', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1375, 'Tripay', '807543-251201966', 'BRIVA', '', '1018', '221128130253', '251201966', 'T920728826702L2ZQ3', 'https://tripay.co.id/checkout/T920728826702L2ZQ3', '1764671523', '2025-12-02', '1764689517', '', 'UNPAID', '220093', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1376, 'Tripay', '306792-251201415', 'ALFAMART', '', '460', '200019', '251201415', 'T920728826841ANBRQ', 'https://tripay.co.id/checkout/T920728826841ANBRQ', '1764671773', '2025-12-02', '1764689772', '', 'PAID', '220019', '1764671889', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1377, 'Tripay', '167577-251201525', 'INDOMARET', '', '570', '500039', '251201525', 'T920728828249NHRKO', 'https://tripay.co.id/checkout/T920728828249NHRKO', '1764674080', '2025-12-02', '1764692080', '', 'PAID', '220443', '1764674802', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1378, 'Tripay', '928179-251201961', 'QRIS2', '', '1013', '221128130247', '251201961', 'T9207288296422LTDS', 'https://tripay.co.id/checkout/T9207288296422LTDS', '1764676006', '2025-12-02', '1764677820', '', 'PAID', '220944', '1764676083', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1379, 'Tripay', '871525-251201132', 'QRIS2', '', '177', '1800033', '251201132', 'T920728830051JIF1T', 'https://tripay.co.id/checkout/T920728830051JIF1T', '1764676604', '2025-12-02', '1764678419', '', 'PAID', '165941', '1764676647', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1380, 'Tripay', '655653-251201678', 'QRIS2', '', '723', '2000077', '251201678', 'T920728830697XTKNV', 'https://tripay.co.id/checkout/T920728830697XTKNV', '1764677474', '2025-12-02', '1764679288', '', 'PAID', '220344', '1764677526', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1381, 'Tripay', '650312-251201552', 'QRIS2', '', '597', '1100033', '251201552', 'T920728836751JOUEO', 'https://tripay.co.id/checkout/T920728836751JOUEO', '1764680764', '2025-12-02', '1764682579', '', 'PAID', '220353', '1764680851', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1382, 'Tripay', '187395-251202081', 'QRIS2', '', '1138', '8200004', '251202081', 'T920728838253NER57', 'https://tripay.co.id/checkout/T920728838253NER57', '1764681334', '2025-12-02', '1764683149', '', 'PAID', '220000', '1764681371', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1383, 'Tripay', '458463-251201825', 'MANDIRIVA', '', '870', '2500022', '251201825', 'T920728838530VXAEV', 'https://tripay.co.id/checkout/T920728838530VXAEV', '1764681438', '2025-12-02', '1764699432', '', 'PAID', '220255', '1764681593', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1384, 'Tripay', '816785-251201965', 'QRIS2', '', '1017', '221128130252', '251201965', 'T9207288402080YKM6', 'https://tripay.co.id/checkout/T9207288402080YKM6', '1764682176', '2025-12-02', '1764683990', '', 'PAID', '220753', '1764682252', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1385, 'Tripay', '745047-251201057', 'QRIS2', '', '62', '1100019', '251201057', 'T920728842233CICSO', 'https://tripay.co.id/checkout/T920728842233CICSO', '1764684073', '2025-12-02', '1764685888', '', 'PAID', '165051', '1764684109', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1386, 'Tripay', '664389-251201208', 'QRIS2', '', '253', '220518183987', '251201208', 'T920728842273CDBIL', 'https://tripay.co.id/checkout/T920728842273CDBIL', '1764684138', '2025-12-02', '1764685953', '', 'PAID', '165753', '1764684182', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1387, 'Tripay', '26751-251201671', 'BRIVA', '', '716', '2000070', '251201671', 'T920728842321DKZ03', 'https://tripay.co.id/checkout/T920728842321DKZ03', '1764684227', '2025-12-02', '1764702221', '', 'PAID', '220665', '1764684316', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1388, 'Tripay', '86494-251202083', 'QRIS2', '', '1140', '82000011', '251202083', 'T9207288427624ZOCC', 'https://tripay.co.id/checkout/T9207288427624ZOCC', '1764685128', '2025-12-02', '1764686943', '', 'PAID', '220737', '1764685196', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1389, 'Tripay', '772222-251201534', 'BRIVA', '', '579', '600032', '251201534', 'T920728847055FWIWG', 'https://tripay.co.id/checkout/T920728847055FWIWG', '1764713481', '2025-12-03', '1764731475', '', 'UNPAID', '220363', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1390, 'Tripay', '371736-251201534', 'BRIVA', '', '579', '600032', '251201534', 'T920728847083Y9F9L', 'https://tripay.co.id/checkout/T920728847083Y9F9L', '1764713638', '2025-12-03', '1764731638', '', 'UNPAID', '220363', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1391, 'Tripay', '276318-251201571', 'QRIS2', '', '616', '1900002', '251201571', 'T920728848296SPVUE', 'https://tripay.co.id/checkout/T920728848296SPVUE', '1764717859', '2025-12-03', '1764719674', '', 'UNPAID', '220805', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1392, 'Tripay', '368168-251201571', 'QRIS2', '', '616', '1900002', '251201571', 'T920728848361NSHS0', 'https://tripay.co.id/checkout/T920728848361NSHS0', '1764718029', '2025-12-03', '1764719844', '', 'UNPAID', '220805', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1393, 'Tripay', '53436-251201571', 'QRIS2', '', '616', '1900002', '251201571', 'T920728848394PYDVE', 'https://tripay.co.id/checkout/T920728848394PYDVE', '1764718154', '2025-12-03', '1764719969', '', 'UNPAID', '220805', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1394, 'Tripay', '474074-251201286', 'INDOMARET', '', '331', '1400018', '251201286', 'T920728848484ELLDP', 'https://tripay.co.id/checkout/T920728848484ELLDP', '1764718520', '2025-12-03', '1764736520', '', 'UNPAID', '220795', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1395, 'Tripay', '136610-251201283', 'QRIS2', '', '328', '1400015', '251201283', 'T9207288485202F25M', 'https://tripay.co.id/checkout/T9207288485202F25M', '1764718624', '2025-12-03', '1764720439', '', 'UNPAID', '220380', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1396, 'Tripay', '754738-251201286', 'INDOMARET', '', '331', '1400018', '251201286', 'T920728848524ZNTDD', 'https://tripay.co.id/checkout/T920728848524ZNTDD', '1764718627', '2025-12-03', '1764736627', '', 'UNPAID', '220795', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1397, 'Tripay', '624334-251201283', 'QRIS2', '', '328', '1400015', '251201283', 'T920728848565HG6BW', 'https://tripay.co.id/checkout/T920728848565HG6BW', '1764718771', '2025-12-03', '1764720586', '', 'UNPAID', '220380', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1398, 'Tripay', '427069-251201283', 'QRIS2', '', '328', '1400015', '251201283', 'T920728848604WIKR2', 'https://tripay.co.id/checkout/T920728848604WIKR2', '1764718935', '2025-12-03', '1764720750', '', 'UNPAID', '220380', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1399, 'Tripay', '18777-251201283', 'QRISC', '', '328', '1400015', '251201283', 'T920728848627O7UTY', 'https://tripay.co.id/checkout/T920728848627O7UTY', '1764719004', '2025-12-03', '1764737004', '', 'UNPAID', '220380', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1400, 'Tripay', '913236-251201283', 'MANDIRIVA', '', '328', '1400015', '251201283', 'T9207288486374RDO0', 'https://tripay.co.id/checkout/T9207288486374RDO0', '1764719044', '2025-12-03', '1764737039', '', 'UNPAID', '220380', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1401, 'Tripay', '422148-251201283', 'QRIS2', '', '328', '1400015', '251201283', 'T920728848721KXL94', 'https://tripay.co.id/checkout/T920728848721KXL94', '1764719315', '2025-12-03', '1764721130', '', 'PAID', '220380', '1764719393', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1402, 'Tripay', '419747-251201670', 'QRIS', '', '715', '2000069', '251201670', 'T920728849849RSLS4', 'https://tripay.co.id/checkout/T920728849849RSLS4', '1764722504', '2025-12-03', '1764724319', '', 'UNPAID', '220987', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1403, 'Tripay', '701882-251201670', 'QRIS2', '', '715', '2000069', '251201670', 'T920728849909DRMMK', 'https://tripay.co.id/checkout/T920728849909DRMMK', '1764722642', '2025-12-03', '1764724457', '', 'PAID', '220987', '1764722771', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1404, 'Tripay', '786273-251201978', 'QRIS2', '', '1030', '221128130268', '251201978', 'T920728850088VDBOR', 'https://tripay.co.id/checkout/T920728850088VDBOR', '1764723105', '2025-12-03', '1764724920', '', 'PAID', '220678', '1764723202', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1405, 'Tripay', '582245-251201180', 'MANDIRIVA', '', '225', '1800087', '251201180', 'T920728850279LWFES', 'https://tripay.co.id/checkout/T920728850279LWFES', '1764723618', '2025-12-03', '1764741611', '', 'PAID', '165249', '1764723955', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1406, 'Tripay', '51425-251202048', 'QRIS2', '', '1100', '5100003', '251202048', 'T920728850823GC5K8', 'https://tripay.co.id/checkout/T920728850823GC5K8', '1764724829', '2025-12-03', '1764726644', '', 'PAID', '220112', '1764724880', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1407, 'Tripay', '350087-251201372', 'BRIVA', '', '417', '1700045', '251201372', 'T920728851055UR965', 'https://tripay.co.id/checkout/T920728851055UR965', '1764725288', '2025-12-03', '1764743282', '', 'PAID', '220762', '1764725338', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1408, 'Tripay', '916597-251201509', 'INDOMARET', '', '554', '500022', '251201509', 'T920728851129LI2RA', 'https://tripay.co.id/checkout/T920728851129LI2RA', '1764725433', '2025-12-03', '1764743432', '', 'PAID', '165073', '1764725806', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1409, 'Tripay', '810366-251201855', 'ALFAMART', '', '900', '2800002', '251201855', 'T920728851595EVPY8', 'https://tripay.co.id/checkout/T920728851595EVPY8', '1764726350', '2025-12-03', '1764744349', '', 'PAID', '220956', '1764726646', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1410, 'Tripay', '806303-251201580', 'QRIS2', '', '625', '1900011', '251201580', 'T9207288522577RBZ5', 'https://tripay.co.id/checkout/T9207288522577RBZ5', '1764727711', '2025-12-03', '1764729526', '', 'PAID', '220021', '1764727857', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1411, 'Tripay', '980215-251201013', 'QRIS2', '', '15', '1800069', '251201013', 'T920728855215O95UC', 'https://tripay.co.id/checkout/T920728855215O95UC', '1764733708', '2025-12-03', '1764735523', '', 'PAID', '165153', '1764733811', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1412, 'Tripay', '166993-251201421', 'QRIS2', '', '466', '200025', '251201421', 'T920728856824C6MRC', 'https://tripay.co.id/checkout/T920728856824C6MRC', '1764736637', '2025-12-03', '1764738452', '', 'PAID', '165823', '1764736676', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1413, 'Tripay', '279147-251201585', 'INDOMARET', '', '630', '1900016', '251201585', 'T920728857387USABC', 'https://tripay.co.id/checkout/T920728857387USABC', '1764737771', '2025-12-03', '1764755771', '', 'PAID', '220236', '1764737990', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1414, 'Tripay', '260949-251201585', 'INDOMARET', '', '630', '1900016', '251201585', 'T920728857459YSIUF', 'https://tripay.co.id/checkout/T920728857459YSIUF', '1764737916', '2025-12-03', '1764755915', '', 'UNPAID', '220236', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1415, 'Tripay', '463720-251201534', 'BRIVA', '', '579', '600032', '251201534', 'T920728858636ODGHC', 'https://tripay.co.id/checkout/T920728858636ODGHC', '1764740202', '2025-12-03', '1764758195', '', 'PAID', '220363', '1764740297', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1416, 'Tripay', '45702-251201859', 'INDOMARET', '', '904', '2900002', '251201859', 'T920728860348MV1FR', 'https://tripay.co.id/checkout/T920728860348MV1FR', '1764743442', '2025-12-03', '1764761441', '', 'PAID', '220351', '1764743708', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1417, 'Tripay', '602732-251201394', 'ALFAMART', '', '439', '81700002', '251201394', 'T920728860462XL3PO', 'https://tripay.co.id/checkout/T920728860462XL3PO', '1764743650', '2025-12-03', '1764761650', '', 'UNPAID', '220604', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1418, 'Tripay', '614701-251201325', 'MANDIRIVA', '', '370', '1600015', '251201325', 'T920728860734F77IJ', 'https://tripay.co.id/checkout/T920728860734F77IJ', '1764744255', '2025-12-03', '1764762249', '', 'PAID', '220799', '1764744390', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1419, 'Tripay', '56301-251201545', 'BNIVA', '', '590', '600044', '251201545', 'T920728861152CO5T0', 'https://tripay.co.id/checkout/T920728861152CO5T0', '1764745170', '2025-12-03', '1764763164', '', 'PAID', '220261', '1764745256', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1420, 'Tripay', '577764-251201394', 'ALFAMART', '', '439', '81700002', '251201394', 'T920728861785LUHGB', 'https://tripay.co.id/checkout/T920728861785LUHGB', '1764746265', '2025-12-03', '1764764264', '', 'UNPAID', '220604', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1421, 'Tripay', '845998-251201571', 'QRIS2', '', '616', '1900002', '251201571', 'T920728862517XFE8Y', 'https://tripay.co.id/checkout/T920728862517XFE8Y', '1764747687', '2025-12-03', '1764749502', '', 'PAID', '220805', '1764747754', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1422, 'Tripay', '444898-251201854', 'QRIS2', '', '899', '2800001', '251201854', 'T920728862987YZXTU', 'https://tripay.co.id/checkout/T920728862987YZXTU', '1764748581', '2025-12-03', '1764750396', '', 'PAID', '330924', '1764748616', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1423, 'Tripay', '897210-251101856', 'QRIS2', '', '901', '2800003', '251101856', 'T920728863887PLTAS', 'https://tripay.co.id/checkout/T920728863887PLTAS', '1764750265', '2025-12-03', '1764752080', '', 'PAID', '220846', '1764750303', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1424, 'Tripay', '77912-251201450', 'QRIS2', '', '495', '300008', '251201450', 'T9207288638892QBDX', 'https://tripay.co.id/checkout/T9207288638892QBDX', '1764750269', '2025-12-03', '1764752084', '', 'PAID', '220057', '1764750314', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1425, 'Tripay', '700429-251201572', 'QRIS2', '', '617', '1900003', '251201572', 'T92072886452904SE8', 'https://tripay.co.id/checkout/T92072886452904SE8', '1764751204', '2025-12-03', '1764753019', '', 'PAID', '220513', '1764751300', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1426, 'Tripay', '723237-251201174', 'QRIS2', '', '219', '1800081', '251201174', 'T920728865721DM4HJ', 'https://tripay.co.id/checkout/T920728865721DM4HJ', '1764753695', '2025-12-03', '1764755510', '', 'PAID', '220111', '1764753781', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1427, 'Tripay', '795730-251201947', 'INDOMARET', '', '999', '221001182851', '251201947', 'T9207288657347IRLI', 'https://tripay.co.id/checkout/T9207288657347IRLI', '1764753720', '2025-12-03', '1764771720', '', 'PAID', '220071', '1764753970', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1428, 'Tripay', '581002-251201966', 'BRIVA', '', '1018', '221128130253', '251201966', 'T920728866071KYOFY', 'https://tripay.co.id/checkout/T920728866071KYOFY', '1764754333', '2025-12-03', '1764772328', '', 'PAID', '220093', '1764754682', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1429, 'Tripay', '453886-251201155', 'QRIS2', '', '200', '1800060', '251201155', 'T920728868078O7AND', 'https://tripay.co.id/checkout/T920728868078O7AND', '1764757887', '2025-12-03', '1764759702', '', 'PAID', '165109', '1764757987', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1430, 'Tripay', '422390-251201967', 'QRIS2', '', '1019', '221128130254', '251201967', 'T920728868316KRZFL', 'https://tripay.co.id/checkout/T920728868316KRZFL', '1764758306', '2025-12-03', '1764760121', '', 'PAID', '220461', '1764758389', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1431, 'Tripay', '948666-251201592', 'INDOMARET', '', '637', '1900023', '251201592', 'T920728869180YVAUC', 'https://tripay.co.id/checkout/T920728869180YVAUC', '1764759678', '2025-12-03', '1764777678', '', 'UNPAID', '220964', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1432, 'Tripay', '722827-251201592', 'INDOMARET', '', '637', '1900023', '251201592', 'T920728869215D294Q', 'https://tripay.co.id/checkout/T920728869215D294Q', '1764759734', '2025-12-03', '1764777734', '', 'PAID', '220964', '1764759917', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1433, 'Tripay', '981267-251201593', 'QRIS2', '', '638', '1900024', '251201593', 'T920728872757Q0OHD', 'https://tripay.co.id/checkout/T920728872757Q0OHD', '1764765486', '2025-12-03', '1764767301', '', 'PAID', '220922', '1764765552', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1434, 'Tripay', '96681-251201548', 'QRIS2', '', '593', '600048', '251201548', 'T920728872822DP1MZ', 'https://tripay.co.id/checkout/T920728872822DP1MZ', '1764765580', '2025-12-03', '1764767395', '', 'PAID', '220348', '1764765611', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1435, 'Tripay', '435612-251201549', 'QRIS2', '', '594', '600049', '251201549', 'T920728872893ZZMT6', 'https://tripay.co.id/checkout/T920728872893ZZMT6', '1764765678', '2025-12-03', '1764767493', '', 'PAID', '220425', '1764765709', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1436, 'Tripay', '501745-251201261', 'INDOMARET', '', '306', '1300012', '251201261', 'T920728873704BRGQR', 'https://tripay.co.id/checkout/T920728873704BRGQR', '1764767020', '2025-12-03', '1764785020', '', 'PAID', '220690', '1764767108', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1437, 'Tripay', '620530-251201811', 'BRIVA', '', '856', '2500008', '251201811', 'T920728874501GKKEE', 'https://tripay.co.id/checkout/T920728874501GKKEE', '1764768408', '2025-12-03', '1764786402', '', 'UNPAID', '220350', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1438, 'Tripay', '58283-251201833', 'BNIVA', '', '878', '2500030', '251201833', 'T920728875691TOISV', 'https://tripay.co.id/checkout/T920728875691TOISV', '1764770714', '2025-12-03', '1764788709', '', 'UNPAID', '220686', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1439, 'Tripay', '668956-251201212', 'QRIS2', '', '257', '1700007', '251201212', 'T920728877996OG8RI', 'https://tripay.co.id/checkout/T920728877996OG8RI', '1764778405', '2025-12-03', '1764780221', '', 'PAID', '165861', '1764778452', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1440, 'Tripay', '474110-251201315', 'BNIVA', '', '360', '1600005', '251201315', 'T920728878561VLIMH', 'https://tripay.co.id/checkout/T920728878561VLIMH', '1764781768', '2025-12-04', '1764799762', '', 'PAID', '220110', '1764781807', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1441, 'Tripay', '554192-251201945', 'QRIS2', '', '997', '221001182848', '251201945', 'T920728878920ORWEN', 'https://tripay.co.id/checkout/T920728878920ORWEN', '1764784341', '2025-12-04', '1764786156', '', 'PAID', '220100', '1764784577', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1442, 'Tripay', '699934-251201833', 'BNIVA', '', '878', '2500030', '251201833', 'T920728880712XJDMP', 'https://tripay.co.id/checkout/T920728880712XJDMP', '1764803031', '2025-12-04', '1764821025', '', 'PAID', '220686', '1764803203', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1443, 'Tripay', '397101-251201461', 'BRIVA', '', '506', '300020', '251201461', 'T920728880789AIMI4', 'https://tripay.co.id/checkout/T920728880789AIMI4', '1764803339', '2025-12-04', '1764821338', '', 'PAID', '220401', '1764803454', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1444, 'Tripay', '780560-251201367', 'QRIS2', '', '412', '1700040', '251201367', 'T920728880893XY8PM', 'https://tripay.co.id/checkout/T920728880893XY8PM', '1764803736', '2025-12-04', '1764805551', '', 'PAID', '220418', '1764803804', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1445, 'Tripay', '759638-251201394', 'ALFAMART', '', '439', '81700002', '251201394', 'T920728883056VB77L', 'https://tripay.co.id/checkout/T920728883056VB77L', '1764810100', '2025-12-04', '1764828100', '', 'PAID', '220604', '1764810999', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1446, 'Tripay', '802247-251204002', 'QRIS2', '', '1159', '81100004', '251204002', 'T920728886138GDETH', 'https://tripay.co.id/checkout/T920728886138GDETH', '1764816625', '2025-12-04', '1764818440', '', 'PAID', '220134', '1764816772', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1447, 'Tripay', '224852-251201537', 'BNIVA', '', '582', '600035', '251201537', 'T920728894330F938S', 'https://tripay.co.id/checkout/T920728894330F938S', '1764834323', '2025-12-04', '1764852317', '', 'PAID', '220339', '1764834390', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1448, 'Tripay', '828259-251201707', 'BRIVA', '', '752', '2000109', '251201707', 'T920728895313UFUDF', 'https://tripay.co.id/checkout/T920728895313UFUDF', '1764836713', '2025-12-04', '1764854707', '', 'PAID', '220607', '1764836806', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1449, 'Tripay', '236151-251201104', 'QRIS2', '', '109', '1200038', '251201104', 'T920728895775OEVB2', 'https://tripay.co.id/checkout/T920728895775OEVB2', '1764837944', '2025-12-04', '1764839760', '', 'PAID', '220292', '1764838005', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1450, 'Tripay', '145714-251202079', 'INDOMARET', '', '1136', '81200003', '251202079', 'T920728896981LKURV', 'https://tripay.co.id/checkout/T920728896981LKURV', '1764840530', '2025-12-04', '1764858530', '', 'PAID', '100548', '1764848274', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1451, 'Tripay', '119529-251201031', 'MANDIRIVA', '', '36', '220518183986', '251201031', 'T920728901431FEYFO', 'https://tripay.co.id/checkout/T920728901431FEYFO', '1764848982', '2025-12-04', '1764866976', '', 'PAID', '165789', '1764849116', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1452, 'Tripay', '56926-251201766', 'BNIVA', '', '811', '2000175', '251201766', 'T920728902015RB0YX', 'https://tripay.co.id/checkout/T920728902015RB0YX', '1764849864', '2025-12-04', '1764867858', '', 'PAID', '165147', '1764849929', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1453, 'Tripay', '448675-251201087', 'QRIS2', '', '92', '1200019', '251201087', 'T920728902215IZ6DI', 'https://tripay.co.id/checkout/T920728902215IZ6DI', '1764850201', '2025-12-04', '1764852017', '', 'PAID', '220431', '1764850296', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1454, 'Tripay', '904269-251201420', 'QRIS2', '', '465', '200024', '251201420', 'T920728902502LCT9K', 'https://tripay.co.id/checkout/T920728902502LCT9K', '1764850602', '2025-12-04', '1764852417', '', 'PAID', '220607', '1764850739', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1455, 'Tripay', '706331-251201543', 'INDOMARET', '', '588', '600041', '251201543', 'T920728906557LC447', 'https://tripay.co.id/checkout/T920728906557LC447', '1764857465', '2025-12-04', '1764875464', '', 'PAID', '220555', '1764858063', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1456, 'Tripay', '789941-251201506', 'BRIVA', '', '551', '500019', '251201506', 'T920728906853I2AU6', 'https://tripay.co.id/checkout/T920728906853I2AU6', '1764858132', '2025-12-04', '1764876126', '', 'PAID', '220682', '1764858228', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1457, 'Tripay', '382319-251201299', 'MANDIRIVA', '', '344', '1500013', '251201299', 'T920728907453RCNKE', 'https://tripay.co.id/checkout/T920728907453RCNKE', '1764859676', '2025-12-04', '1764877670', '', 'PAID', '220817', '1764859825', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1458, 'Tripay', '721497-251201812', 'BRIVA', '', '857', '2500009', '251201812', 'T9207289112457WLIA', 'https://tripay.co.id/checkout/T9207289112457WLIA', '1764886693', '2025-12-05', '1764904687', '', 'PAID', '220762', '1764886786', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1459, 'Tripay', '476882-251201276', 'MANDIRIVA', '', '321', '1400007', '251201276', 'T920728912216TIGEU', 'https://tripay.co.id/checkout/T920728912216TIGEU', '1764889952', '2025-12-05', '1764907946', '', 'PAID', '220858', '1764890039', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1460, 'Tripay', '29466-251201364', 'CIMBVA', '', '409', '1700037', '251201364', 'T920728913230WBUXC', 'https://tripay.co.id/checkout/T920728913230WBUXC', '1764893037', '2025-12-05', '1764911030', '', 'PAID', '220958', '1764893205', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1461, 'Tripay', '823969-251201873', 'BRIVA', '', '918', '4100002', '251201873', 'T920728916060OSWGP', 'https://tripay.co.id/checkout/T920728916060OSWGP', '1764899142', '2025-12-05', '1764917137', '', 'UNPAID', '220277', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1462, 'Tripay', '29981-251201873', 'BRIVA', '', '918', '4100002', '251201873', 'T920728916122RTZJL', 'https://tripay.co.id/checkout/T920728916122RTZJL', '1764899248', '2025-12-05', '1764917248', '', 'UNPAID', '220277', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1463, 'Tripay', '357543-251201873', 'QRIS2', '', '918', '4100002', '251201873', 'T920728916184RGPPC', 'https://tripay.co.id/checkout/T920728916184RGPPC', '1764899357', '2025-12-05', '1764901173', '', 'PAID', '220277', '1764899446', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1464, 'Tripay', '902173-251201480', 'INDOMARET', '', '525', '400003', '251201480', 'T920728917326HVZHU', 'https://tripay.co.id/checkout/T920728917326HVZHU', '1764901510', '2025-12-05', '1764919509', '', 'UNPAID', '220239', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1465, 'Tripay', '279131-251201480', 'INDOMARET', '', '525', '400003', '251201480', 'T920728917360J8O1G', 'https://tripay.co.id/checkout/T920728917360J8O1G', '1764901586', '2025-12-05', '1764919585', '', 'PAID', '220239', '1764901808', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1466, 'Tripay', '711205-251201311', 'BRIVA', '', '356', '1500025', '251201311', 'T920728917706NLF8Y', 'https://tripay.co.id/checkout/T920728917706NLF8Y', '1764902189', '2025-12-05', '1764920183', '', 'PAID', '165263', '1764902302', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1467, 'Tripay', '339165-251205001', 'INDOMARET', '', '1161', '81600005', '251205001', 'T920728919966LO0NL', 'https://tripay.co.id/checkout/T920728919966LO0NL', '1764906101', '2025-12-05', '1764924100', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1468, 'Tripay', '835513-251205001', 'INDOMARET', '', '1161', '81600005', '251205001', 'T920728920043PVIT0', 'https://tripay.co.id/checkout/T920728920043PVIT0', '1764906223', '2025-12-05', '1764924222', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1469, 'Tripay', '773799-251201169', 'BRIVA', '', '214', '1800076', '251201169', 'T920728920059U1M0L', 'https://tripay.co.id/checkout/T920728920059U1M0L', '1764906246', '2025-12-05', '1764924240', '', 'PAID', '165087', '1764906405', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1470, 'Tripay', '250416-251202026', 'QRIS2', '', '1078', '230308162050', '251202026', 'T920728920973PWYHP', 'https://tripay.co.id/checkout/T920728920973PWYHP', '1764907979', '2025-12-05', '1764909794', '', 'PAID', '220100', '1764908071', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1471, 'Tripay', '540042-251201262', 'QRIS2', '', '307', '1300013', '251201262', 'T920728921351TG7WL', 'https://tripay.co.id/checkout/T920728921351TG7WL', '1764908778', '2025-12-05', '1764910593', '', 'PAID', '220902', '1764908814', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1472, 'Tripay', '94166-251201163', 'QRIS2', '', '208', '1800070', '251201163', 'T9207289218301BFYP', 'https://tripay.co.id/checkout/T9207289218301BFYP', '1764909740', '2025-12-05', '1764911555', '', 'PAID', '165786', '1764909825', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1473, 'Tripay', '70604-251201811', 'BRIVA', '', '856', '2500008', '251201811', 'T920728923102PZKH7', 'https://tripay.co.id/checkout/T920728923102PZKH7', '1764912414', '2025-12-05', '1764930408', '', 'PAID', '220350', '1764912515', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1474, 'Tripay', '820139-251201826', 'INDOMARET', '', '871', '2500023', '251201826', 'T920728924781JWEFG', 'https://tripay.co.id/checkout/T920728924781JWEFG', '1764915281', '2025-12-05', '1764933281', '', 'PAID', '220989', '1764915396', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1475, 'Tripay', '521043-251201185', 'QRIS2', '', '230', '1800092', '251201185', 'T920728926162MQMVT', 'https://tripay.co.id/checkout/T920728926162MQMVT', '1764917463', '2025-12-05', '1764919279', '', 'PAID', '165851', '1764917519', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1476, 'Tripay', '849604-251201184', 'QRIS2', '', '229', '1800091', '251201184', 'T920728926702F4SOP', 'https://tripay.co.id/checkout/T920728926702F4SOP', '1764918471', '2025-12-05', '1764920287', '', 'UNPAID', '165125', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1477, 'Tripay', '369716-251201184', 'QRIS2', '', '229', '1800091', '251201184', 'T920728926734GMUFU', 'https://tripay.co.id/checkout/T920728926734GMUFU', '1764918537', '2025-12-05', '1764920352', '', 'PAID', '165125', '1764918724', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1478, 'Tripay', '684010-251201533', 'QRIS2', '', '578', '600030', '251201533', 'T9207289289359TWKZ', 'https://tripay.co.id/checkout/T9207289289359TWKZ', '1764922838', '2025-12-05', '1764924654', '', 'PAID', '220824', '1764922903', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1479, 'Tripay', '658060-251201666', 'QRIS2', '', '711', '2000065', '251201666', 'T920728929531KBPKJ', 'https://tripay.co.id/checkout/T920728929531KBPKJ', '1764924037', '2025-12-05', '1764925853', '', 'PAID', '220307', '1764924068', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1480, 'Tripay', '241163-251201524', 'ALFAMART', '', '569', '500038', '251201524', 'T920728934838JCV4F', 'https://tripay.co.id/checkout/T920728934838JCV4F', '1764932962', '2025-12-05', '1764950961', '', 'PAID', '220360', '1764936026', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1481, 'Tripay', '731840-251201725', 'BRIVA', '', '770', '2000127', '251201725', 'T920728938899YWFXH', 'https://tripay.co.id/checkout/T920728938899YWFXH', '1764938312', '2025-12-05', '1764956306', '', 'UNPAID', '220243', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1482, 'Tripay', '118298-251201725', 'BRIVA', '', '770', '2000127', '251201725', 'T920728938953YG9C1', 'https://tripay.co.id/checkout/T920728938953YG9C1', '1764938380', '2025-12-05', '1764956380', '', 'PAID', '220243', '1764938971', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1483, 'Tripay', '737844-251201962', 'QRIS2', '', '1014', '221128130248', '251201962', 'T920728939706QKKFM', 'https://tripay.co.id/checkout/T920728939706QKKFM', '1764939355', '2025-12-05', '1764941171', '', 'PAID', '220400', '1764939428', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1484, 'Tripay', '559164-251201847', 'BRIVA', '', '892', '2600007', '251201847', 'T920728939731RHRDZ', 'https://tripay.co.id/checkout/T920728939731RHRDZ', '1764939388', '2025-12-05', '1764957382', '', 'PAID', '220606', '1764941375', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1485, 'Tripay', '559240-251201526', 'CIMBVA', '', '571', '500040', '251201526', 'T920728940495KLFL1', 'https://tripay.co.id/checkout/T920728940495KLFL1', '1764940440', '2025-12-05', '1764958433', '', 'PAID', '220044', '1764940873', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1486, 'Tripay', '370457-251201173', 'INDOMARET', '', '218', '1800080', '251201173', 'T920728941777RUUPO', 'https://tripay.co.id/checkout/T920728941777RUUPO', '1764942412', '2025-12-05', '1764960411', '', 'PAID', '220614', '1764942510', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1487, 'Tripay', '548129-251201693', 'QRIS2', '', '738', '2000095', '251201693', 'T920728948040VZJIK', 'https://tripay.co.id/checkout/T920728948040VZJIK', '1764971646', '2025-12-06', '1764973462', '', 'PAID', '220785', '1764971731', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1488, 'Tripay', '954305-251201541', 'QRIS2', '', '586', '600039', '251201541', 'T9207289481684QTMB', 'https://tripay.co.id/checkout/T9207289481684QTMB', '1764972492', '2025-12-06', '1764974308', '', 'PAID', '220544', '1764972558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1489, 'Tripay', '117926-251201550', 'QRIS2', '', '595', '600050', '251201550', 'T920728948408OBUUH', 'https://tripay.co.id/checkout/T920728948408OBUUH', '1764973762', '2025-12-06', '1764975577', '', 'PAID', '220985', '1764973814', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1490, 'Tripay', '633263-251201295', 'QRIS2', '', '340', '1500009', '251201295', 'T920728948785UPWIC', 'https://tripay.co.id/checkout/T920728948785UPWIC', '1764975260', '2025-12-06', '1764977076', '', 'PAID', '220147', '1764975313', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1491, 'Tripay', '696129-251201987', 'QRIS2', '', '1039', '221128130282', '251201987', 'T920728949450VCKWZ', 'https://tripay.co.id/checkout/T920728949450VCKWZ', '1764977545', '2025-12-06', '1764979361', '', 'PAID', '220797', '1764977598', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1492, 'Tripay', '345251-251201251', 'QRIS2', '', '296', '1300002', '251201251', 'T92072895079047AZF', 'https://tripay.co.id/checkout/T92072895079047AZF', '1764980895', '2025-12-06', '1764982711', '', 'PAID', '220116', '1764980977', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1493, 'Tripay', '212069-251201080', 'BRIVA', '', '85', '1200012', '251201080', 'T920728951337YYKXP', 'https://tripay.co.id/checkout/T920728951337YYKXP', '1764982124', '2025-12-06', '1765000118', '', 'PAID', '220404', '1764982192', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1494, 'Tripay', '69343-251201479', 'BNIVA', '', '524', '400002', '251201479', 'T920728951370NWEQY', 'https://tripay.co.id/checkout/T920728951370NWEQY', '1764982192', '2025-12-06', '1765000192', '', 'PAID', '165241', '1764982250', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1495, 'Tripay', '932745-251201750', 'QRIS2', '', '795', '2000156', '251201750', 'T920728952314UYVBF', 'https://tripay.co.id/checkout/T920728952314UYVBF', '1764984287', '2025-12-06', '1764986104', '', 'UNPAID', '220916', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1496, 'Tripay', '427823-251201361', 'QRIS2', '', '406', '1700034', '251201361', 'T920728952357VTI15', 'https://tripay.co.id/checkout/T920728952357VTI15', '1764984366', '2025-12-06', '1764986182', '', 'PAID', '220762', '1764984499', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1497, 'Tripay', '661329-251201835', 'INDOMARET', '', '880', '2500032', '251201835', 'T9207289526212DSQH', 'https://tripay.co.id/checkout/T9207289526212DSQH', '1764984931', '2025-12-06', '1765002931', '', 'PAID', '165993', '1764985360', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1498, 'Tripay', '425163-251201750', 'QRIS2', '', '795', '2000156', '251201750', 'T920728954626PCLWM', 'https://tripay.co.id/checkout/T920728954626PCLWM', '1764989135', '2025-12-06', '1764990951', '', 'PAID', '220916', '1764990285', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1499, 'Tripay', '673673-251101085', 'INDOMARET', '', '90', '1200017', '251101085', 'T920728956259NRBBT', 'https://tripay.co.id/checkout/T920728956259NRBBT', '1764992750', '2025-12-06', '1765010749', '', 'PAID', '165558', '1764993478', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1500, 'Tripay', '18170-251101085', 'INDOMARET', '', '90', '1200017', '251101085', 'T9207289565430YDKK', 'https://tripay.co.id/checkout/T9207289565430YDKK', '1764993403', '2025-12-06', '1765011402', '', 'UNPAID', '165558', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1501, 'Tripay', '610187-251201813', 'BNIVA', '', '858', '2500010', '251201813', 'T920728957680SBUYI', 'https://tripay.co.id/checkout/T920728957680SBUYI', '1764995712', '2025-12-06', '1765013707', '', 'PAID', '220958', '1764995824', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1502, 'Tripay', '665733-251201865', 'INDOMARET', '', '910', '3100001', '251201865', 'T920728958210AAMRA', 'https://tripay.co.id/checkout/T920728958210AAMRA', '1764996798', '2025-12-06', '1765014798', '', 'PAID', '165412', '1764998717', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1503, 'Tripay', '963946-251201827', 'INDOMARET', '', '872', '2500024', '251201827', 'T920728959438CFU6P', 'https://tripay.co.id/checkout/T920728959438CFU6P', '1764999360', '2025-12-06', '1765017360', '', 'PAID', '220647', '1764999570', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1504, 'Tripay', '306979-251201911', 'QRIS2', '', '963', '220612165047', '251201911', 'T9207289597212DJFK', 'https://tripay.co.id/checkout/T9207289597212DJFK', '1765000046', '2025-12-06', '1765001862', '', 'PAID', '220165', '1765000128', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1505, 'Tripay', '302593-251201464', 'INDOMARET', '', '509', '300023', '251201464', 'T9207289640145SNQV', 'https://tripay.co.id/checkout/T9207289640145SNQV', '1765011064', '2025-12-06', '1765029063', '', 'PAID', '220679', '1765011269', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1506, 'Tripay', '832110-251206001', 'BRIVA', '', '1162', '82000015', '251206001', 'T920728966557Y9V6U', 'https://tripay.co.id/checkout/T920728966557Y9V6U', '1765017155', '2025-12-06', '1765035150', '', 'PAID', '220702', '1765021031', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1507, 'Tripay', '976435-251201852', 'INDOMARET', '', '897', '2700004', '251201852', 'T920728967141XMUXL', 'https://tripay.co.id/checkout/T920728967141XMUXL', '1765018288', '2025-12-06', '1765036288', '', 'UNPAID', '220338', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1508, 'Tripay', '528492-251201852', 'INDOMARET', '', '897', '2700004', '251201852', 'T920728967313PZMUK', 'https://tripay.co.id/checkout/T920728967313PZMUK', '1765018652', '2025-12-06', '1765036652', '', 'PAID', '220338', '1765018828', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1509, 'Tripay', '261790-251201458', 'INDOMARET', '', '503', '300017', '251201458', 'T920728968061CP8DA', 'https://tripay.co.id/checkout/T920728968061CP8DA', '1765020143', '2025-12-06', '1765038142', '', 'PAID', '150184', '1765020269', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1510, 'Tripay', '583368-251201863', 'INDOMARET', '', '908', '2900006', '251201863', 'T920728969820LCUSH', 'https://tripay.co.id/checkout/T920728969820LCUSH', '1765023230', '2025-12-06', '1765041230', '', 'PAID', '220556', '1765023370', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1511, 'Tripay', '69736-251201790', 'QRIS2', '', '835', '2400001', '251201790', 'T920728977841OW8NG', 'https://tripay.co.id/checkout/T920728977841OW8NG', '1765041161', '2025-12-07', '1765042977', '', 'PAID', '220341', '1765041223', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1512, 'Tripay', '663786-251202085', 'QRIS2', '', '1142', '81200005', '251202085', 'T920728981833ZUZIB', 'https://tripay.co.id/checkout/T920728981833ZUZIB', '1765053292', '2025-12-07', '1765055109', '', 'PAID', '385050', '1765053369', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1513, 'Tripay', '331965-251202084', 'QRIS2', '', '1141', '81200004', '251202084', 'T920728981835FC8KG', 'https://tripay.co.id/checkout/T920728981835FC8KG', '1765053388', '2025-12-07', '1765055204', '', 'PAID', '385958', '1765053462', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1514, 'Tripay', '914471-251201148', 'INDOMARET', '', '193', '1800051', '251201148', 'T920728983248RZ8VL', 'https://tripay.co.id/checkout/T920728983248RZ8VL', '1765064915', '2025-12-07', '1765082914', '', 'PAID', '165425', '1765064992', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1515, 'Tripay', '983470-251201307', 'INDOMARET', '', '352', '1500021', '251201307', 'T920728984399B9CUB', 'https://tripay.co.id/checkout/T920728984399B9CUB', '1765068936', '2025-12-07', '1765086935', '', 'PAID', '220781', '1765075758', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1516, 'Tripay', '495334-251201086', 'BRIVA', '', '91', '1200018', '251201086', 'T920728985030FHLQA', 'https://tripay.co.id/checkout/T920728985030FHLQA', '1765070720', '2025-12-07', '1765088713', '', 'PAID', '220006', '1765070976', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1517, 'Tripay', '513536-251201872', 'QRIS2', '', '917', '4100001', '251201872', 'T9207289861658NHKD', 'https://tripay.co.id/checkout/T9207289861658NHKD', '1765073724', '2025-12-07', '1765075541', '', 'PAID', '220963', '1765073837', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1518, 'Tripay', '286491-251201794', 'INDOMARET', '', '839', '2400005', '251201794', 'T920728986830SF54H', 'https://tripay.co.id/checkout/T920728986830SF54H', '1765075589', '2025-12-07', '1765093589', '', 'PAID', '200300', '1765075983', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1519, 'Tripay', '331975-251201090', 'BRIVA', '', '95', '1200022', '251201090', 'T920728988375QHU8T', 'https://tripay.co.id/checkout/T920728988375QHU8T', '1765079739', '2025-12-07', '1765097733', '', 'PAID', '220565', '1765080541', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1520, 'Tripay', '709904-251201829', 'QRIS2', '', '874', '2500026', '251201829', 'T920728988743WHEE3', 'https://tripay.co.id/checkout/T920728988743WHEE3', '1765080844', '2025-12-07', '1765082660', '', 'PAID', '220198', '1765080942', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1521, 'Tripay', '217639-251201117', 'MANDIRIVA', '', '162', '1800015', '251201117', 'T920728989258Q3NQ8', 'https://tripay.co.id/checkout/T920728989258Q3NQ8', '1765082263', '2025-12-07', '1765100258', '', 'PAID', '165112', '1765082405', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1522, 'Tripay', '206294-251201564', 'BRIVA', '', '609', '1400020', '251201564', 'T920728990952P6GHC', 'https://tripay.co.id/checkout/T920728990952P6GHC', '1765086895', '2025-12-07', '1765104889', '', 'PAID', '165591', '1765086985', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1523, 'Tripay', '460385-251201317', 'INDOMARET', '', '362', '1600007', '251201317', 'T920728993417X4VA3', 'https://tripay.co.id/checkout/T920728993417X4VA3', '1765093576', '2025-12-07', '1765111576', '', 'UNPAID', '220027', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1524, 'Tripay', '944229-251201317', 'INDOMARET', '', '362', '1600007', '251201317', 'T92072899424506M1D', 'https://tripay.co.id/checkout/T92072899424506M1D', '1765096199', '2025-12-07', '1765114199', '', 'UNPAID', '220027', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1525, 'Tripay', '941805-251201317', 'INDOMARET', '', '362', '1600007', '251201317', 'T92072899441821Q8N', 'https://tripay.co.id/checkout/T92072899441821Q8N', '1765096691', '2025-12-07', '1765114690', '', 'PAID', '220027', '1765097039', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1526, 'Tripay', '210959-251201546', 'INDOMARET', '', '591', '600045', '251201546', 'T920728994645IKPKE', 'https://tripay.co.id/checkout/T920728994645IKPKE', '1765097385', '2025-12-07', '1765115384', '', 'PAID', '220116', '1765097622', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1527, 'Tripay', '333817-251201153', 'INDOMARET', '', '198', '1800058', '251201153', 'T920729001017IDYAF', 'https://tripay.co.id/checkout/T920729001017IDYAF', '1765112399', '2025-12-07', '1765130399', '', 'PAID', '165874', '1765112699', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1528, 'Tripay', '39249-251201559', 'QRIS2', '', '604', '1200041', '251201559', 'T920729003100DKMFC', 'https://tripay.co.id/checkout/T920729003100DKMFC', '1765117492', '2025-12-07', '1765119309', '', 'PAID', '220544', '1765117551', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1529, 'Tripay', '202229-251202002', 'QRIS2', '', '1054', '221128130301', '251202002', 'T9207290046736KHAN', 'https://tripay.co.id/checkout/T9207290046736KHAN', '1765124182', '2025-12-07', '1765125999', '', 'PAID', '220474', '1765124296', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1530, 'Tripay', '509793-251201848', 'BNIVA', '', '893', '2600008', '251201848', 'T920729007139CQD3T', 'https://tripay.co.id/checkout/T920729007139CQD3T', '1765149974', '2025-12-08', '1765167968', '', 'PAID', '220888', '1765150074', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1531, 'Tripay', '845079-251201116', 'INDOMARET', '', '161', '1800014', '251201116', 'T920729008922JHYLH', 'https://tripay.co.id/checkout/T920729008922JHYLH', '1765156355', '2025-12-08', '1765174354', '', 'PAID', '165375', '1765156433', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1532, 'Tripay', '811057-251201810', 'INDOMARET', '', '855', '2500007', '251201810', 'T920729011182MJDLG', 'https://tripay.co.id/checkout/T920729011182MJDLG', '1765161800', '2025-12-08', '1765179799', '', 'PAID', '220203', '1765169747', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1533, 'Tripay', '680011-251201455', 'BRIVA', '', '500', '300014', '251201455', 'T920729011320CMGN3', 'https://tripay.co.id/checkout/T920729011320CMGN3', '1765162152', '2025-12-08', '1765180146', '', 'PAID', '220230', '1765162255', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1534, 'Tripay', '573378-251201291', 'BNIVA', '', '336', '1500005', '251201291', 'T920729013329NTZQM', 'https://tripay.co.id/checkout/T920729013329NTZQM', '1765167055', '2025-12-08', '1765185049', '', 'PAID', '220786', '1765167350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1535, 'Tripay', '416615-251201520', 'BRIVA', '', '565', '500034', '251201520', 'T920729013806GTMLF', 'https://tripay.co.id/checkout/T920729013806GTMLF', '1765168085', '2025-12-08', '1765186078', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1536, 'Tripay', '769414-251201520', 'BRIVA', '', '565', '500034', '251201520', 'T920729013835NYSI4', 'https://tripay.co.id/checkout/T920729013835NYSI4', '1765168155', '2025-12-08', '1765186154', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1537, 'Tripay', '238182-251201520', 'BRIVA', '', '565', '500034', '251201520', 'T920729013864CG5LO', 'https://tripay.co.id/checkout/T920729013864CG5LO', '1765168224', '2025-12-08', '1765186224', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1538, 'Tripay', '601009-251201520', 'QRIS2', '', '565', '500034', '251201520', 'T9207290139148ECQY', 'https://tripay.co.id/checkout/T9207290139148ECQY', '1765168312', '2025-12-08', '1765170129', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1539, 'Tripay', '801322-251201520', 'QRIS2', '', '565', '500034', '251201520', 'T920729013928EEIWC', 'https://tripay.co.id/checkout/T920729013928EEIWC', '1765168337', '2025-12-08', '1765170153', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1540, 'Tripay', '418599-251201520', 'QRIS2', '', '565', '500034', '251201520', 'T9207290139398QIAQ', 'https://tripay.co.id/checkout/T9207290139398QIAQ', '1765168376', '2025-12-08', '1765170192', '', 'UNPAID', '165889', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1541, 'Tripay', '427088-251201520', 'BRIVA', '', '565', '500034', '251201520', 'T920729014036O2Q43', 'https://tripay.co.id/checkout/T920729014036O2Q43', '1765168582', '2025-12-08', '1765186581', '', 'PAID', '165889', '1765168842', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1542, 'Tripay', '530321-251208001', 'INDOMARET', '', '1163', '82000016', '251208001', 'T920729019838ZTPDN', 'https://tripay.co.id/checkout/T920729019838ZTPDN', '1765184008', '2025-12-08', '1765202007', '', 'UNPAID', '220648', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1543, 'Tripay', '126156-251208001', 'INDOMARET', '', '1163', '82000016', '251208001', 'T920729019859XMQH1', 'https://tripay.co.id/checkout/T920729019859XMQH1', '1765184080', '2025-12-08', '1765202080', '', 'UNPAID', '220648', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1544, 'Tripay', '708399-251201145', 'INDOMARET', '', '190', '1800048', '251201145', 'T9207290206942HZBC', 'https://tripay.co.id/checkout/T9207290206942HZBC', '1765186293', '2025-12-08', '1765204292', '', 'UNPAID', '165938', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1545, 'Tripay', '202137-251201145', 'INDOMARET', '', '190', '1800048', '251201145', 'T920729020702TOUIL', 'https://tripay.co.id/checkout/T920729020702TOUIL', '1765186315', '2025-12-08', '1765204315', '', 'PAID', '165938', '1765196073', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1546, 'Tripay', '771251-251201358', 'ALFAMART', '', '403', '1700031', '251201358', 'T920729022921W2SBD', 'https://tripay.co.id/checkout/T920729022921W2SBD', '1765191486', '2025-12-08', '1765209481', '', 'PAID', '220859', '1765193225', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1547, 'Tripay', '858550-251201160', 'INDOMARET', '', '205', '1800066', '251201160', 'T920729025501SSWDF', 'https://tripay.co.id/checkout/T920729025501SSWDF', '1765196826', '2025-12-08', '1765214826', '', 'PAID', '165852', '1765196940', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1548, 'Tripay', '601292-251201369', 'QRIS2', '', '414', '1700042', '251201369', 'T920729025777AJWVI', 'https://tripay.co.id/checkout/T920729025777AJWVI', '1765197379', '2025-12-08', '1765199195', '', 'PAID', '165280', '1765197495', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1549, 'Tripay', '422401-251201864', 'ALFAMART', '', '909', '2900007', '251201864', 'T920729027708OQC8P', 'https://tripay.co.id/checkout/T920729027708OQC8P', '1765201803', '2025-12-08', '1765219803', '', 'PAID', '220068', '1765201924', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1550, 'Tripay', '998804-251201189', 'BRIVA', '', '234', '1800096', '251201189', 'T9207290284321UAL5', 'https://tripay.co.id/checkout/T9207290284321UAL5', '1765203712', '2025-12-08', '1765221706', '', 'PAID', '165515', '1765203767', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1551, 'Tripay', '545701-251201569', 'QRIS2', '', '614', '1600024', '251201569', 'T920729032168J0MPN', 'https://tripay.co.id/checkout/T920729032168J0MPN', '1765234003', '2025-12-09', '1765235819', '', 'PAID', '220418', '1765234107', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1552, 'Tripay', '856227-251201949', 'BRIVA', '', '1001', '221001182856', '251201949', 'T920729032867EGVIK', 'https://tripay.co.id/checkout/T920729032867EGVIK', '1765237524', '2025-12-09', '1765255518', '', 'PAID', '220954', '1765237583', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1553, 'Tripay', '427935-251201282', 'INDOMARET', '', '327', '1400014', '251201282', 'T9207290329391M6AW', 'https://tripay.co.id/checkout/T9207290329391M6AW', '1765237855', '2025-12-09', '1765255855', '', 'PAID', '220858', '1765238175', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1554, 'Tripay', '362660-251201878', 'QRIS2', '', '923', '4100007', '251201878', 'T920729034214YX1UT', 'https://tripay.co.id/checkout/T920729034214YX1UT', '1765242202', '2025-12-09', '1765244019', '', 'PAID', '220747', '1765242267', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1555, 'Tripay', '314783-251201243', 'QRIS2', '', '288', '220728201839', '251201243', 'T920729037612CUJAT', 'https://tripay.co.id/checkout/T920729037612CUJAT', '1765250747', '2025-12-09', '1765252564', '', 'PAID', '165594', '1765250791', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1556, 'Tripay', '804432-251201199', 'BRIVA', '', '244', '220518183977', '251201199', 'T920729038334MT3AP', 'https://tripay.co.id/checkout/T920729038334MT3AP', '1765252621', '2025-12-09', '1765270615', '', 'PAID', '165067', '1765252726', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1557, 'Tripay', '433886-251201773', 'INDOMARET', '', '818', '2100005', '251201773', 'T920729038375SW8BD', 'https://tripay.co.id/checkout/T920729038375SW8BD', '1765252709', '2025-12-09', '1765270709', '', 'PAID', '165304', '1765252780', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1558, 'Tripay', '552365-251201879', 'QRIS2', '', '924', '4100008', '251201879', 'T920729040553DSG5U', 'https://tripay.co.id/checkout/T920729040553DSG5U', '1765258087', '2025-12-09', '1765259904', '', 'PAID', '220631', '1765258161', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1559, 'Tripay', '74709-251201352', 'INDOMARET', '', '397', '1700025', '251201352', 'T920729043372GP5GB', 'https://tripay.co.id/checkout/T920729043372GP5GB', '1765265467', '2025-12-09', '1765283467', '', 'PAID', '165355', '1765265694', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1560, 'Tripay', '517596-251201293', 'QRIS2', '', '338', '1500007', '251201293', 'T920729048496BWYRB', 'https://tripay.co.id/checkout/T920729048496BWYRB', '1765277282', '2025-12-09', '1765279099', '', 'PAID', '220141', '1765277393', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1561, 'Tripay', '850527-251201162', 'INDOMARET', '', '207', '1800068', '251201162', 'T920729053059CDFEW', 'https://tripay.co.id/checkout/T920729053059CDFEW', '1765285839', '2025-12-09', '1765303839', '', 'PAID', '220560', '1765286811', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1562, 'Tripay', '128327-251201875', 'QRIS2', '', '920', '4100004', '251201875', 'T920729054219UIOYJ', 'https://tripay.co.id/checkout/T920729054219UIOYJ', '1765288095', '2025-12-09', '1765289912', '', 'PAID', '220890', '1765288488', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1563, 'Tripay', '899649-251201994', 'QRIS2', '', '1046', '221128130290', '251201994', 'T920729057015V2JHL', 'https://tripay.co.id/checkout/T920729057015V2JHL', '1765298054', '2025-12-09', '1765299872', '', 'PAID', '220144', '1765298102', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1564, 'Tripay', '132915-251201368', 'ALFAMART', '', '413', '1700041', '251201368', 'T9207290591971PIYN', 'https://tripay.co.id/checkout/T9207290591971PIYN', '1765320337', '2025-12-10', '1765338336', '', 'UNPAID', '220570', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1565, 'Tripay', '380511-251201469', 'INDOMARET', '', '514', '300028', '251201469', 'T920729059932CGDZ5', 'https://tripay.co.id/checkout/T920729059932CGDZ5', '1765323152', '2025-12-10', '1765341151', '', 'PAID', '220053', '1765323302', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1566, 'Tripay', '948067-251202028', 'QRIS2', '', '1080', '230308162052', '251202028', 'T9207290608764DGGJ', 'https://tripay.co.id/checkout/T9207290608764DGGJ', '1765325962', '2025-12-10', '1765327779', '', 'PAID', '220378', '1765326037', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1567, 'Tripay', '763076-251201204', 'INDOMARET', '', '249', '220518183981', '251201204', 'T920729063284WLZSQ', 'https://tripay.co.id/checkout/T920729063284WLZSQ', '1765331173', '2025-12-10', '1765349172', '', 'PAID', '165524', '1765331252', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1568, 'Tripay', '794546-251201837', 'INDOMARET', '', '882', '2500034', '251201837', 'T920729075370VU9LW', 'https://tripay.co.id/checkout/T920729075370VU9LW', '1765355293', '2025-12-10', '1765373292', '', 'PAID', '165811', '1765355911', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1569, 'Tripay', '136330-251201422', 'OVO', '', '467', '200026', '251201422', 'T920729078930MD1ZP', 'https://tripay.co.id/checkout/T920729078930MD1ZP', '1765361820', '2025-12-10', '1765379820', '', 'PAID', '220802', '1765361898', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1570, 'Tripay', '360123-251202021', 'INDOMARET', '', '1073', '230308162043', '251202021', 'T920729079789V8J5C', 'https://tripay.co.id/checkout/T920729079789V8J5C', '1765363102', '2025-12-10', '1765381102', '', 'PAID', '220267', '1765363606', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1571, 'Tripay', '205788-251201529', 'BRIVA', '', '574', '600001', '251201529', 'T920729085299QNU3E', 'https://tripay.co.id/checkout/T920729085299QNU3E', '1765370070', '2025-12-10', '1765388064', '', 'PAID', '220907', '1765370172', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1572, 'Tripay', '825524-251201958', 'BRIVA', '', '1010', '221128130240', '251201958', 'T920729088619AIUUF', 'https://tripay.co.id/checkout/T920729088619AIUUF', '1765374449', '2025-12-10', '1765392444', '', 'PAID', '220096', '1765374516', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1573, 'Tripay', '873824-251201821', 'INDOMARET', '', '866', '2500018', '251201821', 'T920729089630KQ1W5', 'https://tripay.co.id/checkout/T920729089630KQ1W5', '1765376159', '2025-12-10', '1765394158', '', 'PAID', '220282', '1765376263', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1574, 'Tripay', '114351-251202022', 'BRIVA', '', '1074', '230308162044', '251202022', 'T920729095946BWLEQ', 'https://tripay.co.id/checkout/T920729095946BWLEQ', '1765408137', '2025-12-11', '1765426131', '', 'PAID', '220696', '1765410170', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1575, 'Tripay', '456646-251201540', 'INDOMARET', '', '585', '600038', '251201540', 'T920729096141BH82L', 'https://tripay.co.id/checkout/T920729096141BH82L', '1765408674', '2025-12-11', '1765426673', '', 'PAID', '220196', '1765408889', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1576, 'Tripay', '182126-251201510', 'INDOMARET', '', '555', '500023', '251201510', 'T920729096464DM3NY', 'https://tripay.co.id/checkout/T920729096464DM3NY', '1765409603', '2025-12-11', '1765427603', '', 'PAID', '220365', '1765409967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1577, 'Tripay', '808575-251201353', 'QRIS2', '', '398', '1700026', '251201353', 'T920729099786LHIEQ', 'https://tripay.co.id/checkout/T920729099786LHIEQ', '1765417156', '2025-12-11', '1765418973', '', 'PAID', '220410', '1765417235', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1578, 'Tripay', '444026-251201342', 'INDOMARET', '', '387', '1700015', '251201342', 'T9207290998067ZPLD', 'https://tripay.co.id/checkout/T9207290998067ZPLD', '1765417199', '2025-12-11', '1765435198', '', 'PAID', '220915', '1765417264', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1579, 'Tripay', '322569-251201290', 'QRIS2', '', '335', '1500003', '251201290', 'T920729101154ZHIUP', 'https://tripay.co.id/checkout/T920729101154ZHIUP', '1765420015', '2025-12-11', '1765421833', '', 'UNPAID', '220541', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1580, 'Tripay', '821841-251201290', 'QRISC', '', '335', '1500003', '251201290', 'T920729101178M3WPA', 'https://tripay.co.id/checkout/T920729101178M3WPA', '1765420070', '2025-12-11', '1765438069', '', 'UNPAID', '220541', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1581, 'Tripay', '144822-251201290', 'QRIS2', '', '335', '1500003', '251201290', 'T920729101287H6ZSY', 'https://tripay.co.id/checkout/T920729101287H6ZSY', '1765420263', '2025-12-11', '1765422080', '', 'UNPAID', '220541', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1582, 'Tripay', '153421-251201290', 'QRIS2', '', '335', '1500003', '251201290', 'T920729101417WYVCJ', 'https://tripay.co.id/checkout/T920729101417WYVCJ', '1765420516', '2025-12-11', '1765422334', '', 'UNPAID', '220541', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1583, 'Tripay', '605465-251201290', 'QRISC', '', '335', '1500003', '251201290', 'T920729101445SRRPV', 'https://tripay.co.id/checkout/T920729101445SRRPV', '1765420589', '2025-12-11', '1765438589', '', 'PAID', '220541', '1765420668', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1584, 'Tripay', '921646-251201822', 'INDOMARET', '', '867', '2500019', '251201822', 'T9207291073062INYK', 'https://tripay.co.id/checkout/T9207291073062INYK', '1765434216', '2025-12-11', '1765452215', '', 'PAID', '220563', '1765434584', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1585, 'Tripay', '158538-251201857', 'QRIS2', '', '902', '2800004', '251201857', 'T9207291089095JRHI', 'https://tripay.co.id/checkout/T9207291089095JRHI', '1765438321', '2025-12-11', '1765440139', '', 'PAID', '220545', '1765438466', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1586, 'Tripay', '998568-251201344', 'QRIS2', '', '389', '1700017', '251201344', 'T9207291089754CJTT', 'https://tripay.co.id/checkout/T9207291089754CJTT', '1765438514', '2025-12-11', '1765440331', '', 'PAID', '220364', '1765438691', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1587, 'Tripay', '603392-251201602', 'INDOMARET', '', '647', '1900033', '251201602', 'T920729112414BBZCQ', 'https://tripay.co.id/checkout/T920729112414BBZCQ', '1765447731', '2025-12-11', '1765465731', '', 'PAID', '220111', '1765449089', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1588, 'Tripay', '226105-251201602', 'INDOMARET', '', '647', '1900033', '251201602', 'T9207291127121NFUS', 'https://tripay.co.id/checkout/T9207291127121NFUS', '1765448397', '2025-12-11', '1765466396', '', 'UNPAID', '220111', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1589, 'Tripay', '735039-251201995', 'QRIS2', '', '1047', '221128130294', '251201995', 'T920729117268I0WXW', 'https://tripay.co.id/checkout/T920729117268I0WXW', '1765457305', '2025-12-11', '1765460923', '', 'PAID', '220693', '1765457413', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1590, 'Tripay', '718113-251201561', 'QRIS2', '', '606', '1200043', '251201561', 'T920729120225JEFQH', 'https://tripay.co.id/checkout/T920729120225JEFQH', '1765464299', '2025-12-11', '1765466117', '', 'PAID', '220054', '1765464371', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1591, 'Tripay', '617328-251202091', 'INDOMARET', '', '1148', '81600004', '251202091', 'T920729123586VOW3A', 'https://tripay.co.id/checkout/T920729123586VOW3A', '1765493123', '2025-12-12', '1765511123', '', 'PAID', '220000', '1765493284', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1592, 'Tripay', '816940-251202025', 'INDOMARET', '', '1077', '230308162049', '251202025', 'T920729123894VU7ZF', 'https://tripay.co.id/checkout/T920729123894VU7ZF', '1765494653', '2025-12-12', '1765512653', '', 'PAID', '220919', '1765495455', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1593, 'Tripay', '911295-251201051', 'BRIVA', '', '56', '1100013', '251201051', 'T920729124609BM5D7', 'https://tripay.co.id/checkout/T920729124609BM5D7', '1765497827', '2025-12-12', '1765515821', '', 'PAID', '220799', '1765497900', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1594, 'Tripay', '996080-251202089', 'QRIS2', '', '1146', '82500001', '251202089', 'T920729125523VRTJV', 'https://tripay.co.id/checkout/T920729125523VRTJV', '1765501095', '2025-12-12', '1765502913', '', 'PAID', '220000', '1765501193', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1595, 'Tripay', '723678-251201488', 'INDOMARET', '', '533', '400011', '251201488', 'T920729126932NGEQZ', 'https://tripay.co.id/checkout/T920729126932NGEQZ', '1765505478', '2025-12-12', '1765523478', '', 'UNPAID', '220562', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1596, 'Tripay', '659190-251201488', 'QRIS', '', '533', '400011', '251201488', 'T920729127053GNR3U', 'https://tripay.co.id/checkout/T920729127053GNR3U', '1765505803', '2025-12-12', '1765507621', '', 'PAID', '220562', '1765505890', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1597, 'Tripay', '749826-251201824', 'BNIVA', '', '869', '2500021', '251201824', 'T9207291308323DAFD', 'https://tripay.co.id/checkout/T9207291308323DAFD', '1765517042', '2025-12-12', '1765535036', '', 'PAID', '220562', '1765517190', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1598, 'Tripay', '617680-251201778', 'INDOMARET', '', '823', '2100011', '251201778', 'T920729133887Z8R6Q', 'https://tripay.co.id/checkout/T920729133887Z8R6Q', '1765526547', '2025-12-12', '1765544546', '', 'PAID', '220679', '1765527046', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1599, 'Tripay', '114508-251201793', 'QRIS2', '', '838', '2400004', '251201793', 'T920729134641OD11X', 'https://tripay.co.id/checkout/T920729134641OD11X', '1765528678', '2025-12-12', '1765530496', '', 'PAID', '220898', '1765528816', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1600, 'Tripay', '602976-251201660', 'BRIVA', '', '705', '2000059', '251201660', 'T920729135151U1HIH', 'https://tripay.co.id/checkout/T920729135151U1HIH', '1765530218', '2025-12-12', '1765548211', '', 'PAID', '220659', '1765530260', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1601, 'Tripay', '502382-251201459', 'INDOMARET', '', '504', '300018', '251201459', 'T9207291360726JXTP', 'https://tripay.co.id/checkout/T9207291360726JXTP', '1765532991', '2025-12-12', '1765550991', '', 'PAID', '220297', '1765536924', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1602, 'Tripay', '751906-251201073', 'QRIS2', '', '78', '1200005', '251201073', 'T920729138491I9RVA', 'https://tripay.co.id/checkout/T920729138491I9RVA', '1765539120', '2025-12-12', '1765540938', '', 'PAID', '220566', '1765539437', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1603, 'Tripay', '124135-251202024', 'QRIS2', '', '1076', '230308162046', '251202024', 'T920729140164DEEMU', 'https://tripay.co.id/checkout/T920729140164DEEMU', '1765542824', '2025-12-12', '1765544642', '', 'PAID', '220963', '1765542864', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1604, 'Tripay', '49489-251201788', 'MANDIRIVA', '', '833', '2300005', '251201788', 'T9207291430745R1BC', 'https://tripay.co.id/checkout/T9207291430745R1BC', '1765549938', '2025-12-12', '1765567932', '', 'UNPAID', '220986', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1605, 'Tripay', '534123-251201410', 'BRIVA', '', '455', '200014', '251201410', 'T920729144750B9XFA', 'https://tripay.co.id/checkout/T920729144750B9XFA', '1765556298', '2025-12-12', '1765574292', '', 'PAID', '220193', '1765556356', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1606, 'Tripay', '837231-251201789', 'INDOMARET', '', '834', '2300007', '251201789', 'T920729146718ZZOAM', 'https://tripay.co.id/checkout/T920729146718ZZOAM', '1765577643', '2025-12-13', '1765595642', '', 'PAID', '165341', '1765577819', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1607, 'Tripay', '79009-251201804', 'BRIVA', '', '849', '2500001', '251201804', 'T920729147535RUNVM', 'https://tripay.co.id/checkout/T920729147535RUNVM', '1765582829', '2025-12-13', '1765600824', '', 'UNPAID', '220117', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1608, 'Tripay', '105273-251201804', 'BNIVA', '', '849', '2500001', '251201804', 'T920729147601GMQLB', 'https://tripay.co.id/checkout/T920729147601GMQLB', '1765583187', '2025-12-13', '1765601187', '', 'PAID', '220117', '1765583237', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1609, 'Tripay', '139101-251201590', 'QRIS2', '', '635', '1900021', '251201590', 'T920729147766RD4CT', 'https://tripay.co.id/checkout/T920729147766RD4CT', '1765583994', '2025-12-13', '1765585813', '', 'PAID', '220141', '1765584084', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1610, 'Tripay', '601782-251201589', 'QRIS2', '', '634', '1900020', '251201589', 'T920729147791BD3GL', 'https://tripay.co.id/checkout/T920729147791BD3GL', '1765584123', '2025-12-13', '1765585941', '', 'PAID', '220097', '1765584174', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1611, 'Tripay', '673049-251201515', 'QRIS2', '', '560', '500028', '251201515', 'T920729148278MGG3M', 'https://tripay.co.id/checkout/T920729148278MGG3M', '1765586263', '2025-12-13', '1765588081', '', 'PAID', '220182', '1765586400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1612, 'Tripay', '195262-251202054', 'QRIS2', '', '1108', '83500001', '251202054', 'T920729149169GROKH', 'https://tripay.co.id/checkout/T920729149169GROKH', '1765589612', '2025-12-13', '1765591430', '', 'PAID', '220000', '1765589661', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1613, 'Tripay', '514777-251201322', 'INDOMARET', '', '367', '1600012', '251201322', 'T920729149430TNUNQ', 'https://tripay.co.id/checkout/T920729149430TNUNQ', '1765590552', '2025-12-13', '1765608552', '', 'UNPAID', '220267', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1614, 'Tripay', '373735-251201587', 'QRIS2', '', '632', '1900018', '251201587', 'T920729149546ZX3GG', 'https://tripay.co.id/checkout/T920729149546ZX3GG', '1765590994', '2025-12-13', '1765592812', '', 'UNPAID', '220793', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1615, 'Tripay', '305688-251201587', 'QRIS2', '', '632', '1900018', '251201587', 'T920729149551A49EU', 'https://tripay.co.id/checkout/T920729149551A49EU', '1765591015', '2025-12-13', '1765592833', '', 'PAID', '220793', '1765591075', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1616, 'Tripay', '794328-251201925', 'BRIVA', '', '977', '220612165070', '251201925', 'T920729150785NYZIG', 'https://tripay.co.id/checkout/T920729150785NYZIG', '1765594617', '2025-12-13', '1765612611', '', 'PAID', '220112', '1765594705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1617, 'Tripay', '154087-251201830', 'INDOMARET', '', '875', '2500027', '251201830', 'T920729151111TDBQE', 'https://tripay.co.id/checkout/T920729151111TDBQE', '1765595608', '2025-12-13', '1765613607', '', 'UNPAID', '220243', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1618, 'Tripay', '835350-251201830', 'INDOMARET', '', '875', '2500027', '251201830', 'T920729151138DTO2T', 'https://tripay.co.id/checkout/T920729151138DTO2T', '1765595676', '2025-12-13', '1765613676', '', 'PAID', '220243', '1765596642', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1619, 'Tripay', '250106-251201071', 'QRIS2', '', '76', '1200003', '251201071', 'T920729154347JDKS7', 'https://tripay.co.id/checkout/T920729154347JDKS7', '1765606050', '2025-12-13', '1765607868', '', 'PAID', '220948', '1765606166', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1620, 'Tripay', '428571-251213002', 'QRIS2', '', '1166', '82000018', '251213002', 'T92072915585345ESV', 'https://tripay.co.id/checkout/T92072915585345ESV', '1765611149', '2025-12-13', '1765612967', '', 'PAID', '220914', '1765611239', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1621, 'Tripay', '239650-251201331', 'INDOMARET', '', '376', '1700001', '251201331', 'T920729156111OWIXS', 'https://tripay.co.id/checkout/T920729156111OWIXS', '1765612036', '2025-12-13', '1765630035', '', 'PAID', '220978', '1765618294', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1622, 'Tripay', '849345-251201779', 'BRIVA', '', '824', '2200001', '251201779', 'T920729156161ONDFV', 'https://tripay.co.id/checkout/T920729156161ONDFV', '1765612183', '2025-12-13', '1765630177', '', 'PAID', '220355', '1765612248', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1623, 'Tripay', '749298-251201178', 'INDOMARET', '', '223', '1800085', '251201178', 'T9207291570528AWXQ', 'https://tripay.co.id/checkout/T9207291570528AWXQ', '1765615495', '2025-12-13', '1765633494', '', 'PAID', '165337', '1765615591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1624, 'Tripay', '876982-251202053', 'INDOMARET', '', '1107', '83300001', '251202053', 'T920729158045MDANH', 'https://tripay.co.id/checkout/T920729158045MDANH', '1765618593', '2025-12-13', '1765636591', '', 'UNPAID', '220870', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1625, 'Tripay', '688444-251201500', 'INDOMARET', '', '545', '500013', '251201500', 'T920729159709YWJGL', 'https://tripay.co.id/checkout/T920729159709YWJGL', '1765623576', '2025-12-13', '1765641576', '', 'PAID', '220869', '1765624126', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1626, 'Tripay', '458994-251202052', 'INDOMARET', '', '1106', '84300001', '251202052', 'T920729163038IS3WX', 'https://tripay.co.id/checkout/T920729163038IS3WX', '1765632014', '2025-12-13', '1765650014', '', 'PAID', '220479', '1765632315', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1627, 'Tripay', '270001-251202053', 'BRIVA', '', '1107', '83300001', '251202053', 'T920729163656SNWHH', 'https://tripay.co.id/checkout/T920729163656SNWHH', '1765633785', '2025-12-13', '1765651779', '', 'PAID', '220870', '1765634001', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1628, 'Tripay', '55224-251201491', 'MANDIRIVA', '', '536', '500003', '251201491', 'T920729168142JJ1UO', 'https://tripay.co.id/checkout/T920729168142JJ1UO', '1765667836', '2025-12-14', '1765685830', '', 'PAID', '220836', '1765668010', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1629, 'Tripay', '516594-251201275', 'INDOMARET', '', '320', '1400006', '251201275', 'T920729172037Y2TRS', 'https://tripay.co.id/checkout/T920729172037Y2TRS', '1765682863', '2025-12-14', '1765700863', '', 'PAID', '165116', '1765696258', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1630, 'Tripay', '107916-251214001', 'QRIS2', '', '832', '2300004', '251214001', 'T920729172432AXFIM', 'https://tripay.co.id/checkout/T920729172432AXFIM', '1765684042', '2025-12-14', '1765685861', '', 'PAID', '220316', '1765684333', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1631, 'Tripay', '268564-251201530', 'QRISC', '', '575', '600003', '251201530', 'T920729175393MNTQX', 'https://tripay.co.id/checkout/T920729175393MNTQX', '1765693079', '2025-12-14', '1765711078', '', 'PAID', '220308', '1765693140', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1632, 'Tripay', '977990-251201858', 'INDOMARET', '', '903', '2900001', '251201858', 'T920729176795EYZ6Q', 'https://tripay.co.id/checkout/T920729176795EYZ6Q', '1765698000', '2025-12-14', '1765715999', '', 'PAID', '220410', '1765698125', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1633, 'Tripay', '20908-251201088', 'INDOMARET', '', '93', '1200020', '251201088', 'T920729177284YOYYI', 'https://tripay.co.id/checkout/T920729177284YOYYI', '1765699802', '2025-12-14', '1765717802', '', 'UNPAID', '165059', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1634, 'Tripay', '429922-251202088', 'INDOMARET', '', '1145', '82900001', '251202088', 'T920729178860WTQP8', 'https://tripay.co.id/checkout/T920729178860WTQP8', '1765705382', '2025-12-14', '1765723382', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1635, 'Tripay', '490560-251201088', 'INDOMARET', '', '93', '1200020', '251201088', 'T920729179741TXECD', 'https://tripay.co.id/checkout/T920729179741TXECD', '1765708140', '2025-12-14', '1765726140', '', 'UNPAID', '165059', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1636, 'Tripay', '146452-251201816', 'INDOMARET', '', '861', '2500013', '251201816', 'T920729179759X98HW', 'https://tripay.co.id/checkout/T920729179759X98HW', '1765708187', '2025-12-14', '1765726187', '', 'PAID', '220990', '1765711311', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1637, 'Tripay', '924859-251201088', 'INDOMARET', '', '93', '1200020', '251201088', 'T920729179764Y1UTK', 'https://tripay.co.id/checkout/T920729179764Y1UTK', '1765708204', '2025-12-14', '1765726204', '', 'PAID', '165059', '1765708616', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1638, 'Tripay', '949428-251201108', 'INDOMARET', '', '153', '1800004', '251201108', 'T920729182211Q6KZG', 'https://tripay.co.id/checkout/T920729182211Q6KZG', '1765714447', '2025-12-14', '1765732447', '', 'PAID', '165949', '1765714498', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1639, 'Tripay', '128951-251201547', 'QRIS2', '', '592', '600047', '251201547', 'T920729185719TJEBT', 'https://tripay.co.id/checkout/T920729185719TJEBT', '1765723466', '2025-12-14', '1765725285', '', 'PAID', '220156', '1765723530', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1640, 'Tripay', '96197-251202059', 'QRIS2', '', '1113', '81800004', '251202059', 'T920729188004R5GOC', 'https://tripay.co.id/checkout/T920729188004R5GOC', '1765736857', '2025-12-15', '1765738676', '', 'PAID', '165000', '1765736915', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1641, 'Tripay', '339377-251201531', 'INDOMARET', '', '576', '600004', '251201531', 'T920729188976DD47K', 'https://tripay.co.id/checkout/T920729188976DD47K', '1765750661', '2025-12-15', '1765768661', '', 'UNPAID', '220442', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1642, 'Tripay', '752998-251201363', 'INDOMARET', '', '408', '1700036', '251201363', 'T920729189336LG1TY', 'https://tripay.co.id/checkout/T920729189336LG1TY', '1765752883', '2025-12-15', '1765770882', '', 'PAID', '220245', '1765755427', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1643, 'Tripay', '754666-251201362', 'MANDIRIVA', '', '407', '1700035', '251201362', 'T920729190287ZTLLP', 'https://tripay.co.id/checkout/T920729190287ZTLLP', '1765756922', '2025-12-15', '1765774915', '', 'PAID', '220774', '1765757010', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1644, 'Tripay', '522551-251201056', 'INDOMARET', '', '61', '1100018', '251201056', 'T920729190427308QA', 'https://tripay.co.id/checkout/T920729190427308QA', '1765757426', '2025-12-15', '1765775426', '', 'PAID', '220963', '1765757868', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1645, 'Tripay', '441679-251201068', 'BNIVA', '', '73', '1100031', '251201068', 'T920729190878OEOPF', 'https://tripay.co.id/checkout/T920729190878OEOPF', '1765758786', '2025-12-15', '1765776780', '', 'PAID', '220755', '1765758854', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1646, 'Tripay', '778408-251201772', 'INDOMARET', '', '817', '2100004', '251201772', 'T920729191802IE8BD', 'https://tripay.co.id/checkout/T920729191802IE8BD', '1765761745', '2025-12-15', '1765779744', '', 'PAID', '220119', '1765762300', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1647, 'Tripay', '843202-251201782', 'QRIS2', '', '827', '2200004', '251201782', 'T920729192421LIFI0', 'https://tripay.co.id/checkout/T920729192421LIFI0', '1765763461', '2025-12-15', '1765765280', '', 'PAID', '220768', '1765763536', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1648, 'Tripay', '39241-251202065', 'ALFAMART', '', '1121', '81600002', '251202065', 'T9207291929317KM4E', 'https://tripay.co.id/checkout/T9207291929317KM4E', '1765764833', '2025-12-15', '1765782832', '', 'PAID', '165000', '1765765951', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1649, 'Tripay', '690705-251201387', 'QRIS2', '', '432', '2000166', '251201387', 'T920729195133BUQLX', 'https://tripay.co.id/checkout/T920729195133BUQLX', '1765770318', '2025-12-15', '1765772137', '', 'PAID', '220738', '1765770466', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1650, 'Tripay', '75747-251201828', 'QRIS2', '', '873', '2500025', '251201828', 'T9207291958679V1IA', 'https://tripay.co.id/checkout/T9207291958679V1IA', '1765772307', '2025-12-15', '1765774126', '', 'PAID', '220583', '1765772578', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1651, 'Tripay', '319843-251201313', 'BRIVA', '', '358', '1600003', '251201313', 'T920729196689GFEZW', 'https://tripay.co.id/checkout/T920729196689GFEZW', '1765774445', '2025-12-15', '1765792439', '', 'PAID', '220486', '1765774565', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1652, 'Tripay', '541692-251201902', 'BRIVA', '', '954', '220518184012', '251201902', 'T920729196916DDYBP', 'https://tripay.co.id/checkout/T920729196916DDYBP', '1765775155', '2025-12-15', '1765793148', '', 'PAID', '220403', '1765775241', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1653, 'Tripay', '206124-251201531', 'BRIVA', '', '576', '600004', '251201531', 'T920729197290HC9FO', 'https://tripay.co.id/checkout/T920729197290HC9FO', '1765776232', '2025-12-15', '1765794225', '', 'PAID', '220442', '1765776315', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1654, 'Tripay', '510883-251201266', 'BRIVA', '', '311', '1300018', '251201266', 'T920729201770HLGZC', 'https://tripay.co.id/checkout/T920729201770HLGZC', '1765788947', '2025-12-15', '1765806941', '', 'PAID', '850799', '1765789076', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1655, 'Tripay', '763593-251201473', 'BRIVA', '', '518', '300032', '251201473', 'T920729203944DWIDM', 'https://tripay.co.id/checkout/T920729203944DWIDM', '1765794008', '2025-12-15', '1765812002', '', 'PAID', '165587', '1765794340', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1656, 'Tripay', '763574-251201063', 'INDOMARET', '', '68', '1100026', '251201063', 'T920729203953YIVCW', 'https://tripay.co.id/checkout/T920729203953YIVCW', '1765794031', '2025-12-15', '1765812031', '', 'PAID', '165151', '1765794558', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1657, 'Tripay', '491335-251202057', 'QRIS2', '', '1111', '82600001', '251202057', 'T9207292096790OD2T', 'https://tripay.co.id/checkout/T9207292096790OD2T', '1765805593', '2025-12-15', '1765807412', '', 'UNPAID', '165000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1658, 'Tripay', '692976-251202057', 'INDOMARET', '', '1111', '82600001', '251202057', 'T920729210391UTSFO', 'https://tripay.co.id/checkout/T920729210391UTSFO', '1765807365', '2025-12-15', '1765825365', '', 'PAID', '165000', '1765807447', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1659, 'Tripay', '441692-251201449', 'QRIS2', '', '494', '300007', '251201449', 'T920729211956EOTYR', 'https://tripay.co.id/checkout/T920729211956EOTYR', '1765812473', '2025-12-15', '1765814292', '', 'PAID', '220164', '1765812537', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1660, 'Tripay', '829458-251201832', 'INDOMARET', '', '877', '2500029', '251201832', 'T920729215116TEL4Z', 'https://tripay.co.id/checkout/T920729215116TEL4Z', '1765840028', '2025-12-16', '1765858028', '', 'PAID', '165902', '1765844934', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1661, 'Tripay', '517008-251202044', 'INDOMARET', '', '1096', '81800002', '251202044', 'T9207292159586KCXM', 'https://tripay.co.id/checkout/T9207292159586KCXM', '1765843326', '2025-12-16', '1765861326', '', 'PAID', '165401', '1765843395', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1662, 'Tripay', '314253-251201581', 'QRIS2', '', '626', '1900012', '251201581', 'T920729216107DODNL', 'https://tripay.co.id/checkout/T920729216107DODNL', '1765843815', '2025-12-16', '1765845634', '', 'PAID', '220828', '1765843866', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1663, 'Tripay', '886544-251201107', 'QRISC', '', '152', '1800002', '251201107', 'T9207292172080GUK5', 'https://tripay.co.id/checkout/T9207292172080GUK5', '1765847072', '2025-12-16', '1765865072', '', 'PAID', '165415', '1765847132', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1664, 'Tripay', '33624-251201322', 'INDOMARET', '', '367', '1600012', '251201322', 'T920729217596CHV97', 'https://tripay.co.id/checkout/T920729217596CHV97', '1765848155', '2025-12-16', '1765866155', '', 'PAID', '220267', '1765848314', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1665, 'Tripay', '925480-251201016', 'QRIS2', '', '19', '1800003', '251201016', 'T920729218323ZWYVB', 'https://tripay.co.id/checkout/T920729218323ZWYVB', '1765850235', '2025-12-16', '1765852054', '', 'PAID', '165058', '1765850318', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1666, 'Tripay', '847772-251202001', 'INDOMARET', '', '1053', '221128130300', '251202001', 'T920729218422K9KQW', 'https://tripay.co.id/checkout/T920729218422K9KQW', '1765850521', '2025-12-16', '1765868521', '', 'UNPAID', '220767', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1667, 'Tripay', '272531-251201641', 'QRIS2', '', '686', '2000039', '251201641', 'T920729218891QZC5P', 'https://tripay.co.id/checkout/T920729218891QZC5P', '1765851778', '2025-12-16', '1765853597', '', 'PAID', '220624', '1765851838', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1668, 'Tripay', '779811-251201269', 'BNIVA', '', '314', '1300021', '251201269', 'T9207292218846SOU7', 'https://tripay.co.id/checkout/T9207292218846SOU7', '1765859802', '2025-12-16', '1765877795', '', 'PAID', '220219', '1765859907', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1669, 'Tripay', '245333-251216001', 'QRIS2', '', '1167', '81100005', '251216001', 'T92072922562346YHZ', 'https://tripay.co.id/checkout/T92072922562346YHZ', '1765871377', '2025-12-16', '1765873197', '', 'PAID', '220603', '1765871483', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1670, 'Tripay', '747165-251201426', 'QRIS2', '', '471', '200030', '251201426', 'T920729225829Z0JZ0', 'https://tripay.co.id/checkout/T920729225829Z0JZ0', '1765872048', '2025-12-16', '1765873867', '', 'PAID', '220983', '1765872156', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1671, 'Tripay', '736609-251202088', 'INDOMARET', '', '1145', '82900001', '251202088', 'T920729226661INSTI', 'https://tripay.co.id/checkout/T920729226661INSTI', '1765874608', '2025-12-16', '1765892608', '', 'PAID', '220000', '1765874836', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1672, 'Tripay', '291828-251201156', 'INDOMARET', '', '201', '1800061', '251201156', 'T9207292268939OZZG', 'https://tripay.co.id/checkout/T9207292268939OZZG', '1765875372', '2025-12-16', '1765893372', '', 'UNPAID', '165182', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1673, 'Tripay', '951889-251201156', 'INDOMARET', '', '201', '1800061', '251201156', 'T920729226908ETHGZ', 'https://tripay.co.id/checkout/T920729226908ETHGZ', '1765875415', '2025-12-16', '1765893414', '', 'PAID', '165182', '1765876922', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1674, 'Tripay', '454218-251202087', 'BRIVA', '', '1144', '82000012', '251202087', 'T920729228394WLRDG', 'https://tripay.co.id/checkout/T920729228394WLRDG', '1765879879', '2025-12-16', '1765897873', '', 'PAID', '385000', '1765879986', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1675, 'Tripay', '226122-251201143', 'QRIS2', '', '188', '1800046', '251201143', 'T920729230201FYPIC', 'https://tripay.co.id/checkout/T920729230201FYPIC', '1765884722', '2025-12-16', '1765886541', '', 'PAID', '165067', '1765884835', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1676, 'Tripay', '13210-251201062', 'BRIVA', '', '67', '1100025', '251201062', 'T920729234856XZ4ZH', 'https://tripay.co.id/checkout/T920729234856XZ4ZH', '1765896770', '2025-12-16', '1765914764', '', 'PAID', '165529', '1765896840', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1677, 'Tripay', '963027-251201977', 'BNIVA', '', '1029', '221128130267', '251201977', 'T920729237426KGRR8', 'https://tripay.co.id/checkout/T920729237426KGRR8', '1765920359', '2025-12-17', '1765938353', '', 'PAID', '220592', '1765920409', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1678, 'Tripay', '133221-251201462', 'BRIVA', '', '507', '300021', '251201462', 'T920729237600E2NEV', 'https://tripay.co.id/checkout/T920729237600E2NEV', '1765922558', '2025-12-17', '1765940552', '', 'PAID', '220177', '1765922608', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1679, 'Tripay', '679528-251201070', 'INDOMARET', '', '75', '1200001', '251201070', 'T9207292380989TOO1', 'https://tripay.co.id/checkout/T9207292380989TOO1', '1765926309', '2025-12-17', '1765944308', '', 'UNPAID', '220804', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1680, 'Tripay', '626848-251201070', 'BRIVA', '', '75', '1200001', '251201070', 'T92072923865944PNA', 'https://tripay.co.id/checkout/T92072923865944PNA', '1765929464', '2025-12-17', '1765947458', '', 'PAID', '220804', '1765929523', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1681, 'Tripay', '730234-251201240', 'INDOMARET', '', '285', '221128130245', '251201240', 'T920729242907PKB7D', 'https://tripay.co.id/checkout/T920729242907PKB7D', '1765944045', '2025-12-17', '1765962045', '', 'PAID', '165889', '1765944631', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1682, 'Tripay', '143421-251201255', 'QRIS2', '', '300', '1300006', '251201255', 'T920729243317B4BVO', 'https://tripay.co.id/checkout/T920729243317B4BVO', '1765945270', '2025-12-17', '1765947090', '', 'PAID', '220277', '1765945318', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1683, 'Tripay', '431115-251201316', 'QRIS', '', '361', '1600006', '251201316', 'T920729245075XQPAV', 'https://tripay.co.id/checkout/T920729245075XQPAV', '1765951046', '2025-12-17', '1765952866', '', 'PAID', '220134', '1765951591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1684, 'Tripay', '748967-251201316', 'QRISC', '', '361', '1600006', '251201316', 'T920729245187MMMKM', 'https://tripay.co.id/checkout/T920729245187MMMKM', '1765951382', '2025-12-17', '1765969382', '', 'UNPAID', '220134', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1685, 'Tripay', '436093-251201165', 'INDOMARET', '', '210', '1800072', '251201165', 'T92072924884006BLM', 'https://tripay.co.id/checkout/T92072924884006BLM', '1765964233', '2025-12-17', '1765982232', '', 'PAID', '165924', '1765964494', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1686, 'Tripay', '718159-251201710', 'INDOMARET', '', '755', '2000112', '251201710', 'T920729249004LWYCF', 'https://tripay.co.id/checkout/T920729249004LWYCF', '1765964871', '2025-12-17', '1765982871', '', 'PAID', '220813', '1765965186', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1687, 'Tripay', '129167-251201166', 'INDOMARET', '', '211', '1800073', '251201166', 'T920729249488T0OWB', 'https://tripay.co.id/checkout/T920729249488T0OWB', '1765966421', '2025-12-17', '1765984420', '', 'PAID', '165008', '1765969757', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1688, 'Tripay', '485796-251201544', 'BNIVA', '', '589', '600043', '251201544', 'T9207292542199QOAG', 'https://tripay.co.id/checkout/T9207292542199QOAG', '1765978870', '2025-12-17', '1765996865', '', 'PAID', '220117', '1765978930', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1689, 'Tripay', '290276-251202067', 'QRIS2', '', '1123', '82000009', '251202067', 'T920729254707QBMFG', 'https://tripay.co.id/checkout/T920729254707QBMFG', '1765980263', '2025-12-17', '1765983883', '', 'PAID', '220000', '1765980307', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1690, 'Tripay', '662103-251201869', 'BRIVA', '', '914', '3200001', '251201869', 'T9207292563923N4UB', 'https://tripay.co.id/checkout/T9207292563923N4UB', '1765987299', '2025-12-17', '1766005294', '', 'PAID', '220235', '1765987473', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1691, 'Tripay', '630401-251201767', 'QRIS2', '', '812', '2000177', '251201767', 'T9207292575506HDXU', 'https://tripay.co.id/checkout/T9207292575506HDXU', '1765996182', '2025-12-18', '1765999802', '', 'PAID', '165023', '1765996277', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1692, 'Tripay', '562507-251201091', 'BRIVA', '', '96', '1200023', '251201091', 'T920729258886VRSA8', 'https://tripay.co.id/checkout/T920729258886VRSA8', '1766013732', '2025-12-18', '1766031726', '', 'PAID', '220807', '1766013799', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1693, 'Tripay', '774960-251201817', 'MANDIRIVA', '', '862', '2500014', '251201817', 'T920729259041NEQVN', 'https://tripay.co.id/checkout/T920729259041NEQVN', '1766014403', '2025-12-18', '1766032397', '', 'PAID', '220532', '1766014494', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1694, 'Tripay', '991382-251201296', 'INDOMARET', '', '341', '1500010', '251201296', 'T920729259513B66NP', 'https://tripay.co.id/checkout/T920729259513B66NP', '1766016728', '2025-12-18', '1766034728', '', 'PAID', '220207', '1766017408', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1695, 'Tripay', '251070-251201397', 'QRIS2', '', '442', '200001', '251201397', 'T920729260002CCDSE', 'https://tripay.co.id/checkout/T920729260002CCDSE', '1766018987', '2025-12-18', '1766022607', '', 'PAID', '220751', '1766019061', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1696, 'Tripay', '254205-251201004', 'INDOMARET', '', '4', '1700053', '251201004', 'T920729260622RQPEJ', 'https://tripay.co.id/checkout/T920729260622RQPEJ', '1766021457', '2025-12-18', '1766039457', '', 'PAID', '220693', '1766023592', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1697, 'Tripay', '252067-251201805', 'INDOMARET', '', '850', '2500002', '251201805', 'T920729262386NDTI4', 'https://tripay.co.id/checkout/T920729262386NDTI4', '1766027200', '2025-12-18', '1766045199', '', 'PAID', '220831', '1766027368', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1698, 'Tripay', '985882-251201337', 'QRIS2', '', '382', '1700009', '251201337', 'T920729263231NNDZO', 'https://tripay.co.id/checkout/T920729263231NNDZO', '1766029851', '2025-12-18', '1766033471', '', 'PAID', '220126', '1766030033', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1699, 'Tripay', '911279-251218001', 'MANDIRIVA', '', '1168', '82000019', '251218001', 'T920729264052DZ77L', 'https://tripay.co.id/checkout/T920729264052DZ77L', '1766032062', '2025-12-18', '1766050056', '', 'UNPAID', '290497', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1700, 'Tripay', '990772-251218001', 'QRIS2', '', '1168', '82000019', '251218001', 'T9207292643082HOAV', 'https://tripay.co.id/checkout/T9207292643082HOAV', '1766032811', '2025-12-18', '1766036431', '', 'UNPAID', '290497', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1701, 'Tripay', '692790-251201715', 'QRIS2', '', '760', '2000117', '251201715', 'T920729266976EWTIA', 'https://tripay.co.id/checkout/T920729266976EWTIA', '1766041713', '2025-12-18', '1766045333', '', 'PAID', '220573', '1766042963', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1702, 'Tripay', '715313-251201781', 'INDOMARET', '', '826', '2200003', '251201781', 'T920729270931MMWQS', 'https://tripay.co.id/checkout/T920729270931MMWQS', '1766053770', '2025-12-18', '1766071770', '', 'PAID', '220357', '1766054249', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1703, 'Tripay', '258895-251201862', 'BNIVA', '', '907', '2900005', '251201862', 'T920729271378MZE9K', 'https://tripay.co.id/checkout/T920729271378MZE9K', '1766054973', '2025-12-18', '1766072966', '', 'PAID', '220835', '1766055061', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1704, 'Tripay', '626865-251201046', 'INDOMARET', '', '51', '1100008', '251201046', 'T920729273119ITQK7', 'https://tripay.co.id/checkout/T920729273119ITQK7', '1766059193', '2025-12-18', '1766077193', '', 'PAID', '220024', '1766059263', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1705, 'Tripay', '959584-251201482', 'INDOMARET', '', '527', '400005', '251201482', 'T920729273343HUFF2', 'https://tripay.co.id/checkout/T920729273343HUFF2', '1766059800', '2025-12-18', '1766077800', '', 'PAID', '165597', '1766060340', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1706, 'Tripay', '854566-251201744', 'QRIS2', '', '789', '2000150', '251201744', 'T920729279815PU9VK', 'https://tripay.co.id/checkout/T920729279815PU9VK', '1766095577', '2025-12-19', '1766099197', '', 'PAID', '220825', '1766095643', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1707, 'Tripay', '730131-251201921', 'BRIVA', '', '973', '220612165065', '251201921', 'T920729280740WQZKJ', 'https://tripay.co.id/checkout/T920729280740WQZKJ', '1766101248', '2025-12-19', '1766119242', '', 'PAID', '220196', '1766101323', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1708, 'Tripay', '156582-251201485', 'QRIS2', '', '530', '400008', '251201485', 'T920729281411LLOAL', 'https://tripay.co.id/checkout/T920729281411LLOAL', '1766104128', '2025-12-19', '1766107748', '', 'PAID', '220160', '1766104238', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1709, 'Tripay', '845232-251201503', 'BRIVA', '', '548', '500016', '251201503', 'T920729281680KOYGQ', 'https://tripay.co.id/checkout/T920729281680KOYGQ', '1766105104', '2025-12-19', '1766123098', '', 'PAID', '220361', '1766105185', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1710, 'Tripay', '284136-251201741', 'QRIS2', '', '786', '2000147', '251201741', 'T920729283164VMOBY', 'https://tripay.co.id/checkout/T920729283164VMOBY', '1766109604', '2025-12-19', '1766113224', '', 'PAID', '220403', '1766109675', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1711, 'Tripay', '763911-251201122', 'QRIS2', '', '167', '1800022', '251201122', 'T9207292838654Y8I8', 'https://tripay.co.id/checkout/T9207292838654Y8I8', '1766111607', '2025-12-19', '1766115227', '', 'PAID', '165093', '1766111716', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1712, 'Tripay', '355067-251201375', 'ALFAMART', '', '420', '1700048', '251201375', 'T920729283966OOFPS', 'https://tripay.co.id/checkout/T920729283966OOFPS', '1766111879', '2025-12-19', '1766129878', '', 'UNPAID', '220271', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1713, 'Tripay', '441790-251201375', 'INDOMARET', '', '420', '1700048', '251201375', 'T920729284087OY94B', 'https://tripay.co.id/checkout/T920729284087OY94B', '1766112283', '2025-12-19', '1766130282', '', 'PAID', '220271', '1766112828', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1714, 'Tripay', '20273-251201110', 'QRISC', '', '155', '1800007', '251201110', 'T920729291012IPT6M', 'https://tripay.co.id/checkout/T920729291012IPT6M', '1766132484', '2025-12-19', '1766150484', '', 'PAID', '165173', '1766132527', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1715, 'Tripay', '219353-251201973', 'BRIVA', '', '1025', '221128130261', '251201973', 'T920729296287GQXLU', 'https://tripay.co.id/checkout/T920729296287GQXLU', '1766145751', '2025-12-19', '1766163745', '', 'PAID', '220155', '1766145876', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1716, 'Tripay', '613938-251201274', 'INDOMARET', '', '319', '1400005', '251201274', 'T9207292991564ZH8X', 'https://tripay.co.id/checkout/T9207292991564ZH8X', '1766152544', '2025-12-19', '1766170544', '', 'PAID', '220196', '1766152624', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1717, 'Tripay', '92870-251201668', 'BRIVA', '', '713', '2000067', '251201668', 'T920729300277YGKF8', 'https://tripay.co.id/checkout/T920729300277YGKF8', '1766155878', '2025-12-19', '1766173871', '', 'PAID', '220750', '1766155932', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1718, 'Tripay', '286579-251201498', 'BNIVA', '', '543', '500011', '251201498', 'T920729302090LNAGQ', 'https://tripay.co.id/checkout/T920729302090LNAGQ', '1766164198', '2025-12-20', '1766182192', '', 'PAID', '220918', '1766164262', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1719, 'Tripay', '200521-251201866', 'MANDIRIVA', '', '911', '3100002', '251201866', 'T9207293021384ESU0', 'https://tripay.co.id/checkout/T9207293021384ESU0', '1766164356', '2025-12-20', '1766182356', '', 'PAID', '220437', '1766164547', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1720, 'Tripay', '235196-251201736', 'QRIS2', '', '781', '2000141', '251201736', 'T920729303248Z6ZKD', 'https://tripay.co.id/checkout/T920729303248Z6ZKD', '1766180232', '2025-12-20', '1766183853', '', 'PAID', '444660', '1766180319', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1721, 'Tripay', '902789-251201926', 'QRIS2', '', '978', '220612165072', '251201926', 'T920729303255IWR6P', 'https://tripay.co.id/checkout/T920729303255IWR6P', '1766180323', '2025-12-20', '1766183943', '', 'PAID', '200567', '1766180371', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1722, 'Tripay', '956211-251201934', 'QRIS2', '', '986', '220728201838', '251201934', 'T920729303670AA1FI', 'https://tripay.co.id/checkout/T920729303670AA1FI', '1766183760', '2025-12-20', '1766187380', '', 'PAID', '220201', '1766183851', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1723, 'Tripay', '673155-251201803', 'INDOMARET', '', '848', '2400014', '251201803', 'T9207293045349HEIC', 'https://tripay.co.id/checkout/T9207293045349HEIC', '1766188147', '2025-12-20', '1766206146', '', 'PAID', '220520', '1766192182', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1724, 'Tripay', '730506-251201952', 'MANDIRIVA', '', '1004', '221001182861', '251201952', 'T920729305488NN8YN', 'https://tripay.co.id/checkout/T920729305488NN8YN', '1766191575', '2025-12-20', '1766209569', '', 'PAID', '220707', '1766191683', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1725, 'Tripay', '843073-251220001', 'QRIS2', '', '1169', '84400001', '251220001', 'T920729309187SZB5C', 'https://tripay.co.id/checkout/T920729309187SZB5C', '1766201449', '2025-12-20', '1766205070', '', 'UNPAID', '220281', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1726, 'Tripay', '48028-251201402', 'QRIS2', '', '447', '200006', '251201402', 'T920729317427LPSQ9', 'https://tripay.co.id/checkout/T920729317427LPSQ9', '1766216918', '2025-12-20', '1766220516', '', 'PAID', '220907', '1766216947', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1727, 'Tripay', '237324-251220003', 'QRIS2', '', '1171', '8600002', '251220003', 'T920729318353DBBGS', 'https://tripay.co.id/checkout/T920729318353DBBGS', '1766219547', '2025-12-20', '1766223148', '', 'PAID', '290897', '1766220967', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1728, 'Tripay', '78766-251201308', 'INDOMARET', '', '353', '1500022', '251201308', 'T92072932035395GLE', 'https://tripay.co.id/checkout/T92072932035395GLE', '1766224730', '2025-12-20', '1766242730', '', 'PAID', '220101', '1766224812', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1729, 'Tripay', '542550-251201241', 'INDOMARET', '', '286', '221128130265', '251201241', 'T920729322265YO2GP', 'https://tripay.co.id/checkout/T920729322265YO2GP', '1766228901', '2025-12-20', '1766246900', '', 'PAID', '165335', '1766229012', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1730, 'Tripay', '415511-251202004', 'QRIS2', '', '1056', '230220191142', '251202004', 'T920729328007JLS34', 'https://tripay.co.id/checkout/T920729328007JLS34', '1766239519', '2025-12-20', '1766243120', '', 'PAID', '220333', '1766239537', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1731, 'Tripay', '305029-251201037', 'INDOMARET', '', '42', '221128130266', '251201037', 'T920729328878ZGXED', 'https://tripay.co.id/checkout/T920729328878ZGXED', '1766241682', '2025-12-20', '1766259682', '', 'PAID', '220668', '1766241850', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1732, 'Tripay', '313717-251201210', 'QRIS2', '', '255', '220518183988', '251201210', 'T920729328921KELZJ', 'https://tripay.co.id/checkout/T920729328921KELZJ', '1766241851', '2025-12-20', '1766245452', '', 'PAID', '165080', '1766241879', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1733, 'Tripay', '687115-251202008', 'QRIS2', '', '1060', '230220191146', '251202008', 'T920729331492CMEP1', 'https://tripay.co.id/checkout/T920729331492CMEP1', '1766252215', '2025-12-21', '1766255816', '', 'PAID', '220331', '1766252315', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1734, 'Tripay', '294605-251201039', 'BRIVA', '', '44', '1100001', '251201039', 'T920729332183SWIQT', 'https://tripay.co.id/checkout/T920729332183SWIQT', '1766258109', '2025-12-21', '1766276103', '', 'PAID', '220999', '1766258251', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1735, 'Tripay', '597267-251201905', 'QRIS2', '', '957', '220518184037', '251201905', 'T920729333221TKPAG', 'https://tripay.co.id/checkout/T920729333221TKPAG', '1766268832', '2025-12-21', '1766272433', '', 'PAID', '220418', '1766268947', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1736, 'Tripay', '689581-251201906', 'INDOMARET', '', '958', '220518184039', '251201906', 'T920729334308MRQ8W', 'https://tripay.co.id/checkout/T920729334308MRQ8W', '1766273823', '2025-12-21', '1766291822', '', 'PAID', '220820', '1766273954', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1737, 'Tripay', '700198-251202072', 'BRIVA', '', '1128', '8200003', '251202072', 'T920729335586OHKVS', 'https://tripay.co.id/checkout/T920729335586OHKVS', '1766277841', '2025-12-21', '1766295835', '', 'PAID', '220920', '1766277968', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1738, 'Tripay', '338143-251201584', 'QRIS2', '', '629', '1900015', '251201584', 'T920729335692WFGOO', 'https://tripay.co.id/checkout/T920729335692WFGOO', '1766278108', '2025-12-21', '1766281709', '', 'PAID', '220303', '1766278199', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1739, 'Tripay', '871658-251201256', 'QRIS2', '', '301', '1300007', '251201256', 'T920729335921F0UQF', 'https://tripay.co.id/checkout/T920729335921F0UQF', '1766278794', '2025-12-21', '1766282395', '', 'PAID', '220695', '1766278831', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1740, 'Tripay', '44148-251201235', 'INDOMARET', '', '280', '221001182843', '251201235', 'T9207293363192RUOM', 'https://tripay.co.id/checkout/T9207293363192RUOM', '1766279809', '2025-12-21', '1766297808', '', 'PAID', '165023', '1766283752', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1741, 'Tripay', '443548-251201964', 'QRIS2', '', '1016', '221128130250', '251201964', 'T920729336618HHVK1', 'https://tripay.co.id/checkout/T920729336618HHVK1', '1766280532', '2025-12-21', '1766284133', '', 'PAID', '220097', '1766280661', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1742, 'Tripay', '315125-251201742', 'QRIS2', '', '787', '2000148', '251201742', 'T920729337825HO5YI', 'https://tripay.co.id/checkout/T920729337825HO5YI', '1766283564', '2025-12-21', '1766287165', '', 'PAID', '220136', '1766283640', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1743, 'Tripay', '804547-251201142', 'INDOMARET', '', '187', '1800045', '251201142', 'T920729338863WDIHD', 'https://tripay.co.id/checkout/T920729338863WDIHD', '1766286229', '2025-12-21', '1766304228', '', 'PAID', '165891', '1766291008', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1744, 'Tripay', '88486-251201567', 'INDOMARET', '', '612', '1600022', '251201567', 'T920729339471ZZTWJ', 'https://tripay.co.id/checkout/T920729339471ZZTWJ', '1766287802', '2025-12-21', '1766305801', '', 'PAID', '165083', '1766287846', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1745, 'Tripay', '112205-251201211', 'INDOMARET', '', '256', '220518183989', '251201211', 'T920729340076S9SHA', 'https://tripay.co.id/checkout/T920729340076S9SHA', '1766289474', '2025-12-21', '1766307474', '', 'UNPAID', '165140', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1746, 'Tripay', '344150-251201915', 'INDOMARET', '', '967', '220612165058', '251201915', 'T920729340080BCA3U', 'https://tripay.co.id/checkout/T920729340080BCA3U', '1766289485', '2025-12-21', '1766307485', '', 'PAID', '220722', '1766291551', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1747, 'Tripay', '105004-251201211', 'QRIS2', '', '256', '220518183989', '251201211', 'T920729340137OLZK0', 'https://tripay.co.id/checkout/T920729340137OLZK0', '1766289614', '2025-12-21', '1766293216', '', 'PAID', '165140', '1766289693', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1748, 'Tripay', '570540-251202005', 'QRIS2', '', '1057', '230220191143', '251202005', 'T920729341421WOCNK', 'https://tripay.co.id/checkout/T920729341421WOCNK', '1766293106', '2025-12-21', '1766296707', '', 'PAID', '220993', '1766293156', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1749, 'Tripay', '248935-251202063', 'ALFAMART', '', '1118', '81900001', '251202063', 'T920729342186WOHCS', 'https://tripay.co.id/checkout/T920729342186WOHCS', '1766295296', '2025-12-21', '1766313296', '', 'UNPAID', '220957', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1750, 'Tripay', '112532-251202063', 'ALFAMART', '', '1118', '81900001', '251202063', 'T920729342348KOZOO', 'https://tripay.co.id/checkout/T920729342348KOZOO', '1766295758', '2025-12-21', '1766313757', '', 'UNPAID', '220957', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1751, 'Tripay', '569670-251202070', 'BRIVA', '', '1126', '1700055', '251202070', 'T9207293425555ZZAC', 'https://tripay.co.id/checkout/T9207293425555ZZAC', '1766296307', '2025-12-21', '1766314301', '', 'PAID', '220000', '1766296464', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1752, 'Tripay', '978106-251202063', 'INDOMARET', '', '1118', '81900001', '251202063', 'T920729342764DNILR', 'https://tripay.co.id/checkout/T920729342764DNILR', '1766296937', '2025-12-21', '1766314937', '', 'PAID', '220957', '1766297251', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1753, 'Tripay', '392478-251202076', 'QRIS', '', '1133', '81500002', '251202076', 'T920729347852UWH31', 'https://tripay.co.id/checkout/T920729347852UWH31', '1766310126', '2025-12-21', '1766313607', '', 'PAID', '220949', '1766310169', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1754, 'Tripay', '37278-251201012', 'INDOMARET', '', '14', '1800008', '251201012', 'T920729348488XTS7W', 'https://tripay.co.id/checkout/T920729348488XTS7W', '1766312028', '2025-12-21', '1766330028', '', 'UNPAID', '165580', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1755, 'Tripay', '257509-251201136', 'INDOMARET', '', '181', '1800039', '251201136', 'T920729349632KGLVK', 'https://tripay.co.id/checkout/T920729349632KGLVK', '1766315056', '2025-12-21', '1766333055', '', 'UNPAID', '165186', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1756, 'Tripay', '631792-251201018', 'QRIS2', '', '21', '1600020', '251201018', 'T920729350069KVVZ4', 'https://tripay.co.id/checkout/T920729350069KVVZ4', '1766316285', '2025-12-21', '1766319886', '', 'PAID', '220558', '1766316311', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1757, 'Tripay', '988105-251202009', 'QRIS2', '', '1061', '230220191147', '251202009', 'T9207293503543TWUF', 'https://tripay.co.id/checkout/T9207293503543TWUF', '1766317137', '2025-12-21', '1766320738', '', 'UNPAID', '220105', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1758, 'Tripay', '726486-251201776', 'QRIS2', '', '821', '2100009', '251201776', 'T920729352738OQG6J', 'https://tripay.co.id/checkout/T920729352738OQG6J', '1766323236', '2025-12-21', '1766326837', '', 'PAID', '220522', '1766323316', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1759, 'Tripay', '391200-251201136', 'INDOMARET', '', '181', '1800039', '251201136', 'T920729358093IIUCL', 'https://tripay.co.id/checkout/T920729358093IIUCL', '1766360577', '2025-12-22', '1766378577', '', 'PAID', '165186', '1766361313', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1760, 'Tripay', '508281-251201784', 'QRIS2', '', '829', '2300001', '251201784', 'T920729358213VICYU', 'https://tripay.co.id/checkout/T920729358213VICYU', '1766361256', '2025-12-22', '1766364856', '', 'UNPAID', '220556', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1761, 'Tripay', '98357-251201838', 'BRIVA', '', '883', '2500035', '251201838', 'T920729358440UMJW6', 'https://tripay.co.id/checkout/T920729358440UMJW6', '1766362395', '2025-12-22', '1766380387', '', 'PAID', '220594', '1766362455', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1762, 'Tripay', '319899-251201121', 'INDOMARET', '', '166', '1800021', '251201121', 'T920729358565TYKD9', 'https://tripay.co.id/checkout/T920729358565TYKD9', '1766362960', '2025-12-22', '1766380960', '', 'PAID', '165049', '1766362985', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1763, 'Tripay', '120522-251201370', 'QRIS2', '', '415', '1700043', '251201370', 'T920729358907IP6YC', 'https://tripay.co.id/checkout/T920729358907IP6YC', '1766364384', '2025-12-22', '1766367985', '', 'PAID', '220687', '1766364409', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1764, 'Tripay', '226468-251201012', 'INDOMARET', '', '14', '1800008', '251201012', 'T9207293613493XQIT', 'https://tripay.co.id/checkout/T9207293613493XQIT', '1766372235', '2025-12-22', '1766390235', '', 'PAID', '165580', '1766372304', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1765, 'Tripay', '252417-251201963', 'BNIVA', '', '1015', '221128130249', '251201963', 'T920729364094IJOJ1', 'https://tripay.co.id/checkout/T920729364094IJOJ1', '1766380914', '2025-12-22', '1766398909', '', 'PAID', '220154', '1766381007', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1766, 'Tripay', '619475-251202073', 'QRIS2', '', '1130', '8300001', '251202073', 'T920729364582HOKSH', 'https://tripay.co.id/checkout/T920729364582HOKSH', '1766382521', '2025-12-22', '1766386122', '', 'PAID', '220157', '1766382627', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1767, 'Tripay', '363-251201396', 'QRIS2', '', '441', '1800098', '251201396', 'T920729364992KCOGJ', 'https://tripay.co.id/checkout/T920729364992KCOGJ', '1766383936', '2025-12-22', '1766387537', '', 'PAID', '165100', '1766384012', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1768, 'Tripay', '270012-251201130', 'INDOMARET', '', '175', '1800031', '251201130', 'T920729367307C2TRB', 'https://tripay.co.id/checkout/T920729367307C2TRB', '1766391622', '2025-12-22', '1766409621', '', 'UNPAID', '165037', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1769, 'Tripay', '552028-251201130', 'INDOMARET', '', '175', '1800031', '251201130', 'T920729367385S3QHD', 'https://tripay.co.id/checkout/T920729367385S3QHD', '1766391910', '2025-12-22', '1766409910', '', 'PAID', '165037', '1766393008', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1770, 'Tripay', '302361-251202102', 'INDOMARET', '', '993', '221001182837', '251202102', 'T920729368028GFNSO', 'https://tripay.co.id/checkout/T920729368028GFNSO', '1766394163', '2025-12-22', '1766412162', '', 'PAID', '220885', '1766394514', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1771, 'Tripay', '487016-251201025', 'BRIVA', '', '30', '1800036', '251201025', 'T920729369829ZLDDH', 'https://tripay.co.id/checkout/T920729369829ZLDDH', '1766400055', '2025-12-22', '1766418050', '', 'PAID', '220810', '1766400261', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1772, 'Tripay', '350124-251201373', 'ALFAMART', '', '418', '1700046', '251201373', 'T920729372393PHR9C', 'https://tripay.co.id/checkout/T920729372393PHR9C', '1766406955', '2025-12-22', '1766424954', '', 'PAID', '220786', '1766407007', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1773, 'Tripay', '113558-251201253', 'INDOMARET', '', '298', '1300004', '251201253', 'T920729378019LPTTD', 'https://tripay.co.id/checkout/T920729378019LPTTD', '1766443676', '2025-12-23', '1766461675', '', 'PAID', '220038', '1766443728', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1774, 'Tripay', '503984-251201015', 'QRIS2', '', '18', '221001182855', '251201015', 'T920729378792AGDEP', 'https://tripay.co.id/checkout/T920729378792AGDEP', '1766448390', '2025-12-23', '1766451990', '', 'PAID', '220694', '1766448417', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1775, 'Tripay', '77281-251201081', 'INDOMARET', '', '86', '1200013', '251201081', 'T920729379630HL6XR', 'https://tripay.co.id/checkout/T920729379630HL6XR', '1766452007', '2025-12-23', '1766470006', '', 'PAID', '220518', '1766453494', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1776, 'Tripay', '554600-251201798', 'QRIS2', '', '843', '2400009', '251201798', 'T9207293815380WXQC', 'https://tripay.co.id/checkout/T9207293815380WXQC', '1766458227', '2025-12-23', '1766461828', '', 'PAID', '220653', '1766458289', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1777, 'Tripay', '802371-251201886', 'INDOMARET', '', '938', '220320102831', '251201886', 'T920729382807OU8OD', 'https://tripay.co.id/checkout/T920729382807OU8OD', '1766462257', '2025-12-23', '1766480257', '', 'PAID', '220153', '1766463310', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1778, 'Tripay', '193596-251201022', 'QRIS2', '', '26', '2100007', '251201022', 'T920729383706BDQEL', 'https://tripay.co.id/checkout/T920729383706BDQEL', '1766465173', '2025-12-23', '1766468774', '', 'UNPAID', '245030', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1779, 'Tripay', '113173-251201022', 'QRIS2', '', '26', '2100007', '251201022', 'T920729383710S4XUE', 'https://tripay.co.id/checkout/T920729383710S4XUE', '1766465190', '2025-12-23', '1766468791', '', 'UNPAID', '245030', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1780, 'Tripay', '841685-251201022', 'QRIS2', '', '26', '2100007', '251201022', 'T9207293837155JDVW', 'https://tripay.co.id/checkout/T9207293837155JDVW', '1766465205', '2025-12-23', '1766468806', '', 'PAID', '245030', '1766465265', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1781, 'Tripay', '133273-251223001', 'QRIS2', '', '1173', '81300001', '251223001', 'T920729384167LTRYK', 'https://tripay.co.id/checkout/T920729384167LTRYK', '1766466529', '2025-12-23', '1766470130', '', 'PAID', '220272', '1766466614', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1782, 'Tripay', '53557-251201843', 'QRIS2', '', '888', '2600003', '251201843', 'T920729385581Q2YQT', 'https://tripay.co.id/checkout/T920729385581Q2YQT', '1766471236', '2025-12-23', '1766474837', '', 'PAID', '220230', '1766471263', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1783, 'Tripay', '418351-251202009', 'QRIS2', '', '1061', '230220191147', '251202009', 'T920729385611Y9U52', 'https://tripay.co.id/checkout/T920729385611Y9U52', '1766471348', '2025-12-23', '1766474948', '', 'PAID', '220105', '1766471416', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1784, 'Tripay', '613343-251201009', 'BRIVA', '', '11', '220121164229', '251201009', 'T9207293877388VYZG', 'https://tripay.co.id/checkout/T9207293877388VYZG', '1766479221', '2025-12-23', '1766497215', '', 'PAID', '220964', '1766479271', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1785, 'Tripay', '320422-251201281', 'INDOMARET', '', '326', '1400013', '251201281', 'T920729389740USWHC', 'https://tripay.co.id/checkout/T920729389740USWHC', '1766485944', '2025-12-23', '1766503944', '', 'PAID', '220464', '1766491729', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1786, 'Tripay', '928603-251201225', 'INDOMARET', '', '270', '220612165044', '251201225', 'T9207293899433SSYW', 'https://tripay.co.id/checkout/T9207293899433SSYW', '1766486592', '2025-12-23', '1766504591', '', 'PAID', '220073', '1766487718', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1787, 'Tripay', '838227-251201438', 'BRIVA', '', '483', '200045', '251201438', 'T920729393641DLFQZ', 'https://tripay.co.id/checkout/T920729393641DLFQZ', '1766496757', '2025-12-23', '1766514751', '', 'UNPAID', '220681', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1788, 'Tripay', '215632-251201438', 'BNIVA', '', '483', '200045', '251201438', 'T920729393647KPULY', 'https://tripay.co.id/checkout/T920729393647KPULY', '1766496786', '2025-12-23', '1766514785', '', 'PAID', '220681', '1766496870', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1789, 'Tripay', '698490-251201568', 'BRIVA', '', '613', '1600023', '251201568', 'T920729398978FXHIW', 'https://tripay.co.id/checkout/T920729398978FXHIW', '1766534644', '2025-12-24', '1766552638', '', 'PAID', '220125', '1766534699', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1790, 'Tripay', '237922-251201003', 'QRIS2', '', '3', '2700005', '251201003', 'T920729400355446XM', 'https://tripay.co.id/checkout/T920729400355446XM', '1766539894', '2025-12-24', '1766543494', '', 'PAID', '220144', '1766539989', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1791, 'Tripay', '789455-251201842', 'BRIVA', '', '887', '2600002', '251201842', 'T920729401601QOCWH', 'https://tripay.co.id/checkout/T920729401601QOCWH', '1766544084', '2025-12-24', '1766562077', '', 'PAID', '220561', '1766544134', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1792, 'Tripay', '965337-251224001', 'QRIS2', '', '1174', '81800008', '251224001', 'T9207294023622T1AR', 'https://tripay.co.id/checkout/T9207294023622T1AR', '1766546510', '2025-12-24', '1766550111', '', 'PAID', '290729', '1766546618', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1793, 'Tripay', '300337-251201257', 'MANDIRIVA', '', '302', '1300008', '251201257', 'T920729406417NLYQM', 'https://tripay.co.id/checkout/T920729406417NLYQM', '1766560170', '2025-12-24', '1766578164', '', 'PAID', '220681', '1766560260', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1794, 'Tripay', '244719-251201005', 'INDOMARET', '', '7', '220430172109', '251201005', 'T920729407984CQ03Y', 'https://tripay.co.id/checkout/T920729407984CQ03Y', '1766565669', '2025-12-24', '1766583669', '', 'PAID', '220012', '1766566063', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1795, 'Tripay', '904299-251201123', 'BRIVA', '', '168', '1800023', '251201123', 'T920729410734H4PST', 'https://tripay.co.id/checkout/T920729410734H4PST', '1766574943', '2025-12-24', '1766592937', '', 'PAID', '165454', '1766575082', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1796, 'Tripay', '544728-251201327', 'QRIS2', '', '372', '1600017', '251201327', 'T920729410857KYER3', 'https://tripay.co.id/checkout/T920729410857KYER3', '1766575255', '2025-12-24', '1766578856', '', 'PAID', '220275', '1766575304', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1797, 'Tripay', '876781-251202097', 'QRIS2', '', '1154', '82500002', '251202097', 'T9207294189328T2W9', 'https://tripay.co.id/checkout/T9207294189328T2W9', '1766615724', '2025-12-25', '1766619325', '', 'PAID', '220977', '1766615813', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1798, 'Tripay', '882230-251201483', 'MANDIRIVA', '', '528', '400006', '251201483', 'T920729419050UY16F', 'https://tripay.co.id/checkout/T920729419050UY16F', '1766616857', '2025-12-25', '1766634851', '', 'PAID', '220762', '1766616892', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1799, 'Tripay', '416671-251201035', 'BNIVA', '', '40', '1900001', '251201035', 'T920729419357T2GYB', 'https://tripay.co.id/checkout/T920729419357T2GYB', '1766618862', '2025-12-25', '1766636856', '', 'PAID', '220552', '1766618916', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1800, 'Tripay', '578555-251201026', 'BRIVA', '', '31', '500031', '251201026', 'T920729419414PJMYD', 'https://tripay.co.id/checkout/T920729419414PJMYD', '1766619205', '2025-12-25', '1766637204', '', 'PAID', '165925', '1766619256', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1801, 'Tripay', '471523-251201021', 'QRIS2', '', '25', '221128130243', '251201021', 'T920729419587WNSQJ', 'https://tripay.co.id/checkout/T920729419587WNSQJ', '1766620268', '2025-12-25', '1766623869', '', 'PAID', '330112', '1766620306', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1802, 'Tripay', '86785-251201175', 'QRIS2', '', '220', '1800082', '251201175', 'T920729420418U8SST', 'https://tripay.co.id/checkout/T920729420418U8SST', '1766624086', '2025-12-25', '1766627687', '', 'PAID', '220993', '1766624180', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1803, 'Tripay', '479219-251201150', 'INDOMARET', '', '195', '1800054', '251201150', 'T920729421533GW2FD', 'https://tripay.co.id/checkout/T920729421533GW2FD', '1766628044', '2025-12-25', '1766646044', '', 'UNPAID', '165229', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1804, 'Tripay', '699802-251201150', 'INDOMARET', '', '195', '1800054', '251201150', 'T920729421580TQQ4I', 'https://tripay.co.id/checkout/T920729421580TQQ4I', '1766628201', '2025-12-25', '1766646200', '', 'UNPAID', '165229', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1805, 'Tripay', '179601-251201321', 'QRIS2', '', '366', '1600011', '251201321', 'T920729421684E1HFN', 'https://tripay.co.id/checkout/T920729421684E1HFN', '1766628498', '2025-12-25', '1766632099', '', 'PAID', '220335', '1766628548', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1806, 'Tripay', '147947-251201957', 'QRIS2', '', '1009', '221128130239', '251201957', 'T9207294223273AY4R', 'https://tripay.co.id/checkout/T9207294223273AY4R', '1766630395', '2025-12-25', '1766633996', '', 'PAID', '220477', '1766630448', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1807, 'Tripay', '923398-251202045', 'QRIS2', '', '1097', '220225071922', '251202045', 'T9207294227142TWOA', 'https://tripay.co.id/checkout/T9207294227142TWOA', '1766631588', '2025-12-25', '1766635189', '', 'PAID', '220000', '1766631622', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1808, 'Tripay', '966106-251202094', 'QRIS2', '', '1151', '82900002', '251202094', 'T920729423736JDKLQ', 'https://tripay.co.id/checkout/T920729423736JDKLQ', '1766634834', '2025-12-25', '1766638435', '', 'PAID', '220000', '1766634886', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1809, 'Tripay', '147722-251201784', 'QRIS2', '', '829', '2300001', '251201784', 'T920729425956H04LK', 'https://tripay.co.id/checkout/T920729425956H04LK', '1766641482', '2025-12-25', '1766645083', '', 'PAID', '220556', '1766641518', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1810, 'Tripay', '709230-251201030', 'INDOMARET', '', '35', '3400001', '251201030', 'T920729426311PLIOO', 'https://tripay.co.id/checkout/T920729426311PLIOO', '1766642759', '2025-12-25', '1766660759', '', 'PAID', '165380', '1766657689', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1811, 'Tripay', '779563-251225001', 'QRIS2', '', '1175', '82000020', '251225001', 'T920729427209JX8Q2', 'https://tripay.co.id/checkout/T920729427209JX8Q2', '1766646055', '2025-12-25', '1766649657', '', 'UNPAID', '220556', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1812, 'Tripay', '208870-251225001', 'QRIS2', '', '1175', '82000020', '251225001', 'T920729427247EBUEK', 'https://tripay.co.id/checkout/T920729427247EBUEK', '1766646152', '2025-12-25', '1766649754', '', 'PAID', '220556', '1766646194', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1813, 'Tripay', '288883-251201008', 'INDOMARET', '', '10', '600042', '251201008', 'T920729429961K33I1', 'https://tripay.co.id/checkout/T920729429961K33I1', '1766655721', '2025-12-25', '1766673721', '', 'PAID', '220132', '1766656615', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1814, 'Tripay', '156267-251201019', 'ALFAMART', '', '22', '3300001', '251201019', 'T92072943096206VY0', 'https://tripay.co.id/checkout/T92072943096206VY0', '1766658431', '2025-12-25', '1766676431', '', 'PAID', '165571', '1766659030', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1815, 'Tripay', '434035-251201111', 'INDOMARET', '', '156', '1800009', '251201111', 'T920729431027CXS1L', 'https://tripay.co.id/checkout/T920729431027CXS1L', '1766658643', '2025-12-25', '1766676642', '', 'PAID', '165306', '1766659010', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1816, 'Tripay', '818037-251201899', 'INDOMARET', '', '951', '220518183968', '251201899', 'T920729431508JTX9F', 'https://tripay.co.id/checkout/T920729431508JTX9F', '1766660030', '2025-12-25', '1766678030', '', 'PAID', '220597', '1766664547', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1817, 'Tripay', '498878-251201028', 'INDOMARET', '', '33', '220127020759', '251201028', 'T920729432066SL0JH', 'https://tripay.co.id/checkout/T920729432066SL0JH', '1766661654', '2025-12-25', '1766679654', '', 'PAID', '150036', '1766662075', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1818, 'Tripay', '821025-251201167', 'INDOMARET', '', '212', '1800074', '251201167', 'T920729433789VYBI6', 'https://tripay.co.id/checkout/T920729433789VYBI6', '1766666359', '2025-12-25', '1766684358', '', 'PAID', '165400', '1766666431', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1819, 'Tripay', '70831-251201237', 'BRIVA', '', '282', '221001182859', '251201237', 'T920729433831DLE8Q', 'https://tripay.co.id/checkout/T920729433831DLE8Q', '1766666511', '2025-12-25', '1766684504', '', 'PAID', '165718', '1766666626', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1820, 'Tripay', '723059-251201040', 'INDOMARET', '', '45', '1100002', '251201040', 'T920729433973WLBOG', 'https://tripay.co.id/checkout/T920729433973WLBOG', '1766666870', '2025-12-25', '1766684869', '', 'PAID', '220395', '1766668799', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1821, 'Tripay', '580646-251201329', 'MANDIRIVA', '', '374', '1600019', '251201329', 'T920729436242Z44HQ', 'https://tripay.co.id/checkout/T920729436242Z44HQ', '1766673648', '2025-12-25', '1766691642', '', 'PAID', '220174', '1766673782', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1822, 'Tripay', '819168-251201024', 'MANDIRIVA', '', '29', '1600002', '251201024', 'T920729436522QE8IX', 'https://tripay.co.id/checkout/T920729436522QE8IX', '1766674794', '2025-12-25', '1766692788', '', 'UNPAID', '220566', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1823, 'Tripay', '290248-251201024', 'QRIS2', '', '29', '1600002', '251201024', 'T920729436564OEHJR', 'https://tripay.co.id/checkout/T920729436564OEHJR', '1766674921', '2025-12-25', '1766678522', '', 'PAID', '220566', '1766674956', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1824, 'Tripay', '717991-251201017', 'BRIVA', '', '20', '1800038', '251201017', 'T920729436652BQIQE', 'https://tripay.co.id/checkout/T920729436652BQIQE', '1766675309', '2025-12-25', '1766693308', '', 'PAID', '220078', '1766675360', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1825, 'Tripay', '417579-251201765', 'QRIS2', '', '810', '2000173', '251201765', 'T920729438013DZA6G', 'https://tripay.co.id/checkout/T920729438013DZA6G', '1766682755', '2025-12-26', '1766686356', '', 'PAID', '100864', '1766682883', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1826, 'Tripay', '538416-251201425', 'QRIS2', '', '470', '200029', '251201425', 'T920729439111OMCZL', 'https://tripay.co.id/checkout/T920729439111OMCZL', '1766698363', '2025-12-26', '1766701964', '', 'PAID', '220150', '1766698461', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1827, 'Tripay', '308085-251201084', 'OVO', '', '89', '1200016', '251201084', 'T920729439541TRY5C', 'https://tripay.co.id/checkout/T920729439541TRY5C', '1766702383', '2025-12-26', '1766720383', '', 'PAID', '220310', '1766702426', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1828, 'Tripay', '665769-251201310', 'BRIVA', '', '355', '1500024', '251201310', 'T920729439743T3ZNF', 'https://tripay.co.id/checkout/T920729439743T3ZNF', '1766703741', '2025-12-26', '1766721735', '', 'PAID', '200717', '1766703799', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1829, 'Tripay', '592740-251201264', 'BRIVA', '', '309', '1300015', '251201264', 'T920729440003ZMESE', 'https://tripay.co.id/checkout/T920729440003ZMESE', '1766705039', '2025-12-26', '1766723034', '', 'PAID', '220223', '1766705076', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1830, 'Tripay', '120811-251201150', 'INDOMARET', '', '195', '1800054', '251201150', 'T920729440105ULI4L', 'https://tripay.co.id/checkout/T920729440105ULI4L', '1766705568', '2025-12-26', '1766723567', '', 'PAID', '165229', '1766705640', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1831, 'Tripay', '580294-251201036', 'INDOMARET', '', '41', '220127014457', '251201036', 'T920729440755QSTF7', 'https://tripay.co.id/checkout/T920729440755QSTF7', '1766708586', '2025-12-26', '1766726586', '', 'PAID', '200869', '1766709133', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1832, 'Tripay', '873329-251201038', 'QRIS2', '', '43', '230220191149', '251201038', 'T9207294409768EFBA', 'https://tripay.co.id/checkout/T9207294409768EFBA', '1766709665', '2025-12-26', '1766713267', '', 'PAID', '220789', '1766709705', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1833, 'Tripay', '831257-251201946', 'INDOMARET', '', '998', '221001182850', '251201946', 'T920729441245KJY1I', 'https://tripay.co.id/checkout/T920729441245KJY1I', '1766710644', '2025-12-26', '1766728643', '', 'PAID', '220218', '1766711215', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1834, 'Tripay', '268353-251201191', 'QRIS2', '', '236', '220728201828', '251201191', 'T920729441413POMPJ', 'https://tripay.co.id/checkout/T920729441413POMPJ', '1766711247', '2025-12-26', '1766714849', '', 'PAID', '220325', '1766711296', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1835, 'Tripay', '522635-251201360', 'QRIS2', '', '405', '1700033', '251201360', 'T9207294414924DHGM', 'https://tripay.co.id/checkout/T9207294414924DHGM', '1766711557', '2025-12-26', '1766715159', '', 'PAID', '220985', '1766711581', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1836, 'Tripay', '388792-251201495', 'MANDIRIVA', '', '540', '500008', '251201495', 'T9207294420344OQJP', 'https://tripay.co.id/checkout/T9207294420344OQJP', '1766713295', '2025-12-26', '1766731289', '', 'PAID', '220019', '1766713374', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1837, 'Tripay', '185595-251201799', 'QRIS2', '', '844', '2400010', '251201799', 'T920729442041SZWDH', 'https://tripay.co.id/checkout/T920729442041SZWDH', '1766713324', '2025-12-26', '1766716925', '', 'PAID', '220141', '1766713376', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1838, 'Tripay', '110209-251201014', 'INDOMARET', '', '17', '600031', '251201014', 'T920729442189JDXW9', 'https://tripay.co.id/checkout/T920729442189JDXW9', '1766713936', '2025-12-26', '1766731935', '', 'PAID', '165066', '1766715421', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1839, 'Tripay', '422422-251201484', 'MANDIRIVA', '', '529', '400007', '251201484', 'T920729443479LVAUL', 'https://tripay.co.id/checkout/T920729443479LVAUL', '1766717485', '2025-12-26', '1766735479', '', 'PAID', '220499', '1766717524', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1840, 'Tripay', '444487-251201127', 'QRIS2', '', '172', '1800027', '251201127', 'T920729443489XURGV', 'https://tripay.co.id/checkout/T920729443489XURGV', '1766717506', '2025-12-26', '1766721107', '', 'PAID', '165637', '1766717583', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1841, 'Tripay', '354202-251202100', 'INDOMARET', '', '325', '1400012', '251202100', 'T920729446390OIGWX', 'https://tripay.co.id/checkout/T920729446390OIGWX', '1766727035', '2025-12-26', '1766745035', '', 'PAID', '220485', '1766728728', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1842, 'Tripay', '299659-251201324', 'INDOMARET', '', '369', '1600014', '251201324', 'T920729446652RR6U2', 'https://tripay.co.id/checkout/T920729446652RR6U2', '1766728016', '2025-12-26', '1766746016', '', 'PAID', '220950', '1766728348', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1843, 'Tripay', '871116-251226001', 'QRIS2', '', '1176', '81800009', '251226001', 'T9207294497748NDC8', 'https://tripay.co.id/checkout/T9207294497748NDC8', '1766738850', '2025-12-26', '1766742450', '', 'PAID', '290698', '1766739586', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1844, 'Tripay', '679956-251201134', 'INDOMARET', '', '179', '1800035', '251201134', 'T920729460320O80FS', 'https://tripay.co.id/checkout/T920729460320O80FS', '1766795801', '2025-12-27', '1766813801', '', 'PAID', '165525', '1766796142', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1845, 'Tripay', '360106-251201263', 'BNIVA', '', '308', '1300014', '251201263', 'T920729462370GSFSJ', 'https://tripay.co.id/checkout/T920729462370GSFSJ', '1766804395', '2025-12-27', '1766822389', '', 'PAID', '220999', '1766804547', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1846, 'Tripay', '530783-251201002', 'INDOMARET', '', '2', '220319181539', '251201002', 'T920729464102K2QKD', 'https://tripay.co.id/checkout/T920729464102K2QKD', '1766810479', '2025-12-27', '1766828478', '', 'PAID', '220950', '1766810559', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1847, 'Tripay', '817737-251202095', 'QRIS2', '', '1152', '8500003', '251202095', 'T920729465152MNCEG', 'https://tripay.co.id/checkout/T920729465152MNCEG', '1766814019', '2025-12-27', '1766817620', '', 'PAID', '200000', '1766814076', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1848, 'Tripay', '230672-251202007', 'INDOMARET', '', '1059', '230220191145', '251202007', 'T9207294694766ZZ5I', 'https://tripay.co.id/checkout/T9207294694766ZZ5I', '1766830653', '2025-12-27', '1766848652', '', 'PAID', '220044', '1766831473', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1849, 'Tripay', '561853-251201932', 'INDOMARET', '', '984', '220728201833', '251201932', 'T920729470063LNUYG', 'https://tripay.co.id/checkout/T920729470063LNUYG', '1766832691', '2025-12-27', '1766850690', '', 'UNPAID', '220905', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1850, 'Tripay', '391462-251201128', 'ALFAMART', '', '173', '1800029', '251201128', 'T9207294722925NQBF', 'https://tripay.co.id/checkout/T9207294722925NQBF', '1766840549', '2025-12-27', '1766858547', '', 'PAID', '165528', '1766840646', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1851, 'Tripay', '842670-251201683', 'MANDIRIVA', '', '728', '2000084', '251201683', 'T920729478874KWVU0', 'https://tripay.co.id/checkout/T920729478874KWVU0', '1766886241', '2025-12-28', '1766904235', '', 'PAID', '165514', '1766886283', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1852, 'Tripay', '370102-251201932', 'INDOMARET', '', '984', '220728201833', '251201932', 'T920729489634CXZU8', 'https://tripay.co.id/checkout/T920729489634CXZU8', '1766924945', '2025-12-28', '1766942945', '', 'UNPAID', '220905', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1853, 'Tripay', '274883-251201800', 'MANDIRIVA', '', '845', '2400011', '251201800', 'T920729497274NFLX9', 'https://tripay.co.id/checkout/T920729497274NFLX9', '1766970515', '2025-12-29', '1766988510', '', 'PAID', '220989', '1766970606', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1854, 'Tripay', '745274-251229001', 'INDOMARET', '', '1177', '81700003', '251229001', 'T920729498520PQUZG', 'https://tripay.co.id/checkout/T920729498520PQUZG', '1766975374', '2025-12-29', '1766993373', '', 'UNPAID', '220903', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1855, 'Tripay', '504106-251201651', 'BRIVA', '', '696', '2000049', '251201651', 'T920729520570KMHE0', 'https://tripay.co.id/checkout/T920729520570KMHE0', '1767073134', '2025-12-30', '1767091128', '', 'UNPAID', '150256', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1856, 'Tripay', '131652-251201651', 'BRIVA', '', '696', '2000049', '251201651', 'T920729520579EBHFG', 'https://tripay.co.id/checkout/T920729520579EBHFG', '1767073168', '2025-12-30', '1767091167', '', 'PAID', '150256', '1767073252', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1857, 'Tripay', '696505-251201887', 'INDOMARET', '', '939', '220404165731', '251201887', 'T920729521186Z87CL', 'https://tripay.co.id/checkout/T920729521186Z87CL', '1767075594', '2025-12-30', '1767093593', '', 'UNPAID', '220077', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1858, 'Tripay', '776870-251201171', 'INDOMARET', '', '216', '1800078', '251201171', 'T920729526371PBIF3', 'https://tripay.co.id/checkout/T920729526371PBIF3', '1767095357', '2025-12-30', '1767113357', '', 'PAID', '165548', '1767097178', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1859, 'Tripay', '488705-251230001', 'BRIVA', '', '1178', '8300004', '251230001', 'T920729535115A6KHC', 'https://tripay.co.id/checkout/T920729535115A6KHC', '1767138982', '2025-12-31', '1767156975', '', 'UNPAID', '220908', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1860, 'Tripay', '630230-251230001', 'BRIVA', '', '1178', '8300004', '251230001', 'T920729535142UEO0G', 'https://tripay.co.id/checkout/T920729535142UEO0G', '1767139045', '2025-12-31', '1767157045', '', 'PAID', '220908', '1767139116', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1861, 'Tripay', '327584-251201223', 'BRIVA', '', '268', '2204030172116', '251201223', 'T920729535374HMNWL', 'https://tripay.co.id/checkout/T920729535374HMNWL', '1767139522', '2025-12-31', '1767157521', '', 'PAID', '220250', '1767139613', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1862, 'Tripay', '236451-251201334', 'ALFAMART', '', '379', '1700005', '251201334', 'T920729541531OPWD2', 'https://tripay.co.id/checkout/T920729541531OPWD2', '1767149893', '2025-12-31', '1767167892', '', 'PAID', '220484', '1767153530', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1863, 'Tripay', '123688-251201135', 'INDOMARET', '', '180', '1800037', '251201135', 'T920729545554R5NJQ', 'https://tripay.co.id/checkout/T920729545554R5NJQ', '1767162600', '2025-12-31', '1767180599', '', 'PAID', '165226', '1767165337', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1864, 'Tripay', '216193-251201953', 'INDOMARET', '', '1005', '221001182862', '251201953', 'T920729545795DJ3ML', 'https://tripay.co.id/checkout/T920729545795DJ3ML', '1767163548', '2025-12-31', '1767181547', '', 'UNPAID', '100750', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1865, 'Tripay', '461012-251201105', 'QRIS', '', '150', '220204154623', '251201105', 'T9207295482666HCAO', 'https://tripay.co.id/checkout/T9207295482666HCAO', '1767173119', '2025-12-31', '1767176601', '', 'PAID', '220011', '1767173620', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1866, 'Tripay', '605694-251201115', 'QRIS2', '', '160', '1800013', '251201115', 'T9207295503410EZH6', 'https://tripay.co.id/checkout/T9207295503410EZH6', '1767180509', '2025-12-31', '1767184111', '', 'PAID', '165623', '1767180534', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1867, 'Tripay', '183408-260102082', 'MANDIRIVA', '', '1139', '82000010', '260102082', 'T920729564632OGNEE', 'https://tripay.co.id/checkout/T920729564632OGNEE', '1767218287', '2026-01-01', '1767236287', '', 'PAID', '385928', '1767218401', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1868, 'Tripay', '927486-260101461', 'BRIVA', '', '506', '300020', '260101461', 'T920729565577Q3NDG', 'https://tripay.co.id/checkout/T920729565577Q3NDG', '1767223910', '2026-01-01', '1767241909', '', 'PAID', '220168', '1767223979', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1869, 'Tripay', '42738-260101137', 'QRIS2', '', '182', '1800040', '260101137', 'T920729565616IBNE0', 'https://tripay.co.id/checkout/T920729565616IBNE0', '1767224057', '2026-01-01', '1767227660', '', 'PAID', '220572', '1767224312', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1870, 'Tripay', '74768-260101095', 'QRIS2', '', '100', '1200028', '260101095', 'T920729565849F7XZZ', 'https://tripay.co.id/checkout/T920729565849F7XZZ', '1767224888', '2026-01-01', '1767228490', '', 'PAID', '220344', '1767224961', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1871, 'Tripay', '128687-251201953', 'INDOMARET', '', '1005', '221001182862', '251201953', 'T920729566157J6TI0', 'https://tripay.co.id/checkout/T920729566157J6TI0', '1767225953', '2026-01-01', '1767243952', '', 'PAID', '100750', '1767230600', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1872, 'Tripay', '332808-260101064', 'INDOMARET', '', '69', '1100027', '260101064', 'T920729566625ESCAI', 'https://tripay.co.id/checkout/T920729566625ESCAI', '1767227478', '2026-01-01', '1767245478', '', 'PAID', '165048', '1767227584', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1873, 'Tripay', '961007-260101707', 'BRIVA', '', '752', '2000109', '260101707', 'T920729570289R4EFC', 'https://tripay.co.id/checkout/T920729570289R4EFC', '1767234980', '2026-01-01', '1767252979', '', 'PAID', '220737', '1767235028', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1874, 'Tripay', '975243-260101083', 'INDOMARET', '', '88', '1200015', '260101083', 'T920729572002LW8XJ', 'https://tripay.co.id/checkout/T920729572002LW8XJ', '1767237733', '2026-01-01', '1767255732', '', 'PAID', '220226', '1767238349', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1875, 'Tripay', '324153-260101101', 'INDOMARET', '', '106', '1200035', '260101101', 'T920729572029WGUUG', 'https://tripay.co.id/checkout/T920729572029WGUUG', '1767237781', '2026-01-01', '1767255781', '', 'PAID', '220884', '1767238251', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1876, 'Tripay', '546089-260101097', 'QRIS2', '', '102', '1200030', '260101097', 'T920729572543KH5XE', 'https://tripay.co.id/checkout/T920729572543KH5XE', '1767238578', '2026-01-01', '1767242179', '', 'PAID', '165017', '1767238651', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1877, 'Tripay', '75847-260101109', 'QRIS2', '', '154', '1800005', '260101109', 'T920729573031ND7JM', 'https://tripay.co.id/checkout/T920729573031ND7JM', '1767239284', '2026-01-01', '1767242886', '', 'PAID', '165465', '1767239350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1878, 'Tripay', '558401-260101718', 'BRIVA', '', '763', '2000120', '260101718', 'T920729575148QC5TP', 'https://tripay.co.id/checkout/T920729575148QC5TP', '1767242797', '2026-01-01', '1767260791', '', 'PAID', '220737', '1767242885', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1879, 'Tripay', '497513-260101439', 'QRIS2', '', '484', '200046', '260101439', 'T9207295810251EL5R', 'https://tripay.co.id/checkout/T9207295810251EL5R', '1767253376', '2026-01-01', '1767256979', '', 'UNPAID', '220726', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1880, 'Tripay', '981591-260101439', 'MANDIRIVA', '', '484', '200046', '260101439', 'T920729581130F9FB5', 'https://tripay.co.id/checkout/T920729581130F9FB5', '1767253541', '2026-01-01', '1767271535', '', 'PAID', '220726', '1767253618', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1881, 'Tripay', '804150-260101831', 'QRIS', '', '876', '2500028', '260101831', 'T920729581591YQWKB', 'https://tripay.co.id/checkout/T920729581591YQWKB', '1767254505', '2026-01-01', '1767257987', '', 'UNPAID', '165954', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1882, 'Tripay', '90419-260101831', 'QRIS', '', '876', '2500028', '260101831', 'T920729581596BNTDD', 'https://tripay.co.id/checkout/T920729581596BNTDD', '1767254514', '2026-01-01', '1767257997', '', 'PAID', '165954', '1767254599', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1883, 'Tripay', '18515-260101356', 'BNIVA', '', '401', '1700029', '260101356', 'T920729582614FF0VX', 'https://tripay.co.id/checkout/T920729582614FF0VX', '1767256554', '2026-01-01', '1767274548', '', 'PAID', '165599', '1767256733', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1884, 'Tripay', '230844-260101146', 'INDOMARET', '', '191', '1800049', '260101146', 'T920729582771EHNSO', 'https://tripay.co.id/checkout/T920729582771EHNSO', '1767256853', '2026-01-01', '1767274853', '', 'PAID', '165867', '1767258022', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1885, 'Tripay', '941816-260101989', 'BRIVA', '', '1041', '221128130284', '260101989', 'T920729583009QJCXY', 'https://tripay.co.id/checkout/T920729583009QJCXY', '1767257385', '2026-01-01', '1767275379', '', 'PAID', '220745', '1767257432', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1886, 'Tripay', '148978-260102098', 'INDOMARET', '', '1155', '82600002', '260102098', 'T920729583465VLGS6', 'https://tripay.co.id/checkout/T920729583465VLGS6', '1767258366', '2026-01-01', '1767276366', '', 'UNPAID', '220860', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1887, 'Tripay', '524756-260101716', 'BRIVA', '', '761', '2000118', '260101716', 'T920729583812MJOGS', 'https://tripay.co.id/checkout/T920729583812MJOGS', '1767259063', '2026-01-01', '1767277057', '', 'PAID', '200059', '1767259092', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1888, 'Tripay', '702444-260101481', 'INDOMARET', '', '526', '400004', '260101481', 'T9207295869522ZJU4', 'https://tripay.co.id/checkout/T9207295869522ZJU4', '1767264970', '2026-01-01', '1767282970', '', 'PAID', '165466', '1767265026', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1889, 'Tripay', '853229-260102083', 'CIMBVA', '', '1140', '82000011', '260102083', 'T920729587663XFDR1', 'https://tripay.co.id/checkout/T920729587663XFDR1', '1767266201', '2026-01-01', '1767284193', '', 'PAID', '220372', '1767266310', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1890, 'Tripay', '681259-260101176', 'INDOMARET', '', '221', '1800083', '260101176', 'T9207295890675Q2LF', 'https://tripay.co.id/checkout/T9207295890675Q2LF', '1767268595', '2026-01-01', '1767286594', '', 'PAID', '165003', '1767268893', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1891, 'Tripay', '196949-260102078', 'BNIVA', '', '1135', '81600003', '260102078', 'T920729590936ELLQN', 'https://tripay.co.id/checkout/T920729590936ELLQN', '1767271620', '2026-01-01', '1767289614', '', 'UNPAID', '165044', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1892, 'Tripay', '562480-260102078', 'BNIVA', '', '1135', '81600003', '260102078', 'T920729590956R4USX', 'https://tripay.co.id/checkout/T920729590956R4USX', '1767271654', '2026-01-01', '1767289653', '', 'PAID', '165044', '1767271749', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1893, 'Tripay', '670080-260101565', 'QRIS2', '', '610', '1500026', '260101565', 'T920729595176ESQK5', 'https://tripay.co.id/checkout/T920729595176ESQK5', '1767280090', '2026-01-01', '1767283693', '', 'PAID', '220177', '1767280135', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1894, 'Tripay', '186279-260102100', 'QRIS2', '', '1157', '81800007', '260102100', 'T92072960185526QO0', 'https://tripay.co.id/checkout/T92072960185526QO0', '1767309500', '2026-01-02', '1767313103', '', 'PAID', '165000', '1767310075', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1895, 'Tripay', '32195-260102098', 'INDOMARET', '', '1155', '82600002', '260102098', 'T9207296050929A3LR', 'https://tripay.co.id/checkout/T9207296050929A3LR', '1767317630', '2026-01-02', '1767335629', '', 'PAID', '220860', '1767317989', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1896, 'Tripay', '139776-260101808', 'QRIS2', '', '853', '2500005', '260101808', 'T920729606115QPXCU', 'https://tripay.co.id/checkout/T920729606115QPXCU', '1767319349', '2026-01-02', '1767322952', '', 'PAID', '220859', '1767319400', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1897, 'Tripay', '512083-260101871', 'QRIS2', '', '916', '3500001', '260101871', 'T920729609772BMLWE', 'https://tripay.co.id/checkout/T920729609772BMLWE', '1767325219', '2026-01-02', '1767328821', '', 'PAID', '220073', '1767325272', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1898, 'Tripay', '146402-260101174', 'QRIS2', '', '219', '1800081', '260101174', 'T920729612243MSXCL', 'https://tripay.co.id/checkout/T920729612243MSXCL', '1767329316', '2026-01-02', '1767332919', '', 'PAID', '220607', '1767329374', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1899, 'Tripay', '449648-260101102', 'QRIS2', '', '107', '1200036', '260101102', 'T920729614161TFF7R', 'https://tripay.co.id/checkout/T920729614161TFF7R', '1767333138', '2026-01-02', '1767336741', '', 'PAID', '220753', '1767333348', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1900, 'Tripay', '588250-260101819', 'INDOMARET', '', '864', '2500016', '260101819', 'T920729619153NJLOC', 'https://tripay.co.id/checkout/T920729619153NJLOC', '1767342836', '2026-01-02', '1767360836', '', 'PAID', '220230', '1767342899', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1901, 'Tripay', '232589-260101157', 'INDOMARET', '', '202', '1800062', '260101157', 'T920729621651GFK6X', 'https://tripay.co.id/checkout/T920729621651GFK6X', '1767347652', '2026-01-02', '1767365652', '', 'PAID', '165634', '1767348255', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1902, 'Tripay', '710373-260101750', 'QRIS2', '', '795', '2000156', '260101750', 'T920729624211N3TKE', 'https://tripay.co.id/checkout/T920729624211N3TKE', '1767352405', '2026-01-02', '1767356008', '', 'UNPAID', '220404', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1903, 'Tripay', '389375-260101691', 'QRIS2', '', '736', '2000093', '260101691', 'T920729624596JLB8N', 'https://tripay.co.id/checkout/T920729624596JLB8N', '1767353142', '2026-01-02', '1767356744', '', 'PAID', '220590', '1767353184', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1904, 'Tripay', '419961-260101336', 'MANDIRIVA', '', '381', '1700008', '260101336', 'T920729624603TMZDN', 'https://tripay.co.id/checkout/T920729624603TMZDN', '1767353153', '2026-01-02', '1767371148', '', 'UNPAID', '220091', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1905, 'Tripay', '211685-260101336', 'MANDIRIVA', '', '381', '1700008', '260101336', 'T920729624631CAWKP', 'https://tripay.co.id/checkout/T920729624631CAWKP', '1767353208', '2026-01-02', '1767371207', '', 'PAID', '220091', '1767353346', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1906, 'Tripay', '521606-260101823', 'QRIS2', '', '868', '2500020', '260101823', 'T92072962649347CO8', 'https://tripay.co.id/checkout/T92072962649347CO8', '1767356323', '2026-01-02', '1767359925', '', 'PAID', '220200', '1767356386', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1907, 'Tripay', '78992-260101882', 'BNIVA', '', '927', '4200002', '260101882', 'T920729627253GK1OG', 'https://tripay.co.id/checkout/T920729627253GK1OG', '1767357632', '2026-01-02', '1767375625', '', 'PAID', '220271', '1767357682', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1908, 'Tripay', '864118-260101330', 'QRIS2', '', '375', '1600021', '260101330', 'T920729628331QLVVL', 'https://tripay.co.id/checkout/T920729628331QLVVL', '1767359564', '2026-01-02', '1767363166', '', 'PAID', '220157', '1767359610', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1909, 'Tripay', '800810-260101100', 'BRIVA', '', '105', '1200033', '260101100', 'T920729629160F0YLL', 'https://tripay.co.id/checkout/T920729629160F0YLL', '1767361003', '2026-01-02', '1767378997', '', 'UNPAID', '220250', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1910, 'Tripay', '979120-260101100', 'BRIVA', '', '105', '1200033', '260101100', 'T920729629221IX2LQ', 'https://tripay.co.id/checkout/T920729629221IX2LQ', '1767361107', '2026-01-02', '1767379107', '', 'PAID', '220250', '1767361142', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1911, 'Tripay', '595778-260101868', 'BNIVA', '', '913', '3100004', '260101868', 'T920729630699QCFKY', 'https://tripay.co.id/checkout/T920729630699QCFKY', '1767364400', '2026-01-02', '1767382393', '', 'PAID', '165362', '1767364502', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1912, 'Tripay', '790005-260101286', 'INDOMARET', '', '331', '1400018', '260101286', 'T920729632009JX4HG', 'https://tripay.co.id/checkout/T920729632009JX4HG', '1767367930', '2026-01-02', '1767385929', '', 'PAID', '220866', '1767368010', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1913, 'Tripay', '821517-260101642', 'QRIS2', '', '687', '2000040', '260101642', 'T92072963420464WJM', 'https://tripay.co.id/checkout/T92072963420464WJM', '1767380349', '2026-01-03', '1767383952', '', 'PAID', '220004', '1767380415', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1914, 'Tripay', '756264-260102077', 'BRIVA', '', '1134', '82700001', '260102077', 'T920729634770RYMMN', 'https://tripay.co.id/checkout/T920729634770RYMMN', '1767389328', '2026-01-03', '1767407322', '', 'PAID', '220276', '1767389464', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1915, 'Tripay', '215881-260102101', 'QRIS2', '', '1158', '82500003', '260102101', 'T920729635133PE0FF', 'https://tripay.co.id/checkout/T920729635133PE0FF', '1767392871', '2026-01-03', '1767396474', '', 'UNPAID', '220592', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1916, 'Tripay', '632214-260101159', 'BNIVA', '', '204', '1800065', '260101159', 'T920729635367TQ1EU', 'https://tripay.co.id/checkout/T920729635367TQ1EU', '1767394208', '2026-01-03', '1767412202', '', 'PAID', '165241', '1767394261', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1917, 'Tripay', '496462-260101487', 'INDOMARET', '', '532', '400010', '260101487', 'T920729635794TZFEF', 'https://tripay.co.id/checkout/T920729635794TZFEF', '1767396227', '2026-01-03', '1767414227', '', 'PAID', '220190', '1767397696', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1918, 'Tripay', '145051-260101486', 'QRIS2', '', '531', '400009', '260101486', 'T920729635982D6FBK', 'https://tripay.co.id/checkout/T920729635982D6FBK', '1767396847', '2026-01-03', '1767400450', '', 'PAID', '220622', '1767396896', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1919, 'Tripay', '613417-260101415', 'INDOMARET', '', '460', '200019', '260101415', 'T920729636587LAL9X', 'https://tripay.co.id/checkout/T920729636587LAL9X', '1767398894', '2026-01-03', '1767416893', '', 'PAID', '220218', '1767403962', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1920, 'Tripay', '990390-260101818', 'QRIS2', '', '863', '2500015', '260101818', 'T920729637037SWDZE', 'https://tripay.co.id/checkout/T920729637037SWDZE', '1767400199', '2026-01-03', '1767403802', '', 'PAID', '220393', '1767400284', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1921, 'Tripay', '744440-260101804', 'BNIVA', '', '849', '2500001', '260101804', 'T92072963712975MR3', 'https://tripay.co.id/checkout/T92072963712975MR3', '1767400521', '2026-01-03', '1767418515', '', 'PAID', '220945', '1767400567', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1922, 'Tripay', '69303-260101285', 'QRIS2', '', '330', '1400017', '260101285', 'T9207296372632R2IU', 'https://tripay.co.id/checkout/T9207296372632R2IU', '1767400902', '2026-01-03', '1767404505', '', 'PAID', '220270', '1767400966', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1923, 'Tripay', '804053-260101860', 'BRIVA', '', '905', '2900003', '260101860', 'T9207296377329CGGJ', 'https://tripay.co.id/checkout/T9207296377329CGGJ', '1767402178', '2026-01-03', '1767420172', '', 'PAID', '220680', '1767402230', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1924, 'Tripay', '876735-260101521', 'INDOMARET', '', '566', '500035', '260101521', 'T920729637982WSFY8', 'https://tripay.co.id/checkout/T920729637982WSFY8', '1767402699', '2026-01-03', '1767420699', '', 'PAID', '165957', '1767403017', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1925, 'Tripay', '991430-260101757', 'QRIS2', '', '802', '2000164', '260101757', 'T920729638230RXA8G', 'https://tripay.co.id/checkout/T920729638230RXA8G', '1767403211', '2026-01-03', '1767406814', '', 'PAID', '220754', '1767403266', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1926, 'Tripay', '978565-260101388', 'INDOMARET', '', '433', '82000001', '260101388', 'T920729639285DE7YH', 'https://tripay.co.id/checkout/T920729639285DE7YH', '1767405439', '2026-01-03', '1767423439', '', 'UNPAID', '220337', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1927, 'Tripay', '990-251201887', 'INDOMARET', '', '939', '220404165731', '251201887', 'T920729639430SLC85', 'https://tripay.co.id/checkout/T920729639430SLC85', '1767405750', '2026-01-03', '1767423750', '', 'UNPAID', '220077', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1928, 'Tripay', '261912-260101388', 'INDOMARET', '', '433', '82000001', '260101388', 'T920729639684TZOCU', 'https://tripay.co.id/checkout/T920729639684TZOCU', '1767406292', '2026-01-03', '1767424291', '', 'PAID', '220337', '1767406682', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1929, 'Tripay', '280804-260101087', 'QRIS2', '', '92', '1200019', '260101087', 'T920729639762JKZ8A', 'https://tripay.co.id/checkout/T920729639762JKZ8A', '1767406430', '2026-01-03', '1767410033', '', 'PAID', '220897', '1767406466', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1930, 'Tripay', '203600-260101184', 'QRIS2', '', '229', '1800091', '260101184', 'T920729640167XJAID', 'https://tripay.co.id/checkout/T920729640167XJAID', '1767407171', '2026-01-03', '1767410774', '', 'PAID', '165918', '1767407246', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1931, 'Tripay', '861754-260101182', 'BRIVA', '', '227', '1800089', '260101182', 'T920729641014DBUNC', 'https://tripay.co.id/checkout/T920729641014DBUNC', '1767408847', '2026-01-03', '1767426841', '', 'UNPAID', '165061', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1932, 'Tripay', '880235-260101182', 'QRIS2', '', '227', '1800089', '260101182', 'T920729641211W2HIP', 'https://tripay.co.id/checkout/T920729641211W2HIP', '1767409202', '2026-01-03', '1767412805', '', 'PAID', '165061', '1767409245', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1933, 'Tripay', '765891-260101155', 'QRIS2', '', '200', '1800060', '260101155', 'T920729641349TOXBD', 'https://tripay.co.id/checkout/T920729641349TOXBD', '1767409510', '2026-01-03', '1767413113', '', 'PAID', '165984', '1767409546', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1934, 'Tripay', '513286-260101844', 'INDOMARET', '', '889', '2600004', '260101844', 'T920729643851CITOF', 'https://tripay.co.id/checkout/T920729643851CITOF', '1767414448', '2026-01-03', '1767432447', '', 'PAID', '220402', '1767414946', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1935, 'Tripay', '951629-260101580', 'QRIS2', '', '625', '1900011', '260101580', 'T920729644213BUBUC', 'https://tripay.co.id/checkout/T920729644213BUBUC', '1767415181', '2026-01-03', '1767418784', '', 'PAID', '220106', '1767417673', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1936, 'Tripay', '307329-260101499', 'MANDIRIVA', '', '544', '500012', '260101499', 'T9207296443040URHH', 'https://tripay.co.id/checkout/T9207296443040URHH', '1767415412', '2026-01-03', '1767433406', '', 'PAID', '220145', '1767415573', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1937, 'Tripay', '765959-260101750', 'QRIS2', '', '795', '2000156', '260101750', 'T920729644645EPCOL', 'https://tripay.co.id/checkout/T920729644645EPCOL', '1767416152', '2026-01-03', '1767419755', '', 'PAID', '220404', '1767416203', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1938, 'Tripay', '306228-260101548', 'QRISC', '', '593', '600048', '260101548', 'T920729644699KEI2E', 'https://tripay.co.id/checkout/T920729644699KEI2E', '1767416265', '2026-01-03', '1767434264', '', 'PAID', '220903', '1767416310', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1939, 'Tripay', '632652-260101549', 'QRIS2', '', '594', '600049', '260101549', 'T9207296447320TUSB', 'https://tripay.co.id/checkout/T9207296447320TUSB', '1767416335', '2026-01-03', '1767419938', '', 'PAID', '220747', '1767416365', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1940, 'Tripay', '42319-260102046', 'QRIS2', '', '1098', '5100001', '260102046', 'T920729644983QRBOA', 'https://tripay.co.id/checkout/T920729644983QRBOA', '1767416892', '2026-01-03', '1767420495', '', 'PAID', '220449', '1767416909', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1941, 'Tripay', '536686-260101372', 'BRIVA', '', '417', '1700045', '260101372', 'T920729645046N6YAM', 'https://tripay.co.id/checkout/T920729645046N6YAM', '1767417020', '2026-01-03', '1767435014', '', 'PAID', '220012', '1767417077', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1942, 'Tripay', '558354-260102101', 'QRIS2', '', '1158', '82500003', '260102101', 'T920729646233E8WYG', 'https://tripay.co.id/checkout/T920729646233E8WYG', '1767419804', '2026-01-03', '1767423407', '', 'PAID', '220592', '1767419838', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1943, 'Tripay', '162470-260101284', 'BRIVA', '', '329', '1400016', '260101284', 'T920729647480SZTJA', 'https://tripay.co.id/checkout/T920729647480SZTJA', '1767422602', '2026-01-03', '1767440595', '', 'PAID', '220557', '1767422660', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1944, 'Tripay', '425678-260102096', 'QRIS2', '', '1153', '1700057', '260102096', 'T920729647528K0RRH', 'https://tripay.co.id/checkout/T920729647528K0RRH', '1767422700', '2026-01-03', '1767426303', '', 'PAID', '220000', '1767424014', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1945, 'Tripay', '518093-260103001', 'BNIVA', '', '756', '2000113', '260103001', 'T92072964822561IFD', 'https://tripay.co.id/checkout/T92072964822561IFD', '1767424324', '2026-01-03', '1767442318', '', 'UNPAID', '220151', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1946, 'Tripay', '650117-260103001', 'BNIVA', '', '756', '2000113', '260103001', 'T920729648409O4DCH', 'https://tripay.co.id/checkout/T920729648409O4DCH', '1767424726', '2026-01-03', '1767442725', '', 'UNPAID', '220151', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1947, 'Tripay', '146525-260101261', 'INDOMARET', '', '306', '1300012', '260101261', 'T9207296501586WKNV', 'https://tripay.co.id/checkout/T9207296501586WKNV', '1767428807', '2026-01-03', '1767446806', '', 'PAID', '220072', '1767428883', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1948, 'Tripay', '315189-260101835', 'INDOMARET', '', '880', '2500032', '260101835', 'T9207296504796MDF4', 'https://tripay.co.id/checkout/T9207296504796MDF4', '1767429595', '2026-01-03', '1767447595', '', 'PAID', '165429', '1767430759', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1949, 'Tripay', '252242-260101854', 'QRIS2', '', '899', '2800001', '260101854', 'T9207296506963JCWA', 'https://tripay.co.id/checkout/T9207296506963JCWA', '1767430201', '2026-01-03', '1767433804', '', 'PAID', '330595', '1767430232', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1950, 'Tripay', '477440-260101534', 'BRIVA', '', '579', '600032', '260101534', 'T920729651232V7R67', 'https://tripay.co.id/checkout/T920729651232V7R67', '1767431382', '2026-01-03', '1767449376', '', 'PAID', '220905', '1767431485', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1951, 'Tripay', '869682-260101283', 'QRIS2', '', '328', '1400015', '260101283', 'T920729652122A7BIJ', 'https://tripay.co.id/checkout/T920729652122A7BIJ', '1767433293', '2026-01-03', '1767436896', '', 'PAID', '220207', '1767433550', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1952, 'Tripay', '836852-260101430', 'BRIVA', '', '475', '200037', '260101430', 'T920729654067SEJOL', 'https://tripay.co.id/checkout/T920729654067SEJOL', '1767437495', '2026-01-03', '1767455489', '', 'PAID', '165402', '1767437572', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1953, 'Tripay', '817790-260101855', 'ALFAMART', '', '900', '2800002', '260101855', 'T920729654780AM6T2', 'https://tripay.co.id/checkout/T920729654780AM6T2', '1767438874', '2026-01-03', '1767456874', '', 'PAID', '220126', '1767439485', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1954, 'Tripay', '367601-260103001', 'BNIVA', '', '756', '2000113', '260103001', 'T920729656358HTM41', 'https://tripay.co.id/checkout/T920729656358HTM41', '1767441641', '2026-01-03', '1767459634', '', 'PAID', '220151', '1767441749', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1955, 'Tripay', '790034-260101371', 'QRIS2', '', '416', '1700044', '260101371', 'T9207296586311WEKQ', 'https://tripay.co.id/checkout/T9207296586311WEKQ', '1767445501', '2026-01-03', '1767449104', '', 'PAID', '165870', '1767445522', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1956, 'Tripay', '945525-260101419', 'QRIS2', '', '464', '200023', '260101419', 'T9207296588686KI8W', 'https://tripay.co.id/checkout/T9207296588686KI8W', '1767445904', '2026-01-03', '1767449507', '', 'UNPAID', '220683', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1957, 'Tripay', '836773-260101262', 'QRIS2', '', '307', '1300013', '260101262', 'T920729660154EUSWU', 'https://tripay.co.id/checkout/T920729660154EUSWU', '1767448568', '2026-01-03', '1767452171', '', 'PAID', '220659', '1767448627', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1958, 'Tripay', '849811-260101315', 'BNIVA', '', '360', '1600005', '260101315', 'T920729663742PJWO8', 'https://tripay.co.id/checkout/T920729663742PJWO8', '1767459991', '2026-01-04', '1767477985', '', 'PAID', '220266', '1767460030', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1959, 'Tripay', '137320-260102081', 'BRIVA', '', '1138', '8200004', '260102081', 'T920729663820Q8LDC', 'https://tripay.co.id/checkout/T920729663820Q8LDC', '1767460372', '2026-01-04', '1767478372', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1960, 'Tripay', '794560-260101634', 'QRIS2', '', '679', '2000031', '260101634', 'T920729665017YO74U', 'https://tripay.co.id/checkout/T920729665017YO74U', '1767473291', '2026-01-04', '1767476894', '', 'PAID', '165352', '1767473321', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1961, 'Tripay', '922099-260101390', 'BRIVA', '', '435', '81600001', '260101390', 'T920729665298IW7RX', 'https://tripay.co.id/checkout/T920729665298IW7RX', '1767477360', '2026-01-04', '1767495354', '', 'UNPAID', '220929', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1962, 'Tripay', '914747-260101390', 'BRIVA', '', '435', '81600001', '260101390', 'T920729665327ZDAGK', 'https://tripay.co.id/checkout/T920729665327ZDAGK', '1767477473', '2026-01-04', '1767495473', '', 'PAID', '220929', '1767477507', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1963, 'Tripay', '623919-260101474', 'INDOMARET', '', '519', '300033', '260101474', 'T920729665421I8J4O', 'https://tripay.co.id/checkout/T920729665421I8J4O', '1767478288', '2026-01-04', '1767496287', '', 'UNPAID', '220832', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1964, 'Tripay', '352114-260101463', 'MANDIRIVA', '', '508', '300022', '260101463', 'T920729665480BGQFM', 'https://tripay.co.id/checkout/T920729665480BGQFM', '1767478664', '2026-01-04', '1767496658', '', 'PAID', '220055', '1767478769', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1965, 'Tripay', '1921-260101592', 'INDOMARET', '', '637', '1900023', '260101592', 'T920729665673UP6DR', 'https://tripay.co.id/checkout/T920729665673UP6DR', '1767479969', '2026-01-04', '1767497968', '', 'UNPAID', '220825', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1966, 'Tripay', '534369-260101592', 'INDOMARET', '', '637', '1900023', '260101592', 'T920729665719PLUV0', 'https://tripay.co.id/checkout/T920729665719PLUV0', '1767480237', '2026-01-04', '1767498236', '', 'PAID', '220825', '1767480362', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1967, 'Tripay', '558551-260101671', 'BRIVA', '', '716', '2000070', '260101671', 'T920729665917RJ7YB', 'https://tripay.co.id/checkout/T920729665917RJ7YB', '1767481351', '2026-01-04', '1767499345', '', 'PAID', '220987', '1767481413', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1968, 'Tripay', '611681-260101367', 'QRIS2', '', '412', '1700040', '260101367', 'T920729666599YYHXH', 'https://tripay.co.id/checkout/T920729666599YYHXH', '1767484233', '2026-01-04', '1767487836', '', 'PAID', '220022', '1767484286', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1969, 'Tripay', '63761-260101474', 'INDOMARET', '', '519', '300033', '260101474', 'T920729667360VHR5B', 'https://tripay.co.id/checkout/T920729667360VHR5B', '1767486727', '2026-01-04', '1767504727', '', 'PAID', '220832', '1767486808', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1970, 'Tripay', '367895-260101189', 'QRIS2', '', '234', '1800096', '260101189', 'T920729667420WCNFT', 'https://tripay.co.id/checkout/T920729667420WCNFT', '1767486861', '2026-01-04', '1767490464', '', 'PAID', '165621', '1767486903', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1971, 'Tripay', '334172-260101945', 'QRIS2', '', '997', '221001182848', '260101945', 'T9207296678902IXI8', 'https://tripay.co.id/checkout/T9207296678902IXI8', '1767488287', '2026-01-04', '1767491890', '', 'PAID', '220202', '1767488350', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1972, 'Tripay', '224549-260102081', 'QRIS2', '', '1138', '8200004', '260102081', 'T920729669834TKM0J', 'https://tripay.co.id/checkout/T920729669834TKM0J', '1767492632', '2026-01-04', '1767496235', '', 'PAID', '220000', '1767493892', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1973, 'Tripay', '424240-260101840', 'BRIVA', '', '885', '2500037', '260101840', 'T920729669896RTFAL', 'https://tripay.co.id/checkout/T920729669896RTFAL', '1767492755', '2026-01-04', '1767510748', '', 'UNPAID', '220088', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1974, 'Tripay', '190198-260101840', 'BRIVA', '', '885', '2500037', '260101840', 'T920729669986ZEZV4', 'https://tripay.co.id/checkout/T920729669986ZEZV4', '1767492934', '2026-01-04', '1767510933', '', 'UNPAID', '220088', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1975, 'Tripay', '125053-260101242', 'INDOMARET', '', '287', '221128130288', '260101242', 'T920729670023S4NQJ', 'https://tripay.co.id/checkout/T920729670023S4NQJ', '1767493021', '2026-01-04', '1767511021', '', 'PAID', '165172', '1767497603', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1976, 'Tripay', '613877-260102040', 'QRIS2', '', '1092', '8400001', '260102040', 'T920729671010SKVVP', 'https://tripay.co.id/checkout/T920729671010SKVVP', '1767495073', '2026-01-04', '1767498676', '', 'PAID', '220155', '1767495150', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1977, 'Tripay', '832800-251201785', 'INDOMARET', '', '830', '2300002', '251201785', 'T920729679259QRP0G', 'https://tripay.co.id/checkout/T920729679259QRP0G', '1767506895', '2026-01-04', '1767524895', '', 'UNPAID', '220092', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1978, 'Tripay', '258661-260101775', 'BRIVA', '', '820', '2100008', '260101775', 'T920729681005LGDOI', 'https://tripay.co.id/checkout/T920729681005LGDOI', '1767509193', '2026-01-04', '1767527187', '', 'PAID', '220380', '1767509234', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1979, 'Tripay', '961521-260101970', 'QRIS2', '', '1022', '221128130258', '260101970', 'T920729682546LABOB', 'https://tripay.co.id/checkout/T920729682546LABOB', '1767512200', '2026-01-04', '1767515803', '', 'PAID', '220177', '1767512580', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1980, 'Tripay', '92065-260101112', 'BRIVA', '', '157', '1800010', '260101112', 'T9207296827089OGKI', 'https://tripay.co.id/checkout/T9207296827089OGKI', '1767512609', '2026-01-04', '1767530604', '', 'PAID', '165543', '1767512661', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1981, 'Tripay', '701382-260101394', 'INDOMARET', '', '439', '81700002', '260101394', 'T920729682796L4VKM', 'https://tripay.co.id/checkout/T920729682796L4VKM', '1767512798', '2026-01-04', '1767530798', '', 'PAID', '220553', '1767513636', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1982, 'Tripay', '797601-260101524', 'ALFAMART', '', '569', '500038', '260101524', 'T92072968331993YRH', 'https://tripay.co.id/checkout/T92072968331993YRH', '1767514044', '2026-01-04', '1767532044', '', 'UNPAID', '220315', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1983, 'Tripay', '974042-260101125', 'BRIVA', '', '170', '1800025', '260101125', 'T920729685896HBBOQ', 'https://tripay.co.id/checkout/T920729685896HBBOQ', '1767520076', '2026-01-04', '1767538070', '', 'PAID', '165283', '1767520141', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1984, 'Tripay', '688063-260101089', 'INDOMARET', '', '94', '1200021', '260101089', 'T920729687931N3XLQ', 'https://tripay.co.id/checkout/T920729687931N3XLQ', '1767524168', '2026-01-04', '1767542168', '', 'PAID', '165870', '1767524651', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1985, 'Tripay', '426212-260102047', 'ALFAMART', '', '1099', '5100002', '260102047', 'T920729688138AUXIY', 'https://tripay.co.id/checkout/T920729688138AUXIY', '1767524574', '2026-01-04', '1767542574', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1986, 'Tripay', '354225-260102047', 'ALFAMART', '', '1099', '5100002', '260102047', 'T9207296882722PNXQ', 'https://tripay.co.id/checkout/T9207296882722PNXQ', '1767524821', '2026-01-04', '1767542821', '', 'PAID', '220000', '1767525101', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1987, 'Tripay', '852253-260101601', 'INDOMARET', '', '646', '1900032', '260101601', 'T920729688341C9KUN', 'https://tripay.co.id/checkout/T920729688341C9KUN', '1767524954', '2026-01-04', '1767542954', '', 'PAID', '165943', '1767525005', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1988, 'Tripay', '791602-260101785', 'INDOMARET', '', '830', '2300002', '260101785', 'T920729688549E9SRR', 'https://tripay.co.id/checkout/T920729688549E9SRR', '1767525341', '2026-01-04', '1767543340', '', 'PAID', '220486', '1767526586', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1989, 'Tripay', '266869-260101468', 'QRIS2', '', '513', '300027', '260101468', 'T920729689091DUFHA', 'https://tripay.co.id/checkout/T920729689091DUFHA', '1767526352', '2026-01-04', '1767529955', '', 'PAID', '220850', '1767526408', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1990, 'Tripay', '218345-260101571', 'QRIS2', '', '616', '1900002', '260101571', 'T920729692807I2TN9', 'https://tripay.co.id/checkout/T920729692807I2TN9', '1767530640', '2026-01-04', '1767534243', '', 'PAID', '220883', '1767530738', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1991, 'Tripay', '467370-260101169', 'BRIVA', '', '214', '1800076', '260101169', 'T9207296987750AYHB', 'https://tripay.co.id/checkout/T9207296987750AYHB', '1767545658', '2026-01-04', '1767563651', '', 'PAID', '165688', '1767545696', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1992, 'Tripay', '689460-260101847', 'BRIVA', '', '892', '2600007', '260101847', 'T920729699793KOS5I', 'https://tripay.co.id/checkout/T920729699793KOS5I', '1767553973', '2026-01-05', '1767571968', '', 'UNPAID', '220352', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1993, 'Tripay', '734375-260101812', 'BRIVA', '', '857', '2500009', '260101812', 'T9207297006552P2EE', 'https://tripay.co.id/checkout/T9207297006552P2EE', '1767564817', '2026-01-05', '1767582811', '', 'PAID', '220967', '1767564900', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1994, 'Tripay', '740570-260101558', 'QRIS2', '', '603', '1200040', '260101558', 'T920729700890WWGVQ', 'https://tripay.co.id/checkout/T920729700890WWGVQ', '1767566038', '2026-01-05', '1767569642', '', 'PAID', '220013', '1767566114', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1995, 'Tripay', '669777-260101786', 'QRIS2', '', '831', '2300003', '260101786', 'T920729701230KHPNC', 'https://tripay.co.id/checkout/T920729701230KHPNC', '1767567798', '2026-01-05', '1767571401', '', 'PAID', '165385', '1767567904', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1996, 'Tripay', '987461-260101420', 'QRIS2', '', '465', '200024', '260101420', 'T920729702001BFXSI', 'https://tripay.co.id/checkout/T920729702001BFXSI', '1767570372', '2026-01-05', '1767573976', '', 'PAID', '220684', '1767570488', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1997, 'Tripay', '503850-260101811', 'BRIVA', '', '856', '2500008', '260101811', 'T920729702528TBJQA', 'https://tripay.co.id/checkout/T920729702528TBJQA', '1767571970', '2026-01-05', '1767589963', '', 'PAID', '220266', '1767572225', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1998, 'Tripay', '763590-260101572', 'QRIS2', '', '617', '1900003', '260101572', 'T920729702758E1MQR', 'https://tripay.co.id/checkout/T920729702758E1MQR', '1767572521', '2026-01-05', '1767576124', '', 'PAID', '220907', '1767572590', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (1999, 'Tripay', '340303-260101693', 'QRIS2', '', '738', '2000095', '260101693', 'T920729702761PS8GO', 'https://tripay.co.id/checkout/T920729702761PS8GO', '1767572531', '2026-01-05', '1767576135', '', 'PAID', '220865', '1767572591', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2000, 'Tripay', '485451-260101352', 'INDOMARET', '', '397', '1700025', '260101352', 'T920729705634AKASW', 'https://tripay.co.id/checkout/T920729705634AKASW', '1767578049', '2026-01-05', '1767596049', '', 'PAID', '165040', '1767579107', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2001, 'Tripay', '422435-260101518', 'QRIS2', '', '563', '500032', '260101518', 'T920729706213ZTC4E', 'https://tripay.co.id/checkout/T920729706213ZTC4E', '1767579016', '2026-01-05', '1767582620', '', 'PAID', '165255', '1767579082', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2002, 'Tripay', '267657-260101533', 'QRIS2', '', '578', '600030', '260101533', 'T920729706506LLHI6', 'https://tripay.co.id/checkout/T920729706506LLHI6', '1767579487', '2026-01-05', '1767583090', '', 'PAID', '220521', '1767579537', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2003, 'Tripay', '161273-260101506', 'BRIVA', '', '551', '500019', '260101506', 'T9207297096411QWRN', 'https://tripay.co.id/checkout/T9207297096411QWRN', '1767584682', '2026-01-05', '1767602675', '', 'PAID', '220447', '1767584729', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2004, 'Tripay', '817436-260101048', 'BRIVA', '', '53', '1100010', '260101048', 'T920729709970LF5CY', 'https://tripay.co.id/checkout/T920729709970LF5CY', '1767585240', '2026-01-05', '1767603240', '', 'PAID', '220602', '1767585323', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2005, 'Tripay', '537953-260101524', 'ALFAMART', '', '569', '500038', '260101524', 'T920729711235LN5PD', 'https://tripay.co.id/checkout/T920729711235LN5PD', '1767587474', '2026-01-05', '1767605474', '', 'PAID', '220315', '1767588695', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2006, 'Tripay', '851512-260102048', 'QRIS2', '', '1100', '5100003', '260102048', 'T920729711435SWMKD', 'https://tripay.co.id/checkout/T920729711435SWMKD', '1767587821', '2026-01-05', '1767591425', '', 'PAID', '220223', '1767587851', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2007, 'Tripay', '645560-260101421', 'QRIS2', '', '466', '200025', '260101421', 'T920729713765R18MN', 'https://tripay.co.id/checkout/T920729713765R18MN', '1767591757', '2026-01-05', '1767595361', '', 'PAID', '165602', '1767591807', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2008, 'Tripay', '626732-260101543', 'INDOMARET', '', '588', '600041', '260101543', 'T920729718485W2IVY', 'https://tripay.co.id/checkout/T920729718485W2IVY', '1767599685', '2026-01-05', '1767617685', '', 'PAID', '220945', '1767600088', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2009, 'Tripay', '98608-260101614', 'BRIVA', '', '659', '2000011', '260101614', 'T920729720259QWWCA', 'https://tripay.co.id/checkout/T920729720259QWWCA', '1767602803', '2026-01-05', '1767620797', '', 'PAID', '200328', '1767602926', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2010, 'Tripay', '341530-260101180', 'MANDIRIVA', '', '225', '1800087', '260101180', 'T920729720319WQUJ8', 'https://tripay.co.id/checkout/T920729720319WQUJ8', '1767602913', '2026-01-05', '1767620912', '', 'PAID', '165219', '1767603099', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2011, 'Tripay', '589781-260101525', 'INDOMARET', '', '570', '500039', '260101525', 'T920729726901FSGKH', 'https://tripay.co.id/checkout/T920729726901FSGKH', '1767612814', '2026-01-05', '1767630814', '', 'PAID', '220939', '1767614766', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2012, 'Tripay', '247446-260101428', 'BRIVA', '', '473', '200033', '260101428', 'T920729727283POCNA', 'https://tripay.co.id/checkout/T920729727283POCNA', '1767613279', '2026-01-05', '1767631273', '', 'PAID', '220460', '1767613385', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2013, 'Tripay', '853824-260101949', 'BRIVA', '', '1001', '221001182856', '260101949', 'T920729727605IR82S', 'https://tripay.co.id/checkout/T920729727605IR82S', '1767613595', '2026-01-05', '1767631595', '', 'PAID', '220992', '1767613663', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2014, 'Tripay', '978709-260101057', 'QRIS2', '', '62', '1100019', '260101057', 'T920729729180AT1VS', 'https://tripay.co.id/checkout/T920729729180AT1VS', '1767615317', '2026-01-05', '1767618920', '', 'PAID', '165481', '1767615356', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2015, 'Tripay', '499089-260101208', 'QRIS2', '', '253', '220518183987', '260101208', 'T9207297292780DSRI', 'https://tripay.co.id/checkout/T9207297292780DSRI', '1767615429', '2026-01-05', '1767619032', '', 'PAID', '165686', '1767615460', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2016, 'Tripay', '340590-260101847', 'BRIVA', '', '892', '2600007', '260101847', 'T920729734609V7Y59', 'https://tripay.co.id/checkout/T920729734609V7Y59', '1767621790', '2026-01-05', '1767639783', '', 'PAID', '220352', '1767621992', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2017, 'Tripay', '159571-260101826', 'INDOMARET', '', '871', '2500023', '260101826', 'T920729734883PU8JO', 'https://tripay.co.id/checkout/T920729734883PU8JO', '1767622180', '2026-01-05', '1767640179', '', 'PAID', '220918', '1767622335', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2018, 'Tripay', '544233-260101725', 'BRIVA', '', '770', '2000127', '260101725', 'T920729737056SEZFH', 'https://tripay.co.id/checkout/T920729737056SEZFH', '1767626075', '2026-01-05', '1767644068', '', 'PAID', '220487', '1767626188', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2019, 'Tripay', '60629-260101009', 'QRIS2', '', '11', '220121164229', '260101009', 'T920729737642MRFB0', 'https://tripay.co.id/checkout/T920729737642MRFB0', '1767627496', '2026-01-05', '1767631100', '', 'UNPAID', '220677', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2020, 'Tripay', '73151-260101009', 'QRIS2', '', '11', '220121164229', '260101009', 'T920729737657YNXBO', 'https://tripay.co.id/checkout/T920729737657YNXBO', '1767627526', '2026-01-05', '1767631130', '', 'PAID', '220677', '1767627679', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2021, 'Tripay', '533725-260101987', 'QRIS2', '', '1039', '221128130282', '260101987', 'T920729737740GA3QI', 'https://tripay.co.id/checkout/T920729737740GA3QI', '1767627740', '2026-01-05', '1767631344', '', 'PAID', '220159', '1767627792', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2022, 'Tripay', '155404-260101419', 'QRIS2', '', '464', '200023', '260101419', 'T920729738521DJW6M', 'https://tripay.co.id/checkout/T920729738521DJW6M', '1767630015', '2026-01-05', '1767633619', '', 'PAID', '220683', '1767630054', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2023, 'Tripay', '490669-260101541', 'QRIS2', '', '586', '600039', '260101541', 'T920729739355Z4EZQ', 'https://tripay.co.id/checkout/T920729739355Z4EZQ', '1767633159', '2026-01-06', '1767636762', '', 'PAID', '220778', '1767633207', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2024, 'Tripay', '887965-260101643', 'BRIVA', '', '688', '2000041', '260101643', 'T920729739957SK0UU', 'https://tripay.co.id/checkout/T920729739957SK0UU', '1767636207', '2026-01-06', '1767654198', '', 'PAID', '220760', '1767636281', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2025, 'Tripay', '132513-260101212', 'QRIS2', '', '257', '1700007', '260101212', 'T920729740066IJFMY', 'https://tripay.co.id/checkout/T920729740066IJFMY', '1767637068', '2026-01-06', '1767640671', '', 'PAID', '165474', '1767637104', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2026, 'Tripay', '368189-260101295', 'QRIS2', '', '340', '1500009', '260101295', 'T920729741438VXCW2', 'https://tripay.co.id/checkout/T920729741438VXCW2', '1767651701', '2026-01-06', '1767655305', '', 'PAID', '220407', '1767651741', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2027, 'Tripay', '435132-260102015', 'QRIS2', '', '1067', '230220191163', '260102015', 'T920729742221AHIVR', 'https://tripay.co.id/checkout/T920729742221AHIVR', '1767654839', '2026-01-06', '1767658443', '', 'PAID', '220868', '1767654903', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2028, 'Tripay', '662911-260101469', 'INDOMARET', '', '514', '300028', '260101469', 'T920729742500XX1KZ', 'https://tripay.co.id/checkout/T920729742500XX1KZ', '1767655889', '2026-01-06', '1767673888', '', 'UNPAID', '220071', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2029, 'Tripay', '13862-260101267', 'QRIS2', '', '312', '1300019', '260101267', 'T920729742586AI5K1', 'https://tripay.co.id/checkout/T920729742586AI5K1', '1767656181', '2026-01-06', '1767659785', '', 'PAID', '220832', '1767656214', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2030, 'Tripay', '161091-260102002', 'QRIS2', '', '1054', '221128130301', '260102002', 'T920729742603C4RFJ', 'https://tripay.co.id/checkout/T920729742603C4RFJ', '1767656222', '2026-01-06', '1767659825', '', 'PAID', '220448', '1767656318', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2031, 'Tripay', '437986-260101520', 'BRIVA', '', '565', '500034', '260101520', 'T920729742629FKQ1L', 'https://tripay.co.id/checkout/T920729742629FKQ1L', '1767656274', '2026-01-06', '1767674268', '', 'UNPAID', '165076', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2032, 'Tripay', '510324-260101520', 'BRIVA', '', '565', '500034', '260101520', 'T9207297426461FYNQ', 'https://tripay.co.id/checkout/T9207297426461FYNQ', '1767656321', '2026-01-06', '1767674320', '', 'PAID', '165076', '1767656421', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2033, 'Tripay', '14866-260101395', 'QRIS', '', '440', '8500002', '260101395', 'T920729742854C9FFC', 'https://tripay.co.id/checkout/T920729742854C9FFC', '1767657029', '2026-01-06', '1767660513', '', 'PAID', '220253', '1767657095', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2034, 'Tripay', '538863-260102104', 'INDOMARET', '', '1161', '81600005', '260102104', 'T920729742941ZDI5U', 'https://tripay.co.id/checkout/T920729742941ZDI5U', '1767657356', '2026-01-06', '1767675355', '', 'UNPAID', '220000', '', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2035, 'Tripay', '469870-260102104', 'INDOMARET', '', '1161', '81600005', '260102104', 'T920729743153OUHB2', 'https://tripay.co.id/checkout/T920729743153OUHB2', '1767657932', '2026-01-06', '1767675931', '', 'PAID', '220000', '1767658430', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2036, 'Tripay', '171747-260101479', 'BNIVA', '', '524', '400002', '260101479', 'T920729743819T7ULP', 'https://tripay.co.id/checkout/T920729743819T7ULP', '1767659621', '2026-01-06', '1767677616', '', 'PAID', '165995', '1767659658', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2037, 'Tripay', '548346-260101965', 'QRIS2', '', '1017', '221128130252', '260101965', 'T920729745782YGP8U', 'https://tripay.co.id/checkout/T920729745782YGP8U', '1767663696', '2026-01-06', '1767667299', '', 'PAID', '220850', '1767663788', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2038, 'Tripay', '645154-260102084', 'QRIS2', '', '1141', '81200004', '260102084', 'T9207297484954WUMM', 'https://tripay.co.id/checkout/T9207297484954WUMM', '1767667860', '2026-01-06', '1767671464', '', 'PAID', '385096', '1767667931', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2039, 'Tripay', '280892-260102085', 'QRIS2', '', '1142', '81200005', '260102085', 'T920729748562RISIL', 'https://tripay.co.id/checkout/T920729748562RISIL', '1767667979', '2026-01-06', '1767671583', '', 'PAID', '385978', '1767668017', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2040, 'Tripay', '166404-260101564', 'BRIVA', '', '609', '1400020', '260101564', 'T920729749756SAGI0', 'https://tripay.co.id/checkout/T920729749756SAGI0', '1767670260', '2026-01-06', '1767688255', '', 'PAID', '165924', '1767670340', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2041, 'Tripay', '154669-260106001', 'QRIS2', '', '1180', '81800010', '260106001', 'T920729750283LLVJY', 'https://tripay.co.id/checkout/T920729750283LLVJY', '1767671275', '2026-01-06', '1767674879', '', 'PAID', '290000', '1767673480', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2042, 'Tripay', '488978-260101464', 'INDOMARET', '', '509', '300023', '260101464', 'T920729750574RDUWR', 'https://tripay.co.id/checkout/T920729750574RDUWR', '1767671863', '2026-01-06', '1767689862', '', 'PAID', '220003', '1767672784', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2043, 'Tripay', '498911-260101874', 'QRIS2', '', '919', '4100003', '260101874', 'T920729753063FMISP', 'https://tripay.co.id/checkout/T920729753063FMISP', '1767675535', '2026-01-06', '1767679139', '', 'PAID', '220885', '1767675598', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2044, 'Tripay', '629504-260101163', 'QRIS2', '', '208', '1800070', '260101163', 'T9207297561432ABEI', 'https://tripay.co.id/checkout/T9207297561432ABEI', '1767680693', '2026-01-06', '1767684297', '', 'PAID', '165667', '1767680855', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2045, 'Tripay', '473012-260102079', 'INDOMARET', '', '1136', '81200003', '260102079', 'T920729756517VLVLV', 'https://tripay.co.id/checkout/T920729756517VLVLV', '1767681563', '2026-01-06', '1767699563', '', 'PAID', '100862', '1767684939', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2046, 'Tripay', '32603-260101361', 'QRIS2', '', '406', '1700034', '260101361', 'T920729756643ZN2A4', 'https://tripay.co.id/checkout/T920729756643ZN2A4', '1767681835', '2026-01-06', '1767685439', '', 'PAID', '220698', '1767681868', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2047, 'Tripay', '425579-260101959', 'QRIS2', '', '1011', '221128130241', '260101959', 'T920729757451RBXLW', 'https://tripay.co.id/checkout/T920729757451RBXLW', '1767683784', '2026-01-06', '1767687388', '', 'PAID', '220482', '1767683908', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2048, 'Tripay', '269850-260101080', 'BRIVA', '', '85', '1200012', '260101080', 'T920729759522G5DCO', 'https://tripay.co.id/checkout/T920729759522G5DCO', '1767688598', '2026-01-06', '1767706592', '', 'PAID', '220571', '1767688640', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2049, 'Tripay', '107771-260101276', 'MANDIRIVA', '', '321', '1400007', '260101276', 'T920729761449HVPAS', 'https://tripay.co.id/checkout/T920729761449HVPAS', '1767692930', '2026-01-06', '1767710924', '', 'PAID', '220708', '1767693028', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2050, 'Tripay', '53306-260101307', 'QRIS2', '', '352', '1500021', '260101307', 'T920729763237DRAYI', 'https://tripay.co.id/checkout/T920729763237DRAYI', '1767696640', '2026-01-06', '1767700244', '', 'PAID', '220903', '1767696699', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2051, 'Tripay', '155852-260101859', 'INDOMARET', '', '904', '2900002', '260101859', 'T920729764490SOSLP', 'https://tripay.co.id/checkout/T920729764490SOSLP', '1767698923', '2026-01-06', '1767716923', '', 'PAID', '220572', '1767699742', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2052, 'Tripay', '657645-260101132', 'INDOMARET', '', '177', '1800033', '260101132', 'T920729764514VH4CR', 'https://tripay.co.id/checkout/T920729764514VH4CR', '1767698957', '2026-01-06', '1767716956', '', 'PAID', '165766', '1767699309', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2053, 'Tripay', '656124-260101341', 'BRIVA', '', '386', '1700013', '260101341', 'T920729764803AFSFD', 'https://tripay.co.id/checkout/T920729764803AFSFD', '1767699535', '2026-01-06', '1767717529', '', 'PAID', '165708', '1767699574', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2054, 'Tripay', '131882-260102086', 'INDOMARET', '', '1143', '81500003', '260102086', 'T920729766849DEMRY', 'https://tripay.co.id/checkout/T920729766849DEMRY', '1767702836', '2026-01-06', '1767720836', '', 'PAID', '220000', '1767703263', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2055, 'Tripay', '521041-260101794', 'INDOMARET', '', '839', '2400005', '260101794', 'T920729767597NDXNQ', 'https://tripay.co.id/checkout/T920729767597NDXNQ', '1767703953', '2026-01-06', '1767721953', '', 'PAID', '200173', '1767704220', ''); INSERT INTO `payment_gateway_transaction` (`id`, `vendor`, `external_id`, `method`, `code_number`, `customer_id`, `no_services`, `invoice`, `reference`, `payment_url`, `transaction_time`, `date_created`, `expired`, `instructions`, `status_payment`, `amount`, `paid_at`, `result`) VALUES (2056, 'Tripay', '599078-260101288', 'BRIVA', '', '333', '1500001', '260101288', 'T920729775927CH2MD', 'https://tripay.co.id/checkout/T920729775927CH2MD', '1767741005', '2026-01-07', '1767758999', '', 'UNPAID', '220505', '', '');