TheWandererLee Posted January 26, 2007 Share Posted January 26, 2007 Is it possible to make a php script that can detect whether or not the user has bought something from you through paypal? I would like to make the user be able to access certain pages, only if they have already paid through paypal, or at least make it redirect you to a certain page whenever the user is done using paypal. Anyone know how to do this? ??? Link to comment https://forums.phpfreaks.com/topic/35815-recognizing-payment-after-paypal-purchase/ Share on other sites More sharing options...
Jessica Posted January 26, 2007 Share Posted January 26, 2007 You need to work with the PayPal IPN (Instant Payment Notification) API. It's on their website, and there is support for it. Link to comment https://forums.phpfreaks.com/topic/35815-recognizing-payment-after-paypal-purchase/#findComment-169779 Share on other sites More sharing options...
cmgmyr Posted January 26, 2007 Share Posted January 26, 2007 Check out http://www.belahost.com/pp/ and download paypal.phpYou can then edit the script to do what you want. Link to comment https://forums.phpfreaks.com/topic/35815-recognizing-payment-after-paypal-purchase/#findComment-169783 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.