Login   Register  
PHP Classes
elePHPant
Icontem

paypal_ipn

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Herve FOUCHER
Name: Herve FOUCHER <e-mail contact>
Packages: 1 Browse all classes by Herve FOUCHER Browse all classes by
Country: France France - PHP jobs in France
Age: ???
All time rank: 43722 in France France
Week rank: 2205 Down56 in France France Down


  Detailed description   Download .zip .tar.gz  
This class is usefull to process Instant Payment Notification (IPN) from Paypal.
See www.paypal.com for more information about IPN.

Note : This class requires cURL PHP module.

So... how should I use this ? This requires that:
a) you already know what IPN is
b) you setup your Paypal account so that IPN are sent to a URL on your website
In this example, let's consider it is http://yourserver.com/backoffice/ipn.php

1) Paypal server posts a request to http://yourserver.com/backoffice/ipn.php
2) Create the IPN object: $pp = new paypal_ipn ();
3) Provide the IPN object with 2 functions: the first one will be called as soon as you receive the post. The second one will be called when Paypal's server
confirms or denies your response.
$pp->set_process_functions ("my_pre_processing", "my_post_processing");
4) Pass the POST table to the Paypal processor
$pp->process_notification ($_POST, true);
5) The "my_pre_processing" function is automatically called
6) The class calls-back Paypal secure server, using cURL and Paypal server
confirms or denies your response.
7) The "my_post_processing" function is automatically called

  Classes of Herve FOUCHER  >  paypal_ipn  >  Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: paypal_ipn
Base name: paypal_ipn
Description: Paypal payment notification processing
Version: -
PHP version: -
License: GNU Lesser General Public License (LGPL)
All time users: 5721 users
All time rank: 351
Week users: 0 users
Week rank: 2059 Equal
 
  Groups   Rate classes User ratings   Trackback   Applications   Files Files  

  Groups  
Group folder image E-Commerce Online stores, shopping baskets and payment methods View top rated classes
Group folder image Finances Money, exchanging, taxes and stocks View top rated classes


  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (82.4%)
Sufficient (75.0%)
-
Sufficient (61.8%)
Not sure (54.4%)
-
Sufficient (60.3%)
827
Month:
Not yet rated by the users

  Trackback links  
Link Description
PayPal... Payment to download The following class can help you setting up quickly...

  Applications that use this class  
Link Description
French Tutorial A french tutorial. paypal_ipn class was developped to provide easy IPN management on this website's Deluxe Edition (under dev).
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Usefull for testing i_paypal.php
Plain text file i_paypal.php Class The file containing the class to be included
Accessible without login Plain text file virtual_paypal.php Test A fake and random (either INVALID or VERIFIED) Paypal server response

Download all files: paypal_ipn.tar.gz paypal_ipn.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.