Questions tagged [android-pay]

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Please note that while Android In-App Billing leverages Android Pay, IAB questions should be tagged with

542 questions
0
votes
1 answer

Java Eclipse Google App Engine Tutorial for Google Wallet

I preface this with the fact I am a Java newbie. If one has a working web app in Java using Google App Engine, and one is looking for a simple tutorial for how to add Google Wallet to accomplish a pay-per-use requirement of that web site, does…
John Z
  • 1
0
votes
1 answer

Google Wallet Malformed URL Component

I'm trying to implement Google Wallet to a project I'm working on. When I press the button that's supposed to go to the sandbox checkout website, an error is generated.
Young-kyu Q Han
  • 95
  • 1
  • 3
  • 14
0
votes
1 answer

Android app having a marketplace within the app

I've been going through a design for an app I wish to be making soon. My app will rely on user generated content. Is it possible to have users add an item to this in-app marketplace and recieve payments when other users buy from them directly using…
user1044585
  • 493
  • 2
  • 5
  • 19
0
votes
1 answer

Ruby on rails google wallet

how to implement Google wallet with ruby on rails? I searched lot but did not get any doc. please help me. Thanks I visited several links 1: https://developers.google.com/commerce/wallet/digital/docs/tutorial
0
votes
1 answer

What user instead of Google Checkout Order Report API

Google Checkout will no longer be supported on November 20, 2013. What I must use to get information about Android in-app billing orders?
Nik
  • 7,114
  • 8
  • 51
  • 75
0
votes
2 answers

How can I use Google wallet without opening a webview

I want the google wallet payment to be inside the app. I found this but it doesnt help: https://developers.google.com/commerce/wallet/digital/docs/tutorial Example: Thanks!
mn6vdv23g
  • 734
  • 2
  • 10
  • 33
0
votes
2 answers

Recommended flow for using Google Wallet with complex custom digital goods

I'm trying to set up a google wallet payment process for users to purchase an entry into a tournament. In order to do this, the user has to fill out a bunch of information about themselves (name, league player number, contact phone number, etc),…
Greg Humphreys
  • 968
  • 1
  • 7
  • 11
0
votes
0 answers

Google Wallet Postback Blank

Solution The server logs are telling me that I was getting a 301 redirect. This is an .htaccess issue, not GWallet. The redirect was stripping my POST data, leading to a blank request. Thanks everybody for your help. I'm trying to process the…
cedmans
  • 302
  • 1
  • 7
0
votes
1 answer

Emitting JSON with optional arguments (Google API)

I'm writing a JSON emitter for a Google API. The API documentation says that some fields are "optional". How am I supposed to interpret that? I've looked at json.org's language specification and it doesn't say. Google's docs are not clear on the…
nomen
  • 3,626
  • 2
  • 23
  • 40
0
votes
1 answer

how does retailer connect to Google wallet acount in a third party website?

I'm a developer of a website that enable retailers to interact with rheir customers at events. the way it works is that the retailer selles a product on my website, the costumer buys it on my website, i'm the common thread. i want to offer the…
0
votes
2 answers

Google wallet API Integration questions

I am new to integrate Google Wallet and there are some confusion and questions related to that given below: Is it possible to add multiple items for Google wallet? How to handle discount by API? What's the parameter in JWT response on postback URL…
0
votes
1 answer

What is the url to the google-wallet production merchant center

What is the url to the google-wallet production merchant center? https://checkout.google.com/sell i'm using above and takes me to the old checkout merchant center.
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
1 answer

How do I add multiple items using google wallet digital goods?

I am trying to add multiple items using google digital goods, what I want is for my users to be able to checkout with multiple items that are in their cart. Here is the code(not full code) with one item. How can I add multiple? $payload = array( …
0
votes
1 answer

Is Google Wallet API will allow multiple recipients during a single transaction

I am implementing Google Wallet API integration with PHP website. Seems there is no way to add multiple recipients during a single transaction. please let me know if there is any way to do this.
Prabhu Ganapathy
  • 167
  • 2
  • 10
0
votes
1 answer

Google Wallet - SSL / https handled completely by Google?

For Google Wallet, I'm wondering if a SSL certificate for https needs to be setup on the serverside, or if all https access is done on Google's servers? In the wallet tutorial, I notice that all https addresses are from google -…
ina
  • 19,167
  • 39
  • 122
  • 201