Reputation: 1627
After a long research of almost two days I found myself helpless and now putting a question here.
I need to implement Google Wallet into my website. My web app is offering few online services and to use them a user has to pay. I have successfully integrated PayPal into my web app. Google wallet is my second target , what I figure out is to use Instant Buy API but I only need a java code for both server and client side which is not available, then I came across Google Wallet Online API (java)but unable to understand how to use the API.
Again searched a lot for samples of the same but unable to find, any help or reference to any implementation of the above API is appreciated.
Upvotes: 1
Views: 3403
Reputation: 172
We have quick start samples for both payment APIs in Java:
Wallet Instant Buy Sample in Java: https://developers.google.com/commerce/wallet/instant-buy/web/quickstart-java
Wallet Digital Goods API Sample in Java:(only for virtual and digital goods) https://developers.google.com/commerce/wallet/digital/docs/samples#iap-java
Upvotes: 0
Reputation: 2108
I recommend to start researching the Google Wallet API with the Wallet developers page which has live buy flow demos.
This page also has a good summary of available Wallet APIs.
Depending on what you are selling on your website, you are probably interested in the:
Both of the above APIs have quick start samples in multiple languages (including Java).
Upvotes: 2