Google Pay is a payment service developed by Google that is used to send and receive money from a mobile device or computer.
Questions tagged [google-pay]
589 questions
27
votes
1 answer
How to add 'Add to Wallet' button to website to add coupons to Apple Wallet and Google Pay accounts
First off, I don't even know where to begin with this. I've tried reading through the documentation from Apple and Google, but still don't have the right answers.
My client already displays coupons on their site, which their customers either print…

yanant
- 273
- 1
- 3
- 5
20
votes
1 answer
How to add credit card to Google Pay from my app?
I'm developing mobile banking app and obviously it manages our bank credit cards. So now I need to implement "Add this card to Google Pay" button in my app but how to do Google Pay API request for this? I am unable to find any related docs. The only…

Stan
- 6,511
- 8
- 55
- 87
13
votes
1 answer
Getting error "You have exceeded the maximum transaction amount set by your bank" when calling Google Pay intent from my android app
I am facing this weird problem with my Google pay integration in android app. When I am sending an amount more than 2000(INR) I am getting the error "You have exceeded the maximum transaction amount set by your bank" even though I have not…

AkashK
- 201
- 1
- 4
- 13
11
votes
3 answers
Why does the Stripe Google Pay Button not render for me on the UI despite not having any errors or exceptions?
I've used the Stripe Payment Request Button HTML code from the stripe docs on https://stripe.com/docs/stripe-js/elements/payment-request-button to incorporate the Google Pay button on my UI but the stripe component is not being rendered on the UI.…

S C
- 167
- 1
- 2
- 5
10
votes
3 answers
Google Pay AutoResolveHelper.resolveTask() not calling onActivityResult in Fragment
I have implemented Google Pay in app and making paymentData request I am using AutoResolveHelper to display bottom sheet and than get results via onActivityResult. I am making this request from Fragment not from Activity. So I am passing parent…

Michał Ziobro
- 10,759
- 11
- 88
- 143
9
votes
3 answers
Google Pay does not show total price or displayItems
I was trying to integrate Google Pay to a native Android app. I read the doc and played around with the sample project and I noticed that there is no total price displayed on the popup for Google Pay. (There is email, shipping address, card info…

Robin Sun
- 109
- 4
9
votes
1 answer
Why Google Pay stops working when my app is installed?
I developed an app which has been widely used together with Google Pay application since two years ago and there was no problem with its HCE NFC feature until the release of Android 9.
However, I have received a lot of complaints from Android 9…

vojta
- 5,591
- 2
- 24
- 64
8
votes
2 answers
Firefox - ReferenceError: PaymentRequest is not defined
I am trying to implement google pay on a website. The external library for google pay is loaded from pay.google.com. In this google script, they call the browser api PaymentRequest(). This api is built in popular browsers like Safari, Chrome, etc.
I…

Kyle Waid
- 302
- 3
- 14
8
votes
0 answers
Pay using UPI option not showing merchant name in UPI apps?
I have integrated PayU Money SDK in my Android app. Everything works fine except when the user selects pay via UPI.
For example, while using pay via Google Pay the merchant name is not shown. Instead it shows as PayU Money has requested money from…

Vish
- 404
- 3
- 17
8
votes
3 answers
Google Pay UPI integration using URL Schemes - iOS
I'm developing an app that accepts Payment using UPI, as per the guidelines provided by the NPCI documentation available at link https://www.npci.org.in/sites/all/themes/npcl/images/PDF/UPI_Linking_Specs_ver_1.5.1.pdf I am able to replicate the…

Mohd Amir
- 83
- 1
- 6
8
votes
1 answer
Google Pay API integration in Android
I am trying to explore Google Pay API integration.
I have gone through the document provided.
OFFICIAL DOC.
and also downloaded the sample from GITHUB GITHUB LINK
I am unable to understand fully procedure for the same, like If I want to run it in…

Vir Rajpurohit
- 1,869
- 1
- 10
- 23
8
votes
2 answers
Test google pay with stripe
I integrated google pay with stripe and configured test environment in google pay and stripe . Now i want to test it , its not accepting stripe test card to my google pay . Is there any specific test card for google pay ? Is it ok to add original…

Rakki s
- 1,426
- 1
- 18
- 42
8
votes
1 answer
What is the difference between Google Pay API vs Payment Request API?
I saw that Google released a new Google Pay API for the web. However, there is also a Payment Request API fo the web. Is Google Pay just a rebrand of Payment Request API? In what cases would you use one API over the other?

SweG
- 120
- 1
- 8
7
votes
0 answers
'Package signed with unknown certificate' while trying to call 'play-services-pay' Android SDK API
I am trying to implement feature to add Loyalty Card into Google Pay account from my React Native application. I am using this tutorial.
I successfully created custom Native package and module and my calls from JavaScript are working. Thats not my…

Baterka
- 3,075
- 5
- 31
- 60
7
votes
2 answers
package com.google.android.gms.samples.wallet does not exist import com.google.android.gms.samples.wallet.Constants
I'm new Android and more new to the payment part of it , i'm going through this link to implement the Gpay into my app
https://developers.google.com/pay/api/android/guides/tutorial#checkoutactivity.java
so i copy the code as is , the version i…

Akash Jain
- 684
- 9
- 23