First of all, I want you to know that I am a complete newbie in these things about developing “paid” webapps. I read several posts on how to integrate Paypal IPN with Google App Engine, and I have some questions about the topic, the point is this:
I want to use the Paypal Subscribe button in my webapp (which is developed with the GAE Python base) so users can subscribe to the premium version if they no longer want to use the free ...
I read that paypal can help me manage this thing about managing users via IPN, but I have to configure this in my GAE application, and I don't know how ... For example:
Where should the notification URL point to the PayPal profile configuration? I believe that it should point to a python script in my application, but I'm not sure ... If it is true, what should this python script have?
Then, after that, how can I make paypal create usernames and passwords for my users so as not to use premium users from the “premium features”? I don’t need links to something, I need explanations on how to implement the “Paypal subscription service” inside the Python-based application in GAE in order to offer a “premium service” and free,
Thanks, hope you can help
source share