seenan Posted December 10, 2008 Share Posted December 10, 2008 hi All, I am developing a website, I am planning to integrate paypal payment system for users who want to become member. How I can instantly activate the user as soon as he has paid, so he can use resources? how can I restrict the membership to a month only? please help. Thanks Aamir Link to comment https://forums.phpfreaks.com/topic/136347-instant-activation-after-payment/ Share on other sites More sharing options...
keiran420 Posted December 10, 2008 Share Posted December 10, 2008 Well have you got the appropriate paypal account? It should tell you... Once someone pays into paypal, it takes a few minutes to comfirm this... You as the owner of the site and the paypal account should be able to clearley see when someones payment has been cleared... That is when you upgrade their account (which really should be as simple as changing 1 variable) Sorry for the lack of a technical reply, but i have never coded with paypal... But i really do not think what your asking could be hard, Ill say again, check paypal's site for details, surely it gives tips to web programmers wanting to incooperate paypal... Link to comment https://forums.phpfreaks.com/topic/136347-instant-activation-after-payment/#findComment-711344 Share on other sites More sharing options...
Mutley Posted December 10, 2008 Share Posted December 10, 2008 Use Paypal API, it allows you to accept a payment, then it can do a send back response that can update the account. It's tricky to setup the first time but there are plenty of guides out there. Link to comment https://forums.phpfreaks.com/topic/136347-instant-activation-after-payment/#findComment-711357 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.