PHP PayPal Subscription with IPN

anon445699 picture anon445699 · Jan 14, 2011 · Viewed 11.4k times · Source

I am trying to learn how I can add PayPal Subscription to my existing PHP app using IPN and looking for a good article that explains the ins-and-outs.

In my app, users can register for a free account and then they can select a membership type and rate (daily, weekly, monthly and yearly). When they have made their selection, the configured PayPal button is displayed. They can click the Subscribe button which takes them to PayPal.

I need to know how to identify the user: what custom information to send to PayPal that is then sent back? I would also like to know what information PayPal sends back to the IPN page.

It seems that the button can be configured for the notify url. Does that mean I still have to turn on IPN?

I just have too many questions to list here... The PayPal site does not have any teaching material that explains Subscriptions and how to integrate it into a site.

Any good and recent articles you know of?

Answer

Josie picture Josie · Apr 5, 2012

anon445699, I completely agree with you about the subscribe information it mostly shows you how to generate a button with no parameters.

Maybe this will help some people in the future, it oulines all the possible parameters for subscriptions. I know it helped me https://www.paypalobjects.com/en_US/ebook/subscriptions/html.html