I have searched Google and SO and I cannot seem to find (or am overlooking) a basic answer to my question.
I have a custom-built website I want to charge monthly access to. Since most site users will be using Paypal anyway, I thought the easiest solution would be to use Paypal for my automatic payments. I want to offer a 7-day trial and then change them monthly. That seems straight forward enough.
That said, in my business account, can I just:
- Create an automatic payment and add the code to my signup page
- Add my URL to the IPN section to process the webhook calls
And be good? My main concern is if someone cancels I make sure to update their account to expire at the proper time. I can go the API route, but would like to keep it simple if I can.
TIA!