Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,296 members, 7,808,008 topics. Date: Thursday, 25 April 2024 at 02:46 AM

Paystack Integration - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Paystack Integration (1877 Views)

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)

(1) (Reply) (Go Down)

Paystack Integration by Chamladas: 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:
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?

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 kiss
Re: Paystack Integration by eaimiesylv(m): 4:51pm On Oct 22, 2017
i can help you.
Re: Paystack Integration by bassdow: 9:38pm On Oct 22, 2017
Chamladas:
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?

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'
]);

(1) (Reply)

Software Application Projects Venture Ideas For The Next Big Software / Transform Your Web Project In HTML And Php/mysql To A Desktop Software In .exe / Journey To Solidity/blockchain/dapps Development

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.