Google Wallet integration into Android application
I am working on an Android app where I need to implement automatic payment at the click of a button, for example the Uber Cab app has to pay for taxi fares. Uber Cab uses Google Wallet for a payment gateway which is very good. I want to use Google Wallet because for a Paypal customer to use it I have to insert card details every time. But this is not the case with the Google Wallet.
I am not getting a good resource for embedding google wallet in my application. I need your help.
source to share
The Uber Android app uses the Google Wallet Instant Purchase API.
You can find information on the Instant Buy API including implementation examples at the URL below:
https://developers.google.com/commerce/wallet/instant-buy/
You need to request API access using this form:
source to share