Paystack Integration - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Paystack Integration (2182 Views)
| Paystack Integration by Chamladas(op): 6:44pm On Oct 21, 2017 |
I installed a custom php e-commerce script on my Web host service. Hw do integrate paystack so that every payment is processed by paystack? |
| Re: Paystack Integration by olamil34(m): 7:43pm On Oct 21, 2017 |
Chamladas:Read there php documentation |
| Re: Paystack Integration by bot101(m): 10:54pm On Oct 21, 2017 |
Paystack has excellent documentation and customer support. Read its documentation and follow outlined instructions. |
| Re: Paystack Integration by talk2hb1(m): 11:22pm On Oct 21, 2017 |
Iz a simpu stuff now |
| Re: Paystack Integration by eaimiesylv(m): 4:51pm On Oct 22, 2017*. Modified: 6:32pm On Jul 22, 2021 |
i can help you. |
| Re: Paystack Integration by bassdow: 9:38pm On Oct 22, 2017 |
Chamladas:Read their documentation or get in touch with us Visit BaConSol.com or give us a call. Contact details in my signature |
| Re: Paystack Integration by chiwex(m): 9:48pm On Oct 23, 2017 |
IF YOU ARE AN EXPERIENCED PHP PROGRAMMER YOU CAN INTEGRATE IT OR CONTACT ME IF CAN NOT i have the complete code with database integration if you are developing with laravel my email: donchiwexco@gmail.com USE https://github.com/yabacon/paystack-class/blob/master/Paystack.php require_once 'Paystack.php'; // Configuration options $config['paystack_key_test_secret'] = 'sk_test_xxxx'; $config['paystack_key_live_secret'] = 'sk_live_xxxx'; $config['paystack_test_mode'] = TRUE; // set to false when you are ready to go live // Create the library object $paystack = new Paystack( $config ); //use this method to do the payment $response = $paystack->transaction->initialize([ 'reference'=>'unique_refencecode', 'amount'=>'120000', 'email'=>'dafe@aba.c' ]); //use this method to confirm the payment $response = $paystack->transaction->verify([ 'reference'=>'refencecode' ]); |
A Contact Form Wordpress Plugin With Flutterwave Or Paystack Integration • Please Help With Paystack Integration! • [Tutorial Post] How To Integrate Paystack Payment System With PHP • 2 • 3 • 4
I Need An E-commerce Website Just Like JIJI • Computer Virus • Help Me Keep My Brain In My Skull! Solve This Logic!