#othella_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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.
AFAIK, that is not supported today. But let me double check
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
What differences are there between your app and the demo app?
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
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
It should, but the reader app doesn't redirect to the main app...
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
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!
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
I can copy / paste my code, but thing is the same unwanted behavior also occurs on the demo app, without any code change
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
Terminal React Native
I've just added my backend URL to .env, it works I see payment in my dashboard
I meant specific versions
I use "@stripe/stripe-terminal-react-native": "0.0.1-beta.25", I can record my terminal screen if needed.
What does 'it works' mean exactly?
Can you log the underlying mobile native SDK versions used in the build (iOS, Android)
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
How exactly can I get this info? in logcat?
It'll be in your Gradle file I believe
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
Yeah as I said I'd recommend writing in to our team directly so we can look at this async
OK. You should I contact? I kinda never know which topic to pick on the Discord server
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!
OK, seems ike you have DMs turned off. Use this link: https://support.stripe.com/?refcode=Q5nH&contact=true&discord_conversation_url=https%3A%2F%2Fdiscord.com%2Fchannels%2F841573134531821608%2F1391720716579115100&discord_username=othella_unexpected
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.
(I've just enabled teh DM, thanks for pointing this out)