Questions tagged [google-pay]

Google Pay is a payment service developed by Google that is used to send and receive money from a mobile device or computer.

589 questions
7
votes
1 answer

How can create google pay for Ionic 4 (android / ios ) app?

I have created google pay for web using following URL : Google pay for Web I want to create same google pay for ionic 4 app which works on android and ios app How can I create? Any reference... Please guide... Thanks in advance
Rahul Prajapati
  • 426
  • 1
  • 4
  • 12
7
votes
2 answers

Google pay transaction fails with 409 error

We integrated Google pay with tokenization type as TOKENIZATION_DIRECT with public_key added as a parameter. .setPaymentMethodTokenizationType( WalletConstants.PAYMENT_METHOD_TOKENIZATION_TYPE_DIRECT) …
Uday
  • 5,933
  • 9
  • 44
  • 76
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
0 answers

Google pay "the transaction may be risky. For your safety, it can't be completed at this time" what i do to remove this here is code

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:
6
votes
3 answers

Invoking UPI apps from my react-native App works in iOS but not in Android

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'; break; case 'GPAY' : url =…
kernelman
  • 992
  • 1
  • 13
  • 28
6
votes
3 answers

Where is Google pay Developer account and how to generate public key to upload in it?

No One on Whole of Stack overflow no one has answer to this, I dont know why , has no one worked with Google pay on android?? . According to google : Follow this link…
YogiAR
  • 2,207
  • 23
  • 44
6
votes
0 answers

Setting up Google Pay API for Passes

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 Info page is displayed. I can't find any accounts, 0…
6
votes
0 answers

How to close google pay dialog programmatically

In business logic we have a timer So if timer runs out we need to stop user from paying using google pay. For that we want to dismiss google pay dialog programmatically. We dont find any solution in this sample project. This is the link for google…
Sountharya
  • 119
  • 6
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
2 answers

Add loyalty card to Google Pay via Google Play Services API

I have problem with adding loyalty card to google pay app using google play services api. I have got account verficication after google pay request, but I'm receiving 400 in logs. Can't find what's wrong... Code below has been written following…
Alex Nuts
  • 977
  • 8
  • 11
6
votes
3 answers

java.lang.ClassNotFoundException: android.support.v7.app.AppCompatViewInflater

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 again later", below is the error: Failed to…
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
2 answers

Google Pay API get the charged amount

I am following the tutorial here to integrate google pay API to obtain funds for my app. So far I have successfully managed to make charging but I am finding it very hard to get the charged amount on successful transfer. The google wallet…
Fawzan
  • 4,738
  • 8
  • 41
  • 85
6
votes
0 answers

Is there a google pay webhook?

Prototyping a Loyalty Card website. As per the info on https://developers.google.com/save-to-android-pay/ Seems polling is the only option on status/managing the Cards. Is there a google pay webhook? That would provide notifications for: A user…
Umair
  • 61
  • 5
1
2
3
39 40