android-pay

How to save an Offer to Google Wallet using JWT?

爷,独闯天下 提交于 2019-12-03 16:33:14
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 object is creating at our back-end server and I'm getting ready-made JWT token just by hitting one API to our back-end server, now using that JWT token I want to save the offer to the 'Google-Wallet'. Now my question is, is it possible? if Yes please tell me How? Also please let me know if I can provide more details so that you can understand my problem

Saving offer to Google Wallet

爷,独闯天下 提交于 2019-12-03 05:30:18
问题 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 = OfferWalletObject .newBuilder()... But my environment says that class doesn't have this method. There is nothing written about this method in this page: Developer Reference Document Can someone help to solve this problem or say about other method to save

Saving offer to Google Wallet

橙三吉。 提交于 2019-12-02 19:56:29
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 = OfferWalletObject .newBuilder()... But my environment says that class doesn't have this method. There is nothing written about this method in this page: Developer Reference Document Can someone help to solve this problem or say about other method to save offer in Google wallet. Destro I have integrated Google Wallet successfully, from this Video. Link

Google Wallet digital goods: No subscription cancelled callback

不想你离开。 提交于 2019-12-02 12:07:48
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 any more when a user cancels the subscription. I still receive subscription success callbacks, but our server simply does not get any subscription cancel events. Now I have a bunch of active subscriptions on our end that are already cancelled in Google Wallet. As there is no way to query the subscription state I am totally lost. Is this is general or a temporary problem or has the wallet API been

How to test android pay App in India

我的未来我决定 提交于 2019-11-30 08:49:08
问题 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 pay" app installed on device,so we have downloaded and installed it from given link: http://www.apkmirror.com/apk/google-inc/android-pay/android-pay-1-2-111627672-release/#downloads After that we have tried to add card details to "Android Pay" app but got "Your card can't added at this time.Please

How to test android pay App in India

孤者浪人 提交于 2019-11-29 07:46:00
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 pay" app installed on device,so we have downloaded and installed it from given link: http://www.apkmirror.com/apk/google-inc/android-pay/android-pay-1-2-111627672-release/#downloads After that we have tried to add card details to "Android Pay" app but got "Your card can't added at this time.Please try again later" message. Let we know any way to add card details on Android Pay application outside

Android Pay - Testing from outside US

一世执手 提交于 2019-11-28 19:53:13
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 atm as the payment processor. Once I press the "Pay with Android Pay" button I get a popup "To make purchases using Android Pay, please set up your cards in the Android Pay app". Now the Android Pay app isn't available outside the US so I've sideloaded it, however once I try to add a card it crashes. After a quick Google it seems like this crash is

Google Play Order ID updated to new format

◇◆丶佛笑我妖孽 提交于 2019-11-28 09:14:04
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 Freedom. The NEW format: GPA. 1234-5678-9123-45678 All my recent orders start with " GPA. " (yes the additional dot is also there) There is a 17 digit number divided into 4 blocks The first 3 blocks contain 4 digits each and the last having 5 digits I want to know what does this number represent, the significance of the sub-blocks, is the merchant ID

Google Play Order ID updated to new format

假如想象 提交于 2019-11-27 02:46:46
问题 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 Freedom. The NEW format: GPA. 1234-5678-9123-45678 All my recent orders start with " GPA. " (yes the additional dot is also there) There is a 17 digit number divided into 4 blocks The first 3 blocks contain 4 digits each and the last having 5 digits I

Android : inApp purchase receipt validation google play

China☆狼群 提交于 2019-11-26 06:55:37
问题 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\", \"purchaseTime\":1345678900000, \"purchaseState\":0, \"developerPayload\":\"bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ\", \"purchaseToken\":\"rojeslcdyyiapnqcynkjyyjh\" } I am trying to make use of Receipt Validation that google play newly introduced.In