#Arunkumar
1 messages · Page 1 of 1 (latest)
so we have to check in stripe dashboard ,for this
Name of the company means it can be anything right, whether it is strict with stripe related
Yes, it's what will be displayed to the customer.
okay thanks
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hello
while i am integrating gpay, i am facing Authentication error as dialog in android
what is the error you're getting
Authentication Error as a header
description is
There was an error authenting your request,please try again
would you mind sharing some code, screenshots, request ids, anything that might help contextualize your Q?
GooglePayPaymentMethodLauncher googlePayLauncher = new GooglePayPaymentMethodLauncher(
(ComponentActivity) this,
new GooglePayPaymentMethodLauncher.Config(
GooglePayEnvironment.Test,
"AE",
"Test"
),
this::onGooglePayReady,
this::onGooglePayResult
);
googlePayLauncher.present("AED",10);
before this i am initializing
PaymentConfiguration.init(this, key);
What is the country of your Stripe account?
UAE
Can you share any errors/logs from logcat?
Also, do you have payment method(s) added to your Google Pay wallet?
i am in india,..how i can test this
Right now , I am getting An unexpexted error has occurred.Please try again later [OR_BIBED_08]
Do you have the correct, non-UPI Google Wallet app on your device?
i am having only gpay with UPI
An unexpexted error has occurred.Please try again later [OR_BIBED_08]
what is this error means
Yeah that won't work unfortunately. Our Google Pay implementation does not support UPI, you need the other Google Wallet app on your device with a valid card added
That's a Google specific error and I suspect its because you don't have the correct wallet app on your device
can u suggest ,what i have to do,i am in india..working for UAE