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

542 questions
4
votes
2 answers

Does Google Wallet / Google Wallet for digital goods API Support 3D-Secure?

I am seeing a % of failed transactions with Google Wallet. The error message that I get is You cancelled this order. Reason: Other. Message sent to the customer: We were unable to process your order.. I have phoned for Wallet support and I've…
benrcole
  • 143
  • 2
  • 6
4
votes
4 answers

What is the best way to migrate In-app billing Version 2 to Version 3?

I received an email from Google Wallet on Friday saying: Our records indicate you are a Play Apps developer who may be using Google Checkout APIs for notifications or reporting. On May 20, we announced that we will be replacing these APIs. We…
user2716456
  • 43
  • 1
  • 4
4
votes
2 answers

Google wallet annual recurring subscriptions?

According to the documentation Google Wallet seems to only support monthly recurring subscriptions. I'd to charge users annually for the use of an application hosted on AppEngine (purely to be able to offer the user a better price and reduce…
Devraj
  • 3,025
  • 24
  • 25
4
votes
2 answers

Canceled a order but still shows in my owned item. android inapp purchase

I did implement the v3 api of google play in app purchase in my application. Everything goes right but the strange thing is when i am testing it using my test account and canceled the order from my merchant account. in my app it still shows the item…
skygeek
  • 1,548
  • 11
  • 24
4
votes
1 answer

Something has changed in In-app billings on Android

I've spent last few days on testing in app purchases, and what I see is that something has changed in Google Play. Since yesterday I'm getting other responses in some cases and even logs in my Google Wallet are different than previous (check…
Maciek Czarnik
  • 5,950
  • 2
  • 37
  • 50
3
votes
0 answers

Wallet Android/iOS with EXPO

I'm looking for a lib that allows me to click: add wallet... to be automatically redirected to ios wallet or android wallet and add the ticket to the wallet. Is there any way to do this with expo?
Edson Junior
  • 89
  • 1
  • 6
3
votes
3 answers

Google Wallet API Codelabs example permission denied

I'm investigating the feasibility of using Google Wallet to store barcodes (for electronic prescriptions, if that matters) via the web/jwt interface. https://codelabs.developers.google.com/add-to-wallet-web#0 After carefully following all…
Robbie Matthews
  • 1,404
  • 14
  • 22
3
votes
1 answer

EMV Tag 5F25 Application Effective Date == 49.12.31

Google pay virtual Mastercard cards return 491231 in EMV Tag 5F25 (Application Effective Date) which stands for 2049.12.31 according to 'M/Chip Requirements' document: Date from which the application may be used. The date is expressed in the YYMMDD…
3
votes
1 answer

WalletPasses - Push Updates

I have integrated both Apple and Google passes into my webapp, both work, both receive push updates. But the Apple implementation (user experience) is much nicer than the Google one, and the development and implementation of passes a lot simpler…
3
votes
2 answers

This merchant is not enabled for Google Pay. [Android, React-Native]

i need to integrate android/google Pay in my app. used react-native-payments for integrate native payment wallet. Sheet open in type os TEST mode but in release mode give error Like This merchant is not enabled for Google Pay. already generate…
Hiren Vaghela
  • 916
  • 1
  • 9
  • 22
3
votes
0 answers

Always getting 'resultCode' value 1 in onActivityResult() method for 'Save to Google Pay'

I'm implementing 'Save to Google Pay' functionality in my Android app. As I haven't worked on it before, I'm following this tutorial for implementing this functionality. But, I'm always getting 'resultCode' value 1 in onActivityResult() method.…
Dnyanesh M
  • 1,349
  • 4
  • 18
  • 46
3
votes
1 answer

How to allow only Debit Cards for google wallet integration Android

I would like to accept only Debit Cards to make payment using Google Wallet, I have not find any useful articles or solutions to do so. Here is the code sample I followed: private PaymentDataRequest createPaymentDataRequest() { …
Krrish
  • 271
  • 3
  • 17
3
votes
1 answer

Is there any way to disable share pass button from wallet pass and Android pay?

Is there any way to remove share pass button in wallet pass application of iOS 9.3 and afterwards? Whenever we scan a pass in wallet pass, there is always a button "share pass" through which if someone share the pass, all information including…
3
votes
3 answers

Not Able to Add US Card in Android Pay App in India

I am implementing Android Pay in my app. For that i have followed all steps in android guide. Android Pay Guide Link | My Android Code is ready but i am unable to add card to Android Pay app to proceed further. I have added US Card Details of CITI…
Nikhilesh Patve
  • 1,760
  • 3
  • 13
  • 31
3
votes
0 answers

Android Pay: what should be 3dsEciIndicator value when decrypted Android Pay payment token doesn't provide one in case of Network Token

We are trying to integrate Android Pay into our Application, Chase Payment Tech is our Gateway and so we follow Network Tokens as indicated by Android In case of Master Card and Discover decrypted Android Pay payment token is not providing…
Shyam Sunder
  • 523
  • 4
  • 13