609 questions
-3
votes
1
answer
50
views
Woopayments Google/Apple Pay custom plugins [closed]
I've got a shopping cart that I've installed a plugin to select between delivery date and pickup date/time. That works perfectly as you would expect. However in WooPayments, when I switch on the ...
1
vote
2
answers
27
views
Google-pay-button paymentRequest typeErrors when building
I've created this stackBlitz example where its building fine, no errors. I have uploaded this to a repository on github for me to clone and build locally or via github.dev /stackBlitz dev.
On each of ...
-1
votes
0
answers
10
views
Can I have Apple Pay and Google Pay button to invoke an API call before presenting payment sheet?
I have an e-commerce app and I am trying to integrate Apple Pay and Google Pay in it.
For validation reason, I want to invoke an endpoint first on tap of Apple/Google Pay button before the user is ...
0
votes
1
answer
46
views
Google Pay also as a payment gateway for future payments?
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
...
0
votes
0
answers
45
views
DEVELOPER_ERROR in loadPaymentData: An error occurred in call back, please try to avoid this by setting structured error in callback response
I am attempting to create a google pay button with react however when I try and place an order i get the below error.
DEVELOPER_ERROR in loadPaymentData: An error occurred in call back, please try to ...
0
votes
0
answers
24
views
For US/UK merchants, Integrating Google Pay API with website and accept payments via QR Code/UPI
We are trying to implement Google Pay API integration for commerce websites belonging to US/UK merchants and there requirement is to accept payments via QR Code (similar to UPI payment gateway in ...
0
votes
0
answers
45
views
Unable to see Google Pay button with stripe PyamentElement
I have implemented Stripe PaymentElement on a website.
All other payment methods (card, cashapp, klarna and afterpay) working in test mode. However, whatever I do, I can't get the payment form to ...
0
votes
0
answers
40
views
Is it possible to use Google Pay in a game app that isn’t listed on the Play Store
I'm developing a mobile game and I don't plan to list it on the Google Play Store. However, I want to integrate Google Pay for in-app purchases. Is this allowed? Are there any restrictions or policies ...
0
votes
1
answer
447
views
OR_BIBED_11 error in Google Pay API after Google approving web integration (not android) [closed]
I have this button integrated in a Prestashop which was working correctly at the test stage:
Integrated Gpay button
Even if my integration has been production approved, the Gpay popup throws me this ...
0
votes
1
answer
120
views
Does the PayPal Checkout Standard integration support Apple Pay and Google Pay out of the box?
I'm looking to implement a hosted checkout experience that supports Apple and Google Pay out of the box, without having to do a lot of complex integration work. To accomplish this, I'm trying to ...
0
votes
0
answers
74
views
Google Pay Button Missing with Stripe Direct Charges in Test Mode
I'm implementing Stripe Connect and recently switched from destination charges to direct charges. Since then, I can no longer see the Google Pay button in the payment sheet when in test mode.
...
1
vote
0
answers
41
views
How to show "Scan new card" suggestion in the Android soft keyboard for scanning payment card on click of an edit text
I have tried the conventional way of adding the autofillHint="creditCardNumber" to the EditText, however, if, for some reason, the Autofill service is disabled and this autofill option of &...
-1
votes
1
answer
177
views
Stripe Payment Elements gives Google Pay Error
The payment works for card and paypal. My code:
const form = document.getElementById('payment-form');
form.addEventListener('submit', async (e) => {
e.preventDefault();
...
1
vote
1
answer
147
views
TapAndPay sdk shows error message "Something went wrong, invalid argument"
I am using Visa In-App Provisioning to obtain some test card info and OPC (Opaque Payment Card) for Google Pay (Sandbox data).
I then encode retrieved OPC to Base64 and pass it with card info in ...
1
vote
1
answer
135
views
Google Pay - recurring payments on Android via Adyen gateway
I'd like to set up the recurring payment via Google Pay on my backend. My gateway provider is Adyen. I already implemented working solution for 1-time payments. Google Pay documentation is clear about ...