583 questions
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....
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 ...
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, ...
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 ...
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 ...
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?...
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.
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, ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...