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
3
votes
2 answers

Unable to upload new APK file to Android Play store (Android Pay Permission)

When I uploaded a new .apk to the Google Play store, it rejected my submission saying, "Your recent app submission was rejected for violating the Google Play Developer Program Policies. If you submitted an update, the previous version of your app is…
3
votes
2 answers

How to listen to change button in Google Wallet / Android Pay Fragment?

I am developing a mobile android app and using Android Pay/Google Wallet to retrieve CC information from the user. I was able to successfully get the GitHub sample application working. Please see the image below: It appears that the screen shown…
code
  • 5,294
  • 16
  • 62
  • 113
3
votes
1 answer

Android pay sample app not working

Trying to use the Google sample app for Android Pay. I got the error in logcat: "To use this API, you must set the WalletOptions 'brand' field to ANDROID_PAY" Anyone knows why and can help out? The link for the sample app is :…
MaTriXy
  • 1,659
  • 1
  • 20
  • 27
3
votes
2 answers

Google wallet,Merchant account and sandbox

Request the Full Wallet: FullWalletRequest fullWalletRequest = FullWalletRequest.newBuilder() .setGoogleTransactionId(googleTransactionId) .setCart(Cart.newBuilder() .setCurrencyCode(Constants.CURRENCY_CODE_USD) …
3
votes
1 answer

doubts regarding Google Merchant account required to publish games having in app purchase

this is my first question here. so the thing is I have developed an android game having In App Purchase feature I have used my friend's debit card to pay $25 to get a developer account on google play. My doubts are How do I get money of In App…
3
votes
0 answers

Save to Google Wallet issue

I need to implement save Offer to Google Wallet. Read tutorial from here https://developers.google.com/wallet/objects/savetowalletnative But example that attached in tutorial not working. com.google.android.gms.wallet.CreateWalletObjectsRequest is…
Bender
  • 327
  • 1
  • 7
  • 13
3
votes
1 answer

Adding debit or credit card programmatically into Google Wallet

if we have a credit or debit card information, could we add credit or debit card programmatically into Google Wallet either from Android app or server code?
Pankaj
  • 833
  • 12
  • 35
3
votes
0 answers

Full Integration of Google wallet in android

I have develop an application that have payment functionality so i am using google wallet for getting payment so i did research and i get some link of tutorial Link so i could some code like this WalletFragmentStyle walletFragmentStyle = new…
Android_Paradise
  • 325
  • 1
  • 5
  • 15
3
votes
1 answer

Google Play Android Developer API changes init purchase time for same purchase

I'm validating my Google Play Android subscription purchases server side against https://developers.google.com/android-publisher/archive/v1/purchases/get I'm running into the case where initiationTimestampMsec is different from the value in the…
philipp
  • 4,133
  • 1
  • 36
  • 35
3
votes
1 answer

Google wallet integration in android application

I am working on Google wallet integration in android application. I have read the developer documents a lot of time. But still I am having some unanswered questions. Can anyone give me the answers for my below questions? Thanks in advance. My…
user2286081
  • 181
  • 1
  • 5
  • 12
3
votes
3 answers

Android: using alternative payment services

We have web-service where users have virtual balance. And now we develope Android application, and needed to use alternative payment services (like PayPal or cards) to replenish the balance. But Google threatening Android app makers who use…
3
votes
1 answer

Weekly Users vs Installations

I'm checking on the Chrome Web Store's Developer Dashboard and I'm trying to understand what the column "Weekly Users" mean. Is it the obvious meaning (as in actual usage)? I'm asking because I noticed the number of users (5) doesn't match the…
Danprime
  • 260
  • 2
  • 11
3
votes
0 answers

Google Checkout and charge-amount-notification

I've got all the initial code working that handles the purchase for the user through Google Wallet and submits the actual charge to their credit card. Also in the setup I specified a post-back url for this where I capture the order details like the…
bruiseruser
  • 343
  • 4
  • 12
3
votes
1 answer

Android InApp Purchase - How to handle Pending Status?

I am integrating Android In-App purchase with Android Native application. I used following code to start In-App purchase intent! Bundle buyIntentBundle = mService.getBuyIntent(3, getPackageName(),”product_sku”, "inapp",”Some Developer…
Jaydeep Jadav
  • 836
  • 1
  • 11
  • 26
3
votes
0 answers

My customers' Google Play in-app purchases are stuck in the 'pending' state, going on 2+ days

I have an Android app with premium features that can be activated by an in-app purchase. If I look at the transaction list in Google Wallet's merchant view, I see that normally customer purchases within the past 6 hours are "pending" (yellow…