37 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....
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 ...
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 ...
4
votes
2
answers
4k
views
How to test android pay App in India
We are trying to integrate android pay functionality into our android application using below tutorial link:
https://developers.google.com/android-pay/android/tutorial
To test this, we need "Android ...
1
vote
2
answers
482
views
Does Google Wallet server calls back on every renewal of a subscription?
I have a wallet integrated Web product using the subscriptions API, as described here in the documentation. Have simulated an initial payment and a cancelation, and all works well.
Does the Google ...
0
votes
2
answers
197
views
Google Wallet digital goods: No subscription cancelled callback
I've been using Google Wallet for handling our subscriptions for some months now.
Everything seemed to work fine but I just found out that Google Wallet does not send subscription cancel confirmations ...
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 ...
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, ...
8
votes
1
answer
14k
views
Google wallet integration in android app
I am in way to develop an android app in which we can open google wallet for payment through credit card etc.
I want to integrate google wallet in my android app to launch on a button click.
Here is ...
8
votes
1
answer
2k
views
How to validate Google receipt validation locally with old Order ID format?
I want to validate Google receipt validation but since I don't have client key, I cannot use Google API: https://developers.google.com/android-publisher/archive/v1_1/inapppurchases/get
So I do local ...
7
votes
1
answer
2k
views
Can Android Pay be disabled in-app?
I am looking for a way to suppress Android Pay app for one activity. iOS has requestAutomaticPassPresentationSuppressionWithResponseHandler method, which allows exactly this - suppressing Apple Pay ...
5
votes
2
answers
3k
views
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 ...
5
votes
1
answer
2k
views
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 ...
4
votes
5
answers
13k
views
Stripe PaymentElement not showing Google Pay
I have a Stripe custom payment flow on a website. This is based on the quickstart code, with the JavaScript SDK, HTML, and Python. This creates a PaymentElement, and mounts it.
This all works (in test ...