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
0 answers

Trouble finishing transaction in Google digital wallet

Trouble finishing transaction in Google digital wallet. I recieve the first screen from Google wallet. When I press "Buy" on this screen. I then get " Uh oh. There was a problem. We couldn't complete your purchase because of a technical…
0
votes
1 answer

Zen - cart, google wallet integration with states list

I have a problem with the integration of google checkout in zencart using the google checkout contribution. http://www.zen-cart.com/downloads.php?do=file&id=206 The main problem here is that google keeps returning the error. "Error parsing XML;…
carcargi
  • 516
  • 2
  • 8
  • 23
0
votes
2 answers

Anyone know how to get the merchant key for google wallet?

Anyone know how to get the merchant key for goole wallet? Support indicates I should have an integration menu in settings but the menu is not showing up http://support.google.com/checkout/sell/bin/answer.py?hl=en&answer=42963 Thanks David.
0
votes
1 answer

Google Wallet OpenID

I'm working on an HTML5 App for the Chrome Store and intend to use google wallet for micro transactions. Implementation looks straight forward except I'm not sure how to identify the user on the post message after a successful transaction. I'm…
0
votes
1 answer

google wallet inapp payments: Uncaught ReferenceError: goog is not defined. google.payments vs goog.payments

we've been using google wallet inapp-payments since google io 2012. Recently we see this error: Uncaught ReferenceError: goog is not defined The code is very simple:
Ralph Yozzo
  • 1,086
  • 13
  • 25
0
votes
1 answer

Can the localized price be determined?

In google wallet I set the price in USD - but I am selling digital goods, my customer might be anywhere in the world Is there some way to see what Google Wallet will charge in a localized currency?
0
votes
1 answer

Google Wallet XML API Notifications arriving out of order

I'm using the Notification XML API, and Google seems to be delivering notifications not in the order I expect. For example, an order-state-change notification will have a new-financial-order-state of CHARGING after one immediately preceding it had…
Andrey Fedorov
  • 9,148
  • 20
  • 67
  • 99
0
votes
1 answer

Does Google insist on using Wallet exclusively, or can my app offer both Wallet and PayPal?

I have apps on Google play that use in-app billing. Google wants you to use their Wallet. I have seen articles stating things like: "Google forcing Android developers to use Google Wallet for in-app payments" Okay, I will use Google Wallet. But,…
0
votes
1 answer

How can custom data be passed via a BuyNow form and be available via Notification History API?

I have a Google Wallet/Checkout BuyNow button with code similar to the following (generated from the site tools):
...
DavidJ
  • 4,369
  • 4
  • 26
  • 42
0
votes
1 answer

Google Checkout 0$ recurring payments

We've had a number of customers billed 0$ by Google-handled Checkout recurring payments. Basically in the XML we have sent for these orders, item > subscription > recurrent-item > unit-price was set to 0 (even though the maximum-charge value was…
user1106046
  • 61
  • 1
  • 2
0
votes
1 answer

How do I query Google Checkout using an order number?

I have a merchant account on Google checkout. I can view all the orders buyers put when I log on to https://checkout.google.com/sell/orders. From there, I can search for a specific order number and view details about it. I want to do the same…
user1657624
  • 203
  • 3
  • 8
0
votes
1 answer

Take over billing in google appengine

My user A created an app in google appengine. I would like my user B to take over the billing. I then gave user B access to the project and made a payment from his account, but now he cannot change the billing settings. When user B clicks the "Take…
Theis Borg
  • 378
  • 4
  • 16
0
votes
2 answers

How do I simulate a user cancelling an order in Google Wallet's sandbox?

How do I simulate a user cancelling an order in Google Wallet's sandbox? I'd like to test the case where a user cancels an order. Is there a way to do this via the Google Wallet sandbox. I purchase via a test account and I see the order in my…
0
votes
1 answer

Google Checkout won't take initial subscription payment

I've been playing with Google Subscriptions for a while now and no matter how hard I try, I'm unable to get the initial payment to be charged. Does anyone have any ideas? I've set the subscription to be Google managed and everything looks fine to…
Jonathan
  • 13,947
  • 17
  • 94
  • 123
0
votes
1 answer

How would you encode a jwt using ColdFusion 9 or above syntax?

Their Python example seems to be the simplest, although I disagree with using the variable named cakeToken because that's confusing me with the Item Name being purchased: cakeToken = jwt.encode( { "iss" : sellerIdentifier, "aud" :…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373