Android Paypal One time Payment

Posted by Ameya on Stack Overflow See other posts from Stack Overflow or by Ameya
Published on 2010-06-07T06:25:31Z Indexed on 2010/06/07 6:32 UTC
Read the original article Hit count: 239

Filed under:
|

Hi All,

Does any one know, or is it possible to do one time payment, with paypal in android ?

Consider the senario.

  • Buyer purchases installs free application.
  • Clicks on paypal module and makes in-app payment, purchases feature successfully.
  • Buyer deletes application. All information including the feature purchase enty in database is deleted.
  • Buyer reinstalls the application.

Here is the catch, if he wants to use the feature he will have to do a re-purchase. Which I wann to avoid in my application. This is taken care in iPhoen in-app purchase. That is if a buyer has already purchased an feture or in-app item, and if he trys to repurchase it (item has been set to one time payment) , the in-app purchase transaction will succeed without the user actually having to repay for the item.

Is there an solution for this can anyone help.

© Stack Overflow or respective owner

Related posts about android

Related posts about paypal