google-pay Questions
3
Solved
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 te...
Ares asked 8/8, 2018 at 11:2
1
I've been following these instructions:
https://developers.google.com/pay/passes/guides/get-started/basic-setup/get-access-to-rest-api
In step
Select your account from the list. The Account ...
Auxochrome asked 26/2, 2019 at 13:27
0
I am using this library (Library link) to create a UPI intent. This library supports both payment intent and QR code generation. Now, payment through PhonePe succeeds but payment through GooglePay ...
Lombardi asked 27/8, 2023 at 17:41
3
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 Fra...
Sisk asked 3/1, 2019 at 10:36
2
Solved
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 b...
Forensic asked 1/7, 2020 at 4:58
3
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...
Surround asked 19/4, 2019 at 19:16
1
Solved
I can't find resources on the internet on How to achieve the google API integration into an Compose based app.
I need help, especially in the AutoResolveHelper.resolveTask, how to do it in compose....
Shallop asked 22/5, 2022 at 22:31
2
GPay integration was working totally fine before 2 days but now its showing same error in gpay app. Intent calling for gpay payment is not working.
I have completed transaction successfully days be...
Hatti asked 17/2, 2021 at 9:45
2
I want to use Google Pay in my app and I want to get my money in the Stripe dashboard.
I try the Flutter pay package, and now I am able to see the Google Pay sheet.
I am an Indian citizen, so I am ...
Shipowner asked 30/12, 2021 at 11:28
2
We integrated Google pay with tokenization type as TOKENIZATION_DIRECT with public_key added as a parameter.
.setPaymentMethodTokenizationType(
WalletConstants.PAYMENT_METHOD_TOKENIZATION_TYPE...
Rein asked 27/7, 2018 at 18:32
0
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 ...
Peag asked 29/7, 2021 at 19:47
3
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 Go...
Malissamalissia asked 2/3, 2020 at 2:27
1
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 Googl...
Nariko asked 1/6, 2021 at 13:47
3
I am trying to invoke few common UPI Apps (Google Pay, Phone Pay, PayTM) using deep links.
openPaymentApp = async (payApp) => {
let url = '';
switch(payApp) {
case 'PAYTM' : url = 'paytmmp';...
Enrol asked 13/12, 2020 at 6:55
2
Solved
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...
Mimetic asked 22/11, 2020 at 14:13
0
I am using this to get payment through google pay but after entering upi it gave the error:
the transaction may be risky. For your safety, it can't be completed at this time
Here is my code...
Polo asked 21/2, 2021 at 5:56
4
Solved
After looking (Googling) on the web for a while, I can find nothing that can create a link for Google Pay request.
In my Flutter app, I'd like to create a link to accept money using my Phone Numbe...
Wideeyed asked 21/5, 2020 at 13:14
1
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 ...
Altheaalthee asked 17/7, 2020 at 11:55
3
Solved
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...
Backlash asked 28/11, 2019 at 7:7
1
I'm trying to add Google Pay support to a website where we already have it working for a native app. The in-app implementation does not allow PAN_ONLY cards (due to high chargebacks), only CRYPTOGR...
Substage asked 17/9, 2020 at 10:47
1
I am trying to integrate google pay to my android app. I am following this tutorial that I found,but when I run my code I keep getting this error E/AndroidRuntime: FATAL EXCEPTION: main
Process: c...
Treed asked 24/4, 2020 at 21:7
3
I am implementing Braintree Drop-in UI with Google Pay in application and I have started getting error on selecting google pay which shows dialog with message "Unexpected developer error,please try...
Dreyer asked 4/10, 2018 at 16:48
3
Solved
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 researchi...
Talion asked 13/8, 2018 at 15:52
0
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. Inste...
Goingson asked 31/12, 2019 at 5:12
1
Solved
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 full...
Selfdetermination asked 25/11, 2019 at 13:55
1 Next >
© 2022 - 2025 — McMap. All rights reserved.