i have a complete automatic notification system running on my web page, that is a simple php script who search for emails in a database and then send an email to each one, all of this using a Cronjob. The think is that now i want to transform my free service into a pay one. I want to use Paypay, for a while i've been using it for donations, but now i want it to do montly payments, and every time the user pays a month a new value enter in the database so the php script can know if the user pay or not in order to send or not the email.
I know who to use the montly payment system of Paypay, but i cant find any tutorial of how to integrate the checkout prosces of Paypay to my custom made php script in order to automaticly know when my users pays and then do a modification on MySQL. Thanks