#bawanglong1715
1 messages · Page 1 of 1 (latest)
Hello bawanglong1715, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• bawanglong1715, 1 days ago, 25 messages
• bawanglong1715, 2 days ago, 26 messages
If you open console, does it print any error?
Probably your account. Can you share your account id acct_xxx and then this GooglePay URL?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I see you haven't turned on GooglePay
Yes, because my users cannot use Google Pay, I temporarily turned off Google Pay. But I turned it on in the test environment, and I will turn it on when I plan to use the test environment to officially use Google Pay.
GooglePay URL:applepay.qiuitoy.com
I want to ask you, how should I configure this URL correctly?
We need an accessible URL first to start debugging. Can you provide the URL of the page in your screenshot?
Hmm that page only shows a string
What conditions does the URL you need meet?
Yes, the URL I just sent is an interface address for obtaining background data.
I would like to see this UI on my side. Is this a website or mobile app?
This is an APP
Oh, an Android App? and PaymentSheet?
yes
Hi! I'm taking over this thread.
ok
Like the error suggest, could you try with a different payment method to see if it works?
Other payment methods are available
I meant add a different card to your Google Pay wallet, and retry Google Pay.
OK I'll try it
I added a new card and still have the same problem
A Google Pay error code OR_BIBED_06 has appeared.
Hum, looking into this.
OK
Is your app build in React Native, or on Android directly?
Built directly on top of Android
Can you share your code your're using when you call GooglePayLauncher
Specifically, are you passing environment = GooglePayEnvironment.Test?
It should be Test not Production if this is a test mode payment (which the screenshot says it is)
Yes, I understand. I am using the official environment for testing.
I don't understand what 'official environment' means?
I have tested both the test environment and the official environment, and neither of them can invoke Google Pay.
You're using your test API keys as per the screenshot, hence the 'test mode' badge in the Payment Sheet
The production environment requires that you registered your merchant identifier in the Google Pay Business Console
But you can't use GooglePayEnvironment.Production with test API keys
googlePayEnvironment = PaymentSheet.GooglePayConfiguration.Environment.Test
Google Pay cannot be invoked in this environment
And the same error occurs?
yes
OR_BIBED_06?
yes
Yeah unfortunately I don't really have an answer. Normally you need to setup Google Pay in the Business Console over at Google but that's only for production/live. This error is normally because of a mismatch of production/test environments but you say that's not the case
I'd recommend you write in to our team so we can spend some more time looking at this properly: https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Business Console where to set
In the process of connecting to Google Pay, do we need to set anything on the Google Pay platform?
If I am in a test environment, does it mean that I don’t need to operate anything on the Google Payment Platform?