PayPal Recurring Payments IPN Samples

PayPal’s Instant Payment Notification (IPN) system is one of the most underutilized features that they provide, in my opinion.  Unfortunately, their documentation is still lacking complete information on what types of IPN’s to expect and what they might...

Doh! Common PayPal Error Handling Mistake

I was recently contacted by somebody through my website complaining that PayPal must have changed something in their system because all sorts of customers are having issues using their application, but nothing has changed…the usual story. This particular...

PayPal CodeIgniter PHP Class Library Guide

How to Integrate PayPal CodeIgniter Library Learn to integrate PayPal’s Classic APIs into any CodeIgniter application using this PayPal CodeIgniter class library. Setup the PayPal CodeIgniter Library First, Download the PHP PayPal CodeIgniter class library for...

PayPal PHP Integration Guide

Setup PayPal PHP SDK If you are using Composer you can get going quickly through our Packagist repo. If you are not using Composer you can simply download the class library and add it to your project. If you would like more details on either of these methods take a...