#mattiaferrari_code
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/1382861531792015411
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- mattiaferrari_error, 1 day ago, 4 messages
Could you share an example Payment Intent ID (pi_123) for me to take a look?
pi_3RZKPMI0DEzXR7mZ1ghtZDLc
I'm attaching a video of what is happening to help you understanf
DevKit 700 is app on device. Only Android and React Native are supported: https://docs.stripe.com/terminal/features/apps-on-devices/build?terminal-sdk-platform=react-native
Which documentation do you follow to integrate DevKit 700? Can you share the link?
Ah ok maybe i have missed something
I looked at this
https://docs.stripe.com/terminal/designing-integration?platform=web
https://docs.stripe.com/terminal/features/apps-on-devices/build?terminal-sdk-platform=react-native is for devkit integration
DevKit doesn't support JavaScript integration
You should make sure to use Android or React Native SDK
Wait what?
More general question: is there a way to redirect to my app after the payment without integrating directily the stripe sdk in a kotlin or react native application?
Can i deploy my test app from my pc on a device that isn't a devkit? And on that device the redirection works?
Stripe only supports Android or React Native integration officially. For other infrastructure like ionic, I'm afraid there is a limited help we can offer here. If you have set return_url and it still doesn't work, I'd suggest changing to Stripe official's SDKs
So what is the purpouse of the javascript sdk?
Like, what is the correct use case of the javascript sdk if it doesn't exist a way to return to my app?
The app developed with react native isn't a point of sale as well?
Stripe React Native SDK is for mobile app point of sale app
JavaScript SDK is for browser based point of sale app
Meaning that you use the browser (such as Chrome in Android) for your integration
Javascript SDK is to trigger the payment on the browser and calling another Stripe reader to complete the payment. For example, my web-based app is on my tablet, and I'll trigger the payment request to my Stripe reader. The web-based app and reader are two different devices
App on device in this case is the point of sale app is the same as the reader itself - Stripe only supports Android and React Native SDK officially
Ok understood
Last question then we can wrap this up
If i want to submit a dashboard app to the review to be uploaded to the devices (the app does not manage any payment) will it be approved or like instantly rejected?
Hi, taking over here
Can't say for sure but I don't think it will be approved. Apps on devices is only specifically for accepting payment integration
So it can’t exist an app that for example it is only used to manage tables and orders in restaurant?
Unfortunately I think so
Is the kotlin code for the sdk public? For instance i’m looking for the code that makes the rpcs calls to the stripe payment app on the device
SDK code should be public 🤔 But I think it call a deep link instead of grpc