Paypal Recurring Payments Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Paypal Recurring Payments Help

Post by DaveTheAve »

I have a client that wants to have recurring payments done with Paypal. Problem is, I don't know how to go about implementing this, I've been reading Paypal's and aren't getting very far at all.

I was wondering if anyone could help me out with how to go about accepting recurring payments via paypal with IPN.

I'm currently thinking of doing the express checkout option, and I am using Zend Framework.

Some questions I NEED answered:
  • What information must I store in the database?
  • Client wants to implement a referrer rewards system: if you refer a paying friend you get one month free; is this possible?
  • Can you at least outline the API calls I need to implement to get this working or even better provide me with examples?
Post Reply