Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to integrate payment processing with GWT / GAE based app?
    primarykey
    data
    text
    <p>I have a GWT based app, which is deployed on Google App Engine for Java. The app uses Google Accounts based authentication. I'm maintaining basic user information such as email id (from Google Accounts), last login date etc. in the GAE datastore. The access to the website is free. Anyone can use it using his/her Google Account. </p> <p>Going forward, I would like to make it a paid service. However, I have zero experience with setting up and operating an e-commerce website. So my question may be a bit vague. I need some guidance on how to go about it. </p> <p>Here are some of my requirements (but I'm flexible on the exact implementation):</p> <ol> <li>Offer 2 different types of account - free and premium. </li> <li>I do not want to maintain any credit card related information in my system. I would also prefer to not maintain an elaborate user database. </li> <li>When a user first logs in, he/she automatically gets a free account. </li> <li>User has to "upgrade" to a premium account to access all features of the application. </li> <li>User has to pay a one-time fee to upgrade. </li> </ol> <p>Given this information, I have the following questions: </p> <ol> <li>Is GAE suited for my requirements? </li> <li>Which payment gateway (Paypal, Google Checkout etc.) would be most suitable for my requirements? </li> <li>What level of integration is required between my app and the Payment gateway? I would like to maintain minimal user information in my app. I want to focus on my application development and want to spend minimal effort on user administration. </li> <li>Would I need to implement a custom authentication mechanism or continue to use Google Accounts or another OpenID based authentication?</li> <li>What other things do I need to consider? </li> </ol> <p>I'll appreciate any help on this. Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload