Hi there,
So I run a subscription based website, with an option for a one day trial membership ($1.00), and a regular recurring monthly membership ($7.99).
My amount1 is $1.00 and my amount3 (recurring amount) is $7.99.
But I also have two additional options--a 6-month membership and a yearly membership for much higher amounts.
I just today had a customer purchase a 6-month membership and I did receive payment notification from PayPal; however, his information (email address, username, password, etc.) were not put into the paypal_subscription_info database.
I should also tell you all that I am using the same IPN listener for all subscription types, because I was told this is what I should do. Perhaps this is the problem?
Anyway, I am very confused right now and could use some assistance. Any help would be most appreciated. I would hate to manually add each user whenever they purchase a 6-month or yearly subscription. Thanks.