Hi Olaf,
I just read your tutorial called:
"Easy payments using Paypal IPN"
I is very well written and helped me to understand the process better. Thanks for writing your tutes.
There is one thing that I can not find anywhere and that is - how to set up a subscription that is paid once every six months.
In my form which paypal variables should I be
using ?
There seems to be two type that I could use:
Recurring payments and Subscriptions
Looks like in for my "pay 59 USD once every 6 months would use these:
<input type="hidden" name="amount3" value="59.00">
<input type="hidden" name="period3" value="6 M">
Is that the correct way to give the information ?
Looking at the paypal site, the example gives:
(example: a 4 day interval is “period1: 4 Dâ€).
Maybe instead of 6 M, I should put 183 D ?
OR should I write:
<input type="hidden" name="period3" value="period3: 183 D">
It is not all that clear.
Can you suggest a forum where I can ask this sort of question.
Finally - Is there a list of button types somewhere ?
I found this code - so there must be a list of types
that I can put in this value:
<input type="hidden" name="bn" value="PP-BuyNowBF">
Thanks again for helping