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
2
votes
1 answer

Android Pay - Full Wallet Confirmation Result Code 1 and Error Code 10

For a while, Android Pay was working well. Until recently (end of May), I received the following error. I'm referencing the publicly available Android Pay tutorial. During "Product Checkout" when a user confirms, I am seeing a Request Code 1004 and…
code
  • 5,294
  • 16
  • 62
  • 113
2
votes
1 answer

Loyalty Cards - Companion App Required?

Sorry for being vague here, I'm not 100% sure how to phrase my question. I'm looking into creating a loyalty card for Wallet on iOS and for Android Pay on Android. I know how everything is done on iOS, but am a bit confused on the Android side. I…
WhoaItsAFactorial
  • 3,538
  • 4
  • 28
  • 45
2
votes
1 answer

Android Pay - Programatically click on "Buy Now" button

Is there a way to programmatically click the "Buy with Android Pay" button on Android? I can't find a way to do it as that button is rendered inside SupportWalletFragment. This guide seems to show it is possible.
2
votes
2 answers

"Unrecognized App" Android Pay API

I'm testing the Android Pay API. I generated the public key by using the command $ openssl ec -in merchant-key.pem -pubout -text -noout and echo $PUBLICKEY | xxd -r -p | base64 and put it in the "Android Pay" sample app like…
Jaspreet Singh
  • 321
  • 1
  • 6
  • 13
2
votes
1 answer

Android Pay Wallet.Payments.isReadyToPay method is returning false

I have gone through the following guidelines to test Android Pay Sample Application. However i am always getting false result in response of method call…
kaushal trivedi
  • 3,405
  • 3
  • 29
  • 47
2
votes
1 answer

Android: How to dispose labHelper of Google Wallet after purchase

I am integrating Google wallet and start labHelper at the begining of buying.Normally labHelper is start at the time of activity onCreate and dispose at the time of activity onDestroy.So even though if we not using wallet service the labHelper is…
Binil Surendran
  • 2,524
  • 6
  • 35
  • 58
2
votes
1 answer

Different Order Id of product from google play

I have an app with products, all ships I save in my cloud, today I checked the log and saw two differents order id, and in wallet/merchant not have that order yet. So my question is: Is rigth the order Id? How long time usually delay to show order…
Jean Carlos
  • 1,613
  • 3
  • 18
  • 26
2
votes
0 answers

In-app purchases without google wallet merchant account

I'm from a "not supported country" to create google wallet merchant accounts, that means I can only create free apps. So my question is, Is there a way to have in-app purchases in my app without this account? I mean are there any third party…
2
votes
0 answers

Can I use Google Wallet's send/request money feature with my app?

Google's Android Pay API seems to be about receiving payments from clients. But I was wondering if I could direct users from my app to Google Wallet so they could send money to or request money from their friends. Like, ideally I could create an…
geokavel
  • 619
  • 4
  • 12
2
votes
0 answers

Google Wallet Demo compilation error

From Apis provided by server side developer, we are getting which are required for Wallet Integration but demo which we are using for Google Wallet for Android but its giving us some compile time error. Can you any one suggest why this could be?
Ravi D
  • 35
  • 5
2
votes
1 answer

How to implement a donations system with google wallet for a non profit organization?

I am developing a website with a donations system. And one of the requirements is to use Google Wallet. I would like to know if there is documentation about how to use a donation button with Google…
ipegasus
  • 14,796
  • 9
  • 52
  • 76
2
votes
1 answer

How to properly handle MaskedWallet response in nested fragments

This is an example app to demo a problem with nested fragments and wallet https://github.com/zumper/WalletTest Here is the structure of the app in terms of nesting MainActivity | +-> TopLevelFragment | +->…
danb
  • 10,239
  • 14
  • 60
  • 76
2
votes
0 answers

OnIabPurchaseFinishedListener called but fails

I'm a long time Android developer but I just got into in-app purchasing. I went through the Google tutorial and got the testing version to work. However, when I try to implement custom items for purchase, it always fails at…
booky99
  • 1,436
  • 4
  • 27
  • 45
2
votes
0 answers

InApp Subscriptions or Google Wallet

I have gone through most of the links here on stackoverflow and i have some doubts regarding InApp Subscriptions and Google Wallet. What i know: InApp Subscriptions basically allows a user to be able to subscribe to an app, say for example if it…
2
votes
1 answer

Google Developer Console - Paid Apps (for Non-US Resident)

This question has already been asked a lot of times but no complete/detailed answer has been provided so far. I'm not sure if this is the right place for this question. I need to configure the Google Developer Console (and Google Wallet as well) in…
TerminatorX
  • 307
  • 3
  • 13