I want to integrate google wallet in my application: I need the below functionality:-
- User can buy some coins from merchant application using google wallet . For e.g. User will be given an option that 10 coins -- 1$. so user will be redirected to his google wallet and payment of 1$ will be done from his google wallet to Merchant application's wallet.
- User can redeem the coins to money in his google wallet . < This will be done automatically once the user's coin count reaches a predefines value say 1000.> So As soon as user's coins reach 1000. They will be converted to dollars and will be added in his google wallet.
As i did some research :
Google Wallet is available on Android in two flavors.
In-app Billing - used to sell digital goods:
http://developer.android.com/google/play/billing/index.html
Instant Buy for Android - used to sell real goods and services:
https://developers.google.com/commerce/wallet/android-overview/
I do not understand which one of the two serves my purpose.
Please guide me . Thanks