#intelagent_best-practices
1 messages ยท Page 1 of 1 (latest)
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.
- intelagent_best-practices, 2 hours ago, 7 messages
๐ 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.
For choosing one reader vs. another, I recommend starting here: https://docs.stripe.com/terminal/payments/setup-reader#reader
You don't have to use the server-driven integration for the S700
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
Can you clarify what you mean by this?
"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
Hi ๐
Can you describe your overall ideal integration?
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
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?
Yes that's correct. I'm wondering if I need to also develop the app that runs on the S700?
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.