News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Joris de Wit's Blog: Extending different layouts for Ajax requests in Twig, Symfony2

Kevin Schroeder's Blog: You want to do WHAT with PHP? Chapter 2

Stuart Herbert's Blog: Participating in the European WinPHP Challenge 2009

Tillate Blog: Clientside Cache Control

NETTUTS.com: 10 Biggest Milestones in Web Development


Community Events











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


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

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