#irshad-ali-jan_unexpected

1 messages ยท Page 1 of 1 (latest)

radiant berryBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217056130409168957

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

wraith shoreBOT
#

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.

quasi cosmos
#

How are you creating your Checkout Sessions?

#

Can you share a cs_xxx ID?

lone dirge
#

we have mobile app which calls backend controller which in return creates a session stripe.checkout.sessions.create

quasi cosmos
#

Are you opening those URLs in a webview? Or the native browser?

lone dirge
#

this is cs ID for that specific transaction
cs_live_a1VNxdoHyQwWqjHDJPMPyKoQWy204KQd29C7fPNyiChXHDlCetDUrkspJx

#

its a webview

quasi cosmos
#

Google Pay isn't very compatible with webviews, so the likelihood is that this is a symptom of that. If you're building a native mobile app, you shouldn't be using Checkout really but our native mobile UIs/SDKs

lone dirge
#

we are using react native

quasi cosmos
#

Otherwise try redirecting to Checkout in a non-webview

lone dirge
#

if its a non-webview will it work as expected?

quasi cosmos
#

I'm not sure โ€“ I think so yes

lone dirge
#

so if we use a react native sdk as you suggested so what will be its impact on our current backend code? Does it mean we need to do all that what we do on backend inside react native ?

quasi cosmos
lone dirge
#

ok thanks for your explanation.