613 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
views
How to send additional data (e.g., loyalty points balance) via Google Wallet Smart Tap
I have a loyalty pass created in the Google Wallet Console, and I’ve already added this pass to my Google Wallet on Android.
I also have an NFC app that supports Google Smart Tap, and my application ...
Advice
1
vote
1
replies
60
views
How to test Google push provisioning API in sandbox mode
My mobile app, that I am working on for an issuer, has been whitelisted for the Google push provisioning API sandbox and my TSP is MDES, also in sandbox mode.
I have implemented the backend and ...
1
vote
1
answer
148
views
How to prevent payments on address errors?
Previously GooglePay wouldn't allow the 'Pay' button to be pressed if there were errors on the payment sheet.
This seems to have changed, and it now allows payments, even though an error has been ...
0
votes
1
answer
164
views
PayPal Checkout with GooglePay button in advanced integration - dynamic total price does not work
I used this integration for placing GooglePay button in checkout: https://github.com/paypal-examples/googlepay/tree/main/advanced-integration
It works well. I also change "totalPrice" ...
0
votes
1
answer
89
views
Gpay button is not displaying in the Flutter
I am trying to display payment button in the Inappwebview, but the button is not showing in flutter
I am using the dependency for the web view
flutter_inappwebview: ^6.1.5
and I ma using the code
...
0
votes
0
answers
331
views
iFrame attribute allowpaymentrequest vs allow="payment" and why does Google Pay not use the correct "standard"
Picture the scene, an iFrame inserted into your React application, but lo, you have an issue getting Google pay to work so you're told to add allowpaymentrequest as an attribute for the iFrame.
Simple ...
0
votes
1
answer
57
views
Accept Google Pay from custom page
I already have a working Google Pay integration with other providers than stripe working well with an integration similar to this one https://developers.google.com/pay/api/web/guides/tutorial
This is ...
0
votes
0
answers
77
views
Google Pay Invalid token id error with stripe gateway
I'm integrating Google Pay with Stripe in my webshop. The integration works perfectly in test mode, but when I switch to production, I get Invalid token id from stripe
(Stripe\Exception\...
2
votes
1
answer
69
views
Google Pay token returns unexpected structure ( returns ECv2 payload )
I'm integrating Google Pay into my frontend and backend (Node.js + Express), and running into some confusion around how to properly handle the token returned from the Google Pay API.
Here’s a ...
1
vote
0
answers
117
views
UPI intent flow payments are failing from angular web application
I am using UPI intent flow deeplink URL to launch payment intent from web Angular web application. It lets me select payments app, shows merchant`s name, merchants VPA (UPI ID), amount etc. When I ...
-1
votes
1
answer
458
views
Google Pay Integration Issue with Authorize.net – Invalid Ownership Error
I'm trying to integrate Google Pay with Authorize.net, but I'm encountering an error that suggests my account setup might be incorrect. Specifically, I see an "invalid ownership" error when ...
0
votes
0
answers
55
views
Google Pay - proxying through Charles
I have added react-native-make-payment to my Android app and the payment flow works as expected, but when proxying through Charles a network connection is shown.
Not Internet Connection. A network ...
1
vote
1
answer
131
views
How to mock GooglePay in Cypress
I followed the GooglePay implementation instructions here: https://developers.google.com/pay/api/web/guides/tutorial
Now I'm trying to test out the functionality via Cypress for my website and I'm ...
0
votes
0
answers
165
views
Decrypt direct GooglePay token
I want to do a Direct decryption using the Tink library but it says "cannot verify signature"
I generated the key pair using the following "guide" https://developers.google.com/pay/...
2
votes
1
answer
419
views
I am using Pay plugin in flutter and facing issues with Google pay. I am using stripe as a gateway method. Error code: OR_BIBED_06
I am using flutter and PAY plugin. I am receiving this issue:
This merchant is having trouble accepting your payment right now. Try using a different payment method. [OR_BIBED_06]
Here is my code:
...