News Feed
Jobs Feed
Sections




News Archive
feed this:

Matt Williams' Blog:
Integrating PayPal with PHP and IPN
April 14, 2010 @ 12:02:09

In a recent post Matt Williams shares how to integrate your application with the PayPal IPN payment gateway service.

PayPal has a huge API reference to integrate it's services into any website. But from personal experience I found that the theory is far more simple than the practice. There are various methods to implement PayPal's services including Soap webservices with 'Express Checkout' and 'Website Payment Pro'. This tutorial will focus on 'Website Payment Pro' and the 'IPN' event listener.

He shows how to send the information as a POST request in one of two ways - as a standard form submission kind of POST and from a script opening a direct socket to the PayPal server and sending over a well-formed request.

0 comments voice your opinion now!
paypal ipn payment gateway request



Community Events











Don't see your event here?
Let us know!


composer framework community object release example podcast development tool zendframework2 interview functional testing opinion unittest code series conference language introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework