Hi,
I’ve set up a message to go to subscribers to my site to alert them when their membership is due. This is going out 7 days before the payment due date – I have used payment date as the trigger, rather than the subscription expiry, though they should be the same.
If they have subscribed via PayPal standard gateway, their payment should be made automatically by PayPal and the data passed via the IPN URL should log this fact. So the alert is letting them know that this will happen and to update their payment method if need be.
However, some people pay off site and I want to prompt them to subscribe via the PayPal gateway. These people have a “paid” invoice that triggers the payment due email. They also have a “new” invoice for when they are due to pay. From my test, the “new” invoice is being used in the email.
My question is, when I go to the /account page for my test account, there is no link for subscribing. There is a link to an invoice, but this is the “paid” invoice and opening it does not give a subscribe link either. Presumably the “new” invoice will appear on the account page on the payment date. Is it better to wait until then to send the alert? If people can only pay on the payment date or after, why send a reminder in advance?
Is there a manual anywhere explaining how to use these features that you can direct me to? If not, can you explain what I need to do to give people a payment option?