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

Google Wallet Instant Buy versus Inapp

I'm currently researching making online payments through Google Wallet for a website. There will not be physical goods. I saw that there are two very different checkout API's, inapp purchases…
Kai
  • 3,803
  • 1
  • 16
  • 33
3
votes
0 answers

Not able to create Merchant Account on Sandbox

I am trying to implement the google wallet for digital goods in my application. Here is the link : https://developers.google.com/commerce/wallet/digital/ I have created the buyer account with the testing card as told in api tutorial , but not able…
Ruby
  • 873
  • 5
  • 20
  • 47
3
votes
1 answer

What is the difference between Google Checkout & Wallet?

I just got an email from Google informing me that they will be shuttering Google Checkout and that I should switch to Google Wallet. This confuses me because I started my Google digital goods shopping cart 6 months ago I was under the impression…
Elimn
  • 150
  • 1
  • 7
3
votes
3 answers

Play Store In-App Billing custom price programmatically?

My application is used to buy journey tickets. The ticket price is different everytime. Can I use In-App Billing to make the user pay a custom price everytime? If so how? i.e. can I set the price which the user has to pay programmatically?
3
votes
2 answers

Android and Google Wallet - mandatory for one time purchase?

Is the Google Wallet online payment system on Android phones mandatory for e.g. movie, songs or game levels purchases in a similar way the Apple’s In-App-Purchase is on iOS? According to the information here “Developers offering additional content,…
STeN
  • 6,262
  • 22
  • 80
  • 125
2
votes
1 answer

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 mode, anyway) for card payments. However,…
QF0
  • 329
  • 2
  • 14
2
votes
2 answers

How to check if a pass has been added to Google Wallet?

I am using the new Google Wallet API implementation("com.google.android.gms:play-services-pay:16.1.0") for adding passes to Google Wallet app. Here is the sample: import com.google.android.gms.pay.PayClient private val walletClient: PayClient =…
Evstropov V
  • 472
  • 2
  • 10
2
votes
0 answers

Google Pay resolving yellow path provisioning caching issue

I'm implementing Google Pay in a banking app and I've run into an issue implementing the "Continue yellow path through push provisioning" test scenario, if you have access to the documentation, you can look at it here. Basically, whenever I list the…
Bojan Ilievski
  • 1,272
  • 2
  • 14
  • 22
2
votes
2 answers

How do I acknowledge an android in app purchase in nodeJS

At the moment, I am authenticating as my linked android apps google service account to verify and try to acknowledge android in app Subscriptions. I can verify them using the GET call, but when i make the POST and append :acknowledge to the end of…
2
votes
0 answers

Android Host Card Emulation only while app is open

I'm currently looking into ways to implement an Android app using Host Card Emulation in such a way that the emulated card is only active while the app is being displayed in foreground. The default behavior seems to be that Android automatically…
xblax
  • 223
  • 2
  • 6
2
votes
1 answer

Google Pay Push Provisioning Sample

I am trying to develop a routine to add a debit card from my app to Google Pay by clicking an Add to Google Pay button. The Google Pay Push Provisioning documentation provides a Little Bear example, which I'm able to build and run. However, whenever…
iSofia
  • 1,412
  • 2
  • 19
  • 36
2
votes
0 answers

Flutter app crashes after processing payment with Google Pay

I am attempting to set up payment processing in my Flutter app using the flutter google pay plugin. When processing a payment the Google Pay window appears and I am able to select a card and the payment processes successfully. The Google Pay window…
2
votes
1 answer

React Native Integration with Android Pay(android) and Apple Pay(iOS)

There is no official documentation around Android and Apple Pay integration with RN. Some of the libraries that are present are not been up to date. I'm afraid those will fail with RN 0.61. Any leads/suggestions on how to go about: integrating…
red-devil
  • 1,064
  • 1
  • 20
  • 34
2
votes
2 answers

Type for gapi.savetoandroidpay

I am trying to use Google Pay Passes with Typescript. There is a package to define the type: npm install --save @types/gapi but I don't have any method to use gapi.savetoandroidpay.render("dom-container",{ "jwt": "JWT", "onsuccess":…
2
votes
2 answers

How can I setup the shipping callbacks with Google Pay

I would like to create a payment method in my Android app, like the one in Google Photos: I want to ask the shipping address and update dynamically the shipping cost according to the country. I follow the Google Pay documentation but it doesn't give…
luhahaha
  • 115
  • 1
  • 7