subscribe to the RSS Feed

Saturday, February 4, 2012

PayPal Instant Payment Notification (IPN)

Posted by leepeng on December 27, 2008

Consider the basic architecture of my previous Post (PayPal Integration)

At point A, we have stored the order record in the database as “Pending Payment” status. We will update the status to either “Paid” or “Failed” after PayPal redirect back to Thank you or Transaction cancelled page. WAIT! There is more to read… read on »

PayPal Integration

Posted by leepeng on

This article contains 3 section …
I. General Architecture
II. PayPal Settings
III. PHP Integration

The integration uses CURL to connect to PayPal server. I assume you are familiar with CURL functions for PHP. You can visit PHP manual at http://sg.php.net/manual/en/ref.curl.php for more information. WAIT! There is more to read… read on »