#mattiaferrari_code

1 messages · Page 1 of 1 (latest)

shell wagonBOT
#

👋 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.

pulsar pike
#

Could you share an example Payment Intent ID (pi_123) for me to take a look?

thorn drift
#

pi_3RZKPMI0DEzXR7mZ1ghtZDLc

#

I'm attaching a video of what is happening to help you understanf

pulsar pike
thorn drift
pulsar pike
#

S700 has devkit and non-devkit version

#

The one you're looking at is for non-devkit

thorn drift
#

Mine is a devkit

#

I'm sending the video if it's any help

pulsar pike
#

DevKit doesn't support JavaScript integration

#

You should make sure to use Android or React Native SDK

thorn drift
#

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?

pulsar pike
#

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

thorn drift
#

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?

pulsar pike
#

JavaScript SDK is for a browser-based point-of-sale app

#

Not mobile app

thorn drift
#

The app developed with react native isn't a point of sale as well?

pulsar pike
#

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

thorn drift
#

So it isn't meant to run in a stripe terminal device

#

?

pulsar pike
#

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

thorn drift
#

Ok understood

shell wagonBOT
thorn drift
#

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?

near root
#

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

thorn drift
#

So it can’t exist an app that for example it is only used to manage tables and orders in restaurant?

near root
#

Unfortunately I think so

thorn drift
#

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

near root
#

SDK code should be public 🤔 But I think it call a deep link instead of grpc