Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 3 down vote accepted

Check out this link About IPN and API for paypal , you should set yout IPN in your account first .

Here is a PHP example

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.