613 questions
0
votes
1
answer
67
views
how to properly configure website + Braintree + GooglePay
my website uses Braintree for payment processing.
I am trying to add GooglePay as an option.
GooglePay works just fine for some windows, android and iOS customers, but some iOS users do not see the ...
1
vote
0
answers
74
views
Play Services card recognition activity not padding edges
When implementing card recognition from the Play Services Wallet/Pay SDK, the activity that opens doesn't seem to have any sort of padding from the devices edges or safe areas. I've made a MRE repo ...
0
votes
2
answers
85
views
How to Disable (Gray out) Google Pay Button
I'm using the PayButton from Google Pay library: com.google.android.gms:play-services-wallet:19.5.0.
I'm trying to disable the button (gray out effect) but there is no android:enabled on it, it only ...
Advice
1
vote
1
replies
113
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
166
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
206
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
108
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
532
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
76
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
88
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
94
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
166
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
509
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 ...
1
vote
1
answer
169
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 ...
2
votes
1
answer
472
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:
...
