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
9
votes
2 answers

Keeping Android development separate from private account

I am planning to publish an android app in the google play store in the near future. I am planning to charge a small amount of money through the play store, no advertisement. My google AdSense account was locked a while ago and I am still not sure…
user2995388
  • 91
  • 1
  • 2
8
votes
1 answer

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 validation by using public key, signedData and…
snaggs
  • 5,543
  • 17
  • 64
  • 127
8
votes
2 answers

Identifying refunded Play Store downloads

Play Store is now automatically approving refunds if they happen with 2 hours after the purchase. I have an Android App where people can create and control a VPS gaming host from the app. That is, when you start the app you go through a sign-up flow…
8
votes
1 answer

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 my scenario: I have to options one is Payment…
Ricky Khatri
  • 952
  • 2
  • 16
  • 42
7
votes
0 answers

Is it too soon to start implementing Google wallet?

Google Wallet In-App Payments, https://developers.google.com/in-app-payments/, developer documentation and tools are at the present best broken, incomplete, and/or lacking relevant information. I feel I must write this in the hope that they take…
Ben Muircroft
  • 2,936
  • 8
  • 39
  • 66
7
votes
1 answer

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 while the app is in the foreground - I am trying to…
sigute
  • 1,143
  • 12
  • 21
7
votes
2 answers

Link to Apple Wallet or Android Pay from a MVC Web Application

I’m looking for a way to add Apple Wallet/Android Pay links with in a web application (https://www.somewebsite.com) where I can pass membership card parameters (card name, member name, card number). Is this possible? I have found some examples…
esoteric
  • 105
  • 4
  • 18
7
votes
4 answers

I am not getting 'com.google.android.gms:play-services-wallet:8.4.0' update for Google play services in sdk

I have updated my Android SDK completely still I am not getting update for Google play services version 8.4.0 i.e. 'com.google.android.gms:play-services-wallet:8.4.0' like mentioned in the link for implementing Android Pay…
mithil1501
  • 506
  • 9
  • 20
7
votes
1 answer

Google Wallet / Android Pay integration in Xamarin Forms

I have Xamarin project targeting both Android and iOS platforms using Xamarin.Forms. I searched but I can't find an answer or any information about that. Is there any way I can integrate Google Wallet / Android Pay in my project and what are my…
Hristo Enev
  • 2,421
  • 18
  • 29
7
votes
1 answer

Chrome extension switch from digital goods to in-app payments

With Google retiring the old iframe version in March 2015 we have to switch to the in-app payment route for our extension. How can we implement repeated purchases of the same product? I see you use the…
artfulhacker
  • 4,823
  • 1
  • 37
  • 31
6
votes
1 answer

Can we use Google pay as secondary method in Android Application?

Can we use Google pay as secondary Payment method in Android Application? Our Application have other payment method like as PayPal and One more thing our App provide digital services only and Google have changed their payment policies that you must…
6
votes
2 answers

Prevent client-side tampering when using Google Pay JavaScript API

I am trying to integrate Google Pay into our online store using the Google Pay API, and in the tutorial, there is this snippet which set the amount to pay, and currency code in a JavaScript object like this: paymentDataRequest.transactionInfo = { …
ckng
  • 545
  • 1
  • 5
  • 16
6
votes
0 answers

Google Pay Integration showing This payment option is no longer available for in this app

I am working on a Xamarin project integration Google Pay. I get the buy now button, but when I press it I am getting this message: "This payment option is no longer available for in this app" I am using Stripe as the payment gateway, and using the…
rleffler
  • 430
  • 6
  • 15
6
votes
3 answers

Contactless Payments: Detect Mobile Device or Card

I'm trying to detect whether a contactless enabled smartcard or a mobile device equipped with ApplePay, Google Pay, or Samsung Pay was used for a contactless EMV transaction. I have been researching via the EMV books, and there seems to be a tag…
raydowe
  • 1,285
  • 1
  • 16
  • 31
6
votes
1 answer

Adding NDEF message to Loyalty Card on Android Pay (Save To Android Pay API)

I'm analyzing if S2AP API is able to provide a valid replacement for an existing NFC identification process through a real NFC card. The idea is to get rid of the physical cards and use virtual cards instead. These cards got some encrypted payload…
giroxiii
  • 655
  • 5
  • 14
1
2
3
36 37