Skip to content

PHP class to process PayPal Instant Payment Notifications (IPN)

Notifications You must be signed in to change notification settings

fritexvz/PayPal-IPN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paypal Instant Payment Notification PHP class

This PHP class acts as an endpoint to PayPals Instant Payment Notification (IPN). This is a HTTP request PayPal can send to your webserver whenever money arrives on your PayPal account. You can then automatically set database entries in your shop, send emails to your customer ("thanks for your money") and process the receiving of money.

Usage:

You should use this class in the PayPal Sandbox Environment first: https://developer.paypal.com Register, create seller and buyer accounts, set IPN in seller account, and send some money from buyer to seller.

See example files

ToDo:

  • ??? What do you need?

Notes:

If you like this script or have some features to add: contact me, visit my blog, fork this project, send pull requests, you know how it works.

About

PHP class to process PayPal Instant Payment Notifications (IPN)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%