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

Android Pay: Public, Private Key Pair generation (Elliptic Curve with NISTP-256)

Android Pay Issue In Android Pay the process to generate a token from a credit card is as follows: Generate a public and private key (the calls below return the keys using an Elliptic Curve with NISTP-256 algorithm) To do this I call ... public…
Shyam Sunder
  • 523
  • 4
  • 13
6
votes
0 answers

How detect NFC payment on app?

Is it possible to detect when an Android, with payment app on it, is used to make a payment by tapping the NFC reader? (For example, going on a bus or train.) Can you register or detect in some way such NFC events/payments on the phone (ie,…
user1314404
  • 1,253
  • 3
  • 22
  • 51
6
votes
0 answers

Add Loyalty Card to Google Wallet from App

I have followed this site, https://developers.google.com/wallet/objects/savetowalletnative, that shows how to implement a way to create and save a loyalty card to Google Wallet. It seems the Wallet API does not equal to the sample code they provided…
mkki
  • 312
  • 2
  • 13
6
votes
1 answer

Android paytm like wallet implementation

I want to implement a custom wallet in my android app. But I cant differentiate which mechanism follow to implement the wallet. Can anybody help me the detail process to implement the custom wallet. Also what need to follow Google wallet integration…
Amit
  • 61
  • 1
6
votes
1 answer

Is there an equivalent of a .pkpass file for Google Wallet Items?

Apple's Passbook uses .pkpass files to encapsulate the item. These are easily transferable by many mediums (email, mms, etc). Does Google provide an equivalent package / file for Google Wallet Items?
davemyron
  • 2,483
  • 3
  • 24
  • 33
6
votes
1 answer

Google Wallet for Digital Goods not loading checkout page

I'm having a problem with the buy now button from the Google Checkout IPN. I have a list of just over 10 products on my web page, each with it's own 'Buy Now' button. When I click the button, it gets stuck loading the pop-up box from which you would…
Felto
  • 61
  • 3
6
votes
5 answers

How Software Based Card Emulation (HCE) Guarantees NFC Security?

By the introduction of the HCE, no secure element (SE) is needed to emulate a card. As a result, there is no storage to keep the sensitive information of the app emulating the card such as balance, CVV2, PINs, etc. I just want to know how android…
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
6
votes
3 answers

Using Google Checkout in ASP.Net

Ok, my site has 3 check out options - our credit cards processing , PayPal , and Google Checkout, I handle the first two by processing the request then redirecting the user to a Receipt page to display a printable ticket and show details of the…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
5
votes
1 answer

How to save an Offer to Google Wallet using JWT?

Actually I want to save an offer to 'Google Wallet'. As I haven't worked on it before I did some RND and came across this documentation. In this documentation they are creating Offer class object at Android side but, in my case the Offer class…
Dnyanesh M
  • 1,349
  • 4
  • 18
  • 46
5
votes
1 answer

Save to Android Pay: How to delete a class from Mechant Center

I've created couple of test classes in my 'Save to Android Pay' Merchant Center. Now, I'm ready to delete some of them but I can't find that option. I tried to update the class status from UNDER_REVIEW to DRAFT but I'm getting the following error…
DMEM
  • 1,573
  • 8
  • 25
  • 43
5
votes
2 answers

Android Pay - Sample app not working ("Not available here")

I am trying to run the Android Pay sample app (https://github.com/android-pay/androidpay-quickstart), but keep getting error messages. Here are they: A pop-up with title "Not available here" and message saying "This card isn't available with Android…
5
votes
2 answers

ERROR_CODE_MERCHANT_ACCOUNT_ERROR (405) while trying Android Pay in TEST environment using Google Sample Code

Using https://github.com/android-pay/androidpay-quickstart to try Android Pay. Following are the minor changes I made for Android pay to by pass the default Google wallet implementation in the sample. Installed latest version (8.4.89) of Google…
tranandh
  • 118
  • 1
  • 8
5
votes
3 answers

Google Play can't sell apps

I have created game using Unity game engine. It works perfectly fine. I want to upload it to Google Play, I am new to Google Play Developer Console and to this whole Google Play thing actually. I managed to upload .apk and filled all the necessary…
Oleksandr Firsov
  • 1,428
  • 1
  • 21
  • 48
5
votes
2 answers

How to do the setup for Google Wallet Production mode from Sandbox mode in Android?

I am using Google Wallet Instant Buy as per the description given here and example provided by Google with Android SDK at this path or a similar path D:\android-sdk-windows\extras\google\google_play_services\samples\wallet as per the SDK present on…
Khan
  • 7,585
  • 3
  • 27
  • 44
5
votes
2 answers

Google Wallet for Digital Goods API vs Google Play In-app Billing

Wondering whats the difference between Google Wallet Billing APIs and Google Play in-app billing. Whats the advantage of using GooglePlay in-app purchase billing service over Google Wallet billing APIs? I see Wallet APIs also supports Android, then…
bianca
  • 7,004
  • 12
  • 43
  • 58
1 2
3
36 37