'damiperfect@yahoo.com', // 'first_name' => 'Perfecto', // 'last_name' => 'Makanjuo', // 'phone' => '08064474572' // ]); // // echo 'Customer\'s first name is: '.$customer->first_name; // $payment = \Paystack\Transaction::initialize([ // 'email' => 'damiperfect@gmail.com', // 'amount' => '3000' // ]); $transaction = \Paystack\Transaction::verify('3beczdakli'); echo $transaction->amount; } catch(Exception $e) { echo $e->getMessage(); } ?>