#othella_unexpected

1 messages ยท Page 1 of 1 (latest)

mossy doveBOT
#

๐Ÿ‘‹ 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/1391720716579115100

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

humble ginkgo
#

AFAIK, that is not supported today. But let me double check

regal elbow
#

I am pretty sure it used to work and I could go back to the log screen of the demo app instead of landing to the default terminal screen. On my own app I am also stucked after payment process, I can't go back to my app to finish the user flow

humble ginkgo
#

What differences are there between your app and the demo app?

regal elbow
#

I use my own API to interact with the backend. I was stucked on not being redirected, that's why I've started the demo app again, and this unwanted behavior also occurs on the demo app

humble ginkgo
#

OK, sounds like it should work:

When initiating a payment operation, the Stripe Reader app becomes the primary and launches in full screen. Then, the Stripe Reader app guides the customer through the flow and returns control to your app after completion (success or failure) or customer cancellation. When control returns to your app, the Stripe Reader app continues to run in the background.
https://docs.stripe.com/terminal/features/apps-on-devices/build#collect-payments

regal elbow
humble ginkgo
#

You'll need to provide more details, really. Code you're using, a way to reproduce, etc. I'm not super familiar with this fucntionality, so I'd recommend writing in to my team directly and we can help you there

mossy doveBOT
#

Hello @regal elbow, we tried to send you a direct message, but couldn't

  • ๐Ÿ”— We would like to send you a message that has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
  • Please enable direct messages from members of this Discord server (please see the instructions here) and let us know so we can try again!
regal elbow
#

I can see an API call being triggered in my own API, but no response, and when I stop the server all logs with response details are displayed, as if an event was blocking the fetch

regal elbow
humble ginkgo
#

What versions of the SDK(s) are you using?

#

As I said, issues of this nature are best solved async where we can work to reproduce the issue, etc

regal elbow
#

Terminal React Native

#

I've just added my backend URL to .env, it works I see payment in my dashboard

humble ginkgo
#

I meant specific versions

regal elbow
#

I use "@stripe/stripe-terminal-react-native": "0.0.1-beta.25", I can record my terminal screen if needed.

humble ginkgo
humble ginkgo
regal elbow
#

I mean I see the payment in the dashboard, they are successful. So the issue is not with the Stripe API interaction, I suppose it's another event happening just after

regal elbow
humble ginkgo
#

It'll be in your Gradle file I believe

regal elbow
#

android.minSdkVersion=26
android.compileSdkVersion=35
android.targetSdkVersion=35
android.buildToolsVersion=35.0.0
android.jetifier.ignorelist=jackson-core
# Whether the app is configured to use edge-to-edge via the app config or `react-native-edge-to-edge` plugin
expo.edgeToEdgeEnabled=true
android.jetifier.ignorelist=jackson-core
humble ginkgo
#

Yeah as I said I'd recommend writing in to our team directly so we can look at this async

regal elbow
#

OK. You should I contact? I kinda never know which topic to pick on the Discord server

mossy doveBOT
#

Hello @regal elbow, we tried to send you a direct message, but couldn't

  • ๐Ÿ”— We would like to send you a message that has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
  • Please enable direct messages from members of this Discord server (please see the instructions here) and let us know so we can try again!
humble ginkgo
#
regal elbow
#

(I've just enabled teh DM, thanks for pointing this out)