#intelagent_best-practices

1 messages ยท Page 1 of 1 (latest)

cerulean gorgeBOT
charred matrixBOT
#

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.

cerulean gorgeBOT
#

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

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

tame silo
#

You don't have to use the server-driven integration for the S700

raven frost
#

Is it also true that you don't need to build any UI if using the S700?

#

Further, just to clarify it looks like an integration with the S700 and the m2 have no overlap as one uses terminal sdk and the other uses stripe apis is that correct? Asking so understand what it might look like to support both in the future

tame silo
raven frost
#

"You can start your server-driven integration with the following components:

Your point of sale application: The operator-facing UI that employees see when creating a transaction."

#

I'm curious if I need to make this "operator-facing UI" or if I can just display a total on the device

patent token
#

Hi ๐Ÿ‘‹

Can you describe your overall ideal integration?

raven frost
#

My overall integration is a react web app that can send a payment intent to be completed on a stripe terminal. I'm wondering if there is any UI work on the S700 needed to get that done? I see references to your "POS application" and "The operator-facing UI" but it's unclear if I need to provide a UI or if the S700 comes with a UI for processing payments

patent token
#

That sounds like our recommended server-driven integration. Is the React app an application that allows a user to create an order (either just specifiying an amount or adding items to a cart and charging the total) and the terminal reader is used to collect payment?

raven frost
#

Yes that's correct. I'm wondering if I need to also develop the app that runs on the S700?

patent token
#

I'm wondering if I need to also develop the app that runs on the S700?

Nope! You don't have to build anything directly on the S700 unless you want to. You can build the entire POS on the S700. That's our Apps on Device integration https://docs.stripe.com/terminal/features/apps-on-devices/overview

But from what you describe, the React app would be the POS in that scenario. The app would send requests to some back-end and you would make the API calls to control the reader from that back-end.