Settings -> Access keys Config::$serverKey = 'SB-Mid-server-RxyojFyK90t-HrWwtDeV0QCO'; Config::$clientKey = 'SB-Mid-client-NhMJk2e-7C27nGkV'; // non-relevant function only used for demo/example purpose printExampleWarningMessage(); // Uncomment for production environment // Config::$isProduction = true; Config::$isSanitized = Config::$is3ds = true; // Required $transaction_details = array( 'order_id' => rand(), 'gross_amount' => 94000, // no decimal allowed for creditcard ); // Optional $item_details = array ( array( 'id' => 'a1', 'price' => 94000, 'quantity' => 1, 'name' => "Apple" ), ); // Optional $customer_details = array( 'first_name' => "Andri", 'last_name' => "Litani", 'email' => "andri@litani.com", 'phone' => "081122334455" ); // Fill transaction details $transaction = array( 'transaction_details' => $transaction_details, 'customer_details' => $customer_details, 'item_details' => $item_details, ); $snap_token = ''; try { $snap_token = Snap::getSnapToken($transaction); } catch (\Exception $e) { echo $e->getMessage(); } echo "snapToken = ".$snap_token; function printExampleWarningMessage() { if (strpos(Config::$serverKey, 'your ') != false ) { echo ""; echo "

Please set your server key from sandbox

"; echo "In file: " . __FILE__; echo "
"; echo "
"; echo htmlspecialchars('Config::$serverKey = \'\';'); die(); } } ?> PAYMENT

Registrasi Berhasil, Selesaikan Pembayaran Sekarang