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

500 questions
98
votes
5 answers

Android : inApp purchase receipt validation google play

I am using google wallet for my payment gateway, after purchasing the product google giving me a below response that { "orderId":"12999763169054705758.1371079406387615", "packageName":"com.example.app", "productId":"exampleSku", …
Binil Surendran
  • 2,244
  • 4
  • 29
  • 53
38
votes
1 answer

Saving offer to Google Wallet

In my app, I need to implement a saving offer from my app to Google Wallet. I found this tutorial: Developer Documentation- wallet , but when I tried to implement it, I encountered a problem. There is code from page: OfferWalletObject wob =…
Dima
  • 1,161
  • 10
  • 29
30
votes
2 answers

Unbelievably high rate of "customer's card was declined" on subscription API

We have an android app that is billed as a monthly recurrent subscription with a 7 days trial. The problem that I am seeing is that at the end of the trial, when the order is processed for billing, more than HALF of the attempts end up in failure…
user2653825
  • 301
  • 3
  • 4
20
votes
2 answers

CreateWalletObjectsRequest is missing from com.google.android.gms.wallet API

As per the given link: https://developers.google.com/wallet/objects/savetowalletnative I am trying to run the sample application, but in this below method, I am not able to find CreateWalletObjectsRequest. It says: "CreateWalletObjectsRequest cannot…
Manifest.xml
  • 201
  • 1
  • 4
17
votes
1 answer

Is it possible to add any merchant account in Google wallet Android API?

I'm working on Android Google wallet API, so here I want to know if this kind of flow/process is possible or not. Also 1 more thing that I want to know is: where to set merchant account ID in my code? I go through the wallet doc & sample app code,…
Rajan
  • 1,031
  • 1
  • 9
  • 17
17
votes
2 answers

Where do i find my Google Wallet Transaction ID

I am looking into transferring my app to another google account, but i can't find my "Transaction ID" as described here: Transfer your application Any idea what i am missing? Thanks in advance.
Lyck
  • 639
  • 1
  • 5
  • 18
15
votes
4 answers

How to integrate a "donate" button into a website in India?

We are developing a website for a charity trust in India. For this we need to add a "donate" button to the website for anyone who wants to donate to the charity through a payment gateway. However, both Paypal and Google Wallet / Google Checkout…
Karthik
  • 737
  • 4
  • 20
  • 48
14
votes
1 answer

Use my application for NFC payment when not set as default

Hi I'm working on android application for NFC payments. There is an option in Android settings to use an open application instead of the default one. For example when I have default application set to Android Pay and I open my app before the…
Sandak
  • 2,212
  • 7
  • 23
  • 48
13
votes
2 answers

How to test Android Pay with a debug APK?

By default, Android Pay refuses to work in debug builds, which makes testing tricky. What we've done so far is to actually merge new code into a develop or hotfix branch so our build environment will make a signed APK which can be tested. This is…
Chad Schultz
  • 7,230
  • 6
  • 53
  • 86
13
votes
2 answers

How to use android pay api with nfc?

I am trying to implement "Tap and Pay(for payment transaction)" with NFC and Android Pay API. I did not find any tutorials or examples regarding this. I looked at developer.android.com but did not get it. The above documentation talks about…
user3371398
  • 357
  • 1
  • 5
  • 19
13
votes
2 answers

How to implement NFC payments?

I want to add NFC payment to an Android application I'm working on to allow the users to pay directly to a POS. I'm interested in supporting as much POS as possible. I was wondering if it's really possible or it depends on propietary…
angudu
  • 153
  • 2
  • 5
13
votes
1 answer

Cancelling Google Wallet subscription

This is a basic functionality of subscription so I must be missing something! How can I programmaticaly cancel a Google Wallet subscription? Obviously when the user cancels their account with our service we need to cancel their subscription, instead…
albattran
  • 1,807
  • 1
  • 10
  • 14
12
votes
2 answers

Get the transaction history from Android Pay via API?

Our application (an expenses manager) would like to extract the transaction history from Android Pay in order to make it easier for the user to enter their purchase history. Is this possible - either through an Android app on the same phone where…
JonathanReez
  • 1,319
  • 3
  • 16
  • 34
12
votes
2 answers

Google Play Order ID updated to new format

All my recent Android app purchases show a new order ID format. The OLD format: [merchant ID].[actual order ID] We could use this format to check if the prefix of the order ID matches with the merchant ID and prevent possible hacks by apps like…
Aritra Roy
  • 14,384
  • 6
  • 63
  • 99
9
votes
2 answers

Android Pay - Testing from outside US

So I need to integrate Android Pay into an application I'm working on. This option within the app will be for US users only however I am in the UK and am having great difficulty trying to test my implementation. I'm using a sandbox Stripe account…
crazyfool
  • 1,363
  • 3
  • 18
  • 36
1
2 3
33 34