Skip to content

MajorGrey/php-and-javascript-payment-gateway-with-paystack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-payment-gateway-using-paystack

Get started with php payment gateway using core php & Javascript

A payment gateway is a merchant service provided by an e-commerce application service provider that authorizes credit card or direct payments processing for e-businesses

To integrate payment gateway in your PHP-based website, you need to implement the following functionalities.

  1. Prepare the HTML form to collect credit card information.
  2. Create token to securely transmit card information.
  3. Submit the form with card details.
  4. Verify the card and process charges.
  5. Insert payment details in the database for status to be shown to the user.

how to setup

  1. move the fil to your localhost directory.
  2. create a database named pay.
  3. import the database file named (pay.sql).
  4. then run the file.

feel free to contact me if you encounter any error

whatsapp: +234 903 091 9902 email: contact@chuksokwuenu.com

About

a simple payment gateway implemented with javascript, php and paystack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published