PHP MySQL PayPal Recurring Billing (Willing to Purchase)

Discussion in 'Programming' started by Alexwhin, Jul 11, 2010.

  1. #1
    Hi everyone :)

    I'm a fairly experienced programmer but I just can't seem to figure out a big problem I've been facing the past few days.

    What I'm looking for is a script(s) that will allow me to create a simple membership system with PayPal's recurring billing.

    I'm not looking for a membership system itself I can build that, just the PayPal automation method.

    This is basically what I need the code to do:

    The member will register with my site and I'll do all that, but when they signup in the database it will say that there account is "pending" (which will = 0).

    Name | Email | More Stuff | Approved
    -------------------------------------
    Name | Email | More Stuff | 0

    After they have signed up they will be redirected to the PayPal subscription page. After payment I would like to script to update the database where username = their username or id = something (some unique key). Setting the approved to 1.

    Name | Email | More Stuff | Approved
    -------------------------------------
    Name | Email | More Stuff | 1


    Also the script will need to automatically check if payments are overdue, so when a member doesn't make a payment the next month (the membership will last on a monthly subscription) I need the script to update the database again setting approved to 3 where the username/id is overdue.

    Name | Email | More Stuff | Approved
    -------------------------------------
    Name | Email | More Stuff | 3

    Like I said I have experience in programming, this is just what I need to finish off my system. I like having my projects built just as I want them, so I know them inside out (as I'm sure most of you do as well).

    Anyway, that's basically what I need.

    If you guys could point me in the right direction to documentation on the matter that would be great, otherwise I'm willing to PAY for this script to be created for me.

    PM me if you're interested, I wont pay cheap :p

    Thanks in advance!
     
    Alexwhin, Jul 11, 2010 IP