Skip to main content
116 votes
5 answers
110k views

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....
Binil Surendran's user avatar
38 votes
1 answer
858 views

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 ...
Dima's user avatar
  • 1,189
32 votes
2 answers
11k views

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, ...
user2653825's user avatar
20 votes
2 answers
1k views

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 ...
Manifest.xml's user avatar
19 votes
2 answers
15k views

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 ...
angudu's user avatar
  • 213
17 votes
1 answer
1k views

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?...
Rajan's user avatar
  • 1,069
16 votes
2 answers
14k views

Where do i find my Google Wallet Transaction ID [closed]

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's user avatar
  • 708
16 votes
4 answers
11k views

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, ...
Karthik's user avatar
  • 747
15 votes
2 answers
17k views

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 ...
Aritra Roy's user avatar
  • 15.6k
15 votes
2 answers
7k views

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 ...
user3371398's user avatar
13 votes
1 answer
4k views

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 ...
Stepan Sanda's user avatar
  • 2,342
13 votes
1 answer
2k views

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 ...
albattran's user avatar
  • 1,907
13 votes
2 answers
2k views

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 ...
Chad Schultz's user avatar
  • 7,860
12 votes
2 answers
6k views

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 ...
JonathanReez's user avatar
  • 1,589
10 votes
2 answers
7k views

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 ...
crazyfool's user avatar
  • 1,443

15 30 50 per page
1
2 3 4 5
39