Home
Softono

Paypal Rest Api Example

Open source PHP
18
Stars
21
Forks
2
Issues
7
Watchers
8 years
Last Commit

 About Paypal Rest Api Example

Example code from https://www.evoluted.net/thinktank/web-development/using-paypals-rest-api-with-php-and-mysql

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Paypal Rest Api Example?

We provide expert installation service for this software. Our team will install, configure, and secure Paypal Rest Api Example on your server. plans start at just $30.

Paypal Rest Api Example

View on GitHub

Example PayPal REST API Integration with PHP and MySQL

The code in this repository is from our blog post Using PayPal's REST API with PHP and MySQL.

  • src/index.html - contains the form for making a payment
  • src/bootstrap.php - contains the configuration for the request/response
  • src/request.php - contains the request code for the payment
  • src/response.php - contains the response code for the payment
  • src/payment-successful.html - the thank you page
  • src/payment-cancelled.html - the page PayPal returns to when payment is cancelled