createBill('Pembayaran Internet bulan Agustus 2024',180000, 'recipient@example.com', 'Wian', '081298698422', 'Sukabumi jawa barat'); $response = $flip->editBill('11966210','INACTIVE','Tambah saldo agen voucher', 50000); //CEK Status Transaksi // $response = $flip->getBillStatus('133642'); echo "
";
print_r($response);
} catch (Exception $e) {
echo "Error: " . $e->getMessage();
}
?>