paypal_ipn class PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: paypal_ipn-2002-11-22.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: PHP
  • Price:LGPL
  • Company: Herve FOUCHER (View more)

paypal_ipn class script description:



paypal_ipn class is a PHP script for PHP Classes scripts design by Herve FOUCHER. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
paypal_ipn class is usefull to process Instant Payment Notification (IPN) from Paypal

Publisher review:
paypal_ipn class is usefull to process Instant Payment Notification (IPN) from Paypal This class is usefull to process Instant Payment Notification (IPN) from Paypal.So... how should I use this ? This requires that:a) you already know what IPN isb) you setup your Paypal account so that IPN are sent to a URL on your websiteIn this example, let's consider it is http://yourserver.com/backoffice/ipn.php1) Paypal server posts a request to http://yourserver.com/backoffice/ipn.php2) 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 serverconfirms 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 called6) The class calls-back Paypal secure server, using cURL and Paypal serverconfirms or denies your response.7) The "my_post_processing" function is automatically called Requirements: ยท cURL
Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Related script downloads:

Latest script and internet news

Samsung launched the Premium Music Hub

Samsung launched the Premium Music Hub

Samsung finally gives consumers multiple audio streaming countries promised a while. Premium Music Hub allows users access to over 19 million songs, along with other useful functions.

Posted on: 30 May 2012 13:02 by A. Brown

This could be the first photos of iPhone 5

This could be the first photos of iPhone 5

IPhone\'s case came online in a few pictures that confirm rumors of a larger screen. This could be the first photos of the next iPhone, but nothing is really safe to Apple announcement.

Posted on: 30 May 2012 12:58 by A. Brown

IE 10 for Windows 8, comes with Adobe Flash support

IE 10 for Windows 8, comes with Adobe Flash support

After criticism received at Metro version of Internet Explorer 10 , initially offered no support for Adobe Flash technology, Microsoft has taken measures to correct this problem by working directly with Adobe to integrate the necessary components into the

Posted on: 25 May 2012 10:36 by A. Brown

Windows 8: boot to fast to furious

Windows 8: boot to fast to furious

Last year began to circulate on the Internet videos where Windows 8 systems boot in 7 seconds. Unfortunately, from this performance derives some problems.

Posted on: 25 May 2012 07:28 by A. Brown

SPREAD THE WORD

User Rating

paypal_ipn class
Rating: 3.0 out of 5
Based on 2 ratings. 2 user reviews.

  • Currently 3.00 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5