All Questions
Tagged with google-pay payment-gateway
47 questions
0
votes
1
answer
53
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
62
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 ...
1
vote
1
answer
711
views
How to test google pay 3d secure flow
Currently i am using braintree to integrate google pay. I have done all the code changes required. I have already joined test card group provided by google for testing.
But i need to test flow for 3d ...
1
vote
0
answers
721
views
Stripe.js- Google pay button isn't displaying
I'm using stripe's payment request button to display apple pay and google pay on my app:
https://stripe.com/docs/stripe-js/elements/payment-request-button
Done with domain verification and everything ...
1
vote
2
answers
3k
views
I have to create an upi URI (upi://) for accepting payments as a merchant? How to create same? Details in description
I want to create something like this
upi://pay?pa=ACCOUNT_NUMBER@IFSC_CODE.ifsc.npci&pn=MERCHANT_NAME&cu=INR
If I use the above format people are not able to pay using that link. It shows ...
1
vote
0
answers
213
views
Merchant initiated transactions fail using stored payment method in cybersource
I am using CyberSource and here is what I am trying to do:
make payment with PAN (customer initialed transaction)
store payment for future use
use stored payment method for merchant initiated ...
7
votes
1
answer
1k
views
Payment through Google Pay sometimes succeeds sometimes fails using UPI Intent in Android Studio [business UPI ID]
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 ...
0
votes
0
answers
181
views
Connecting Stripe to Google Pay: Error "IntegrationError: confirmCardPayment: Expected payment_method, or source, not payment_method_data."
I am trying to integrate Stripe with Google Pay using the following code:
async function processPayment(paymentData) {
const stripe = Stripe('pk_test_XXXXXXXXXXXXXXXXXXXXXXXX');
const ...
0
votes
0
answers
179
views
google pay and apple pay in flutter using pay pacakage
enter image description herei am using google pay as my international payment method in my app using pay: ^1.1.0 package i am seeing the pay with google option in my emulator but not in real ...
3
votes
1
answer
8k
views
we couldn't complete this action. Try a different payment method or contact us. [OR_CCREU_02]
I implement google pay from google pay docs and when i am testing it in test environment i am getting an error
"we couldn't complete this action. Try a different payment method or
contact us. [...
0
votes
1
answer
289
views
BuyFlow UI needs to be shown : Google Pay Integration Android
While integrating Google Pay I'm getting ResolvableApiException after on click of Buy With GPay button and its showing dialog with following error.
"An unexpected error has occured. Please try ...
1
vote
1
answer
775
views
Google Pay API using CyberSource Payment Gateway
I am trying to implement the Google Pay payment method in my mobile application using Cybersource Payment gateway. I refer this example/tutorial for the reference and checked the implementation.
I ...
0
votes
1
answer
244
views
how to use square gateway in google pay in react using google-pay/button-react?
I am not able to use square gateway in GooglePayButton in react to get the source id from the square gateway can someone please guide me how to use the square gateway and is it possible to implement ...
1
vote
0
answers
306
views
How to add google pay payment gateway with react?
Hello guys I am trying to integrate a payment gateway for my first e-commerce process build with react and Django as the backend. I tried with Razorpay but they halted onboarding new merchants. After ...
0
votes
1
answer
424
views
Google Pay Integration: Create order before Google Pay pop up gets triggered
I'm currently implementing the Google Pay Checkout for my website and have a problem with the flow. When the button is clicked the popup shows up immediately after but I want to first create an order ...