PayPal IPN Messages for Subscriptions
January 9, 2011
When paypal does an IPN POST for subscriptions, you'll actually get two different POST calls. One of these indicates that a new subscription has been taken out, the second indicates that a payment has been made.
The example values below are taken from Django code - a u
prefix on …