#sajol_docs

1 messages ¡ Page 1 of 1 (latest)

edgy mountainBOT
#

👋 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/1309103619295023138

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

inland crow
lusty fulcrum
#

okay then let me describe the steps of my integrations

  1. I connect reader and save my reader id
  2. then when paying creating payment intent , terminal token, and retrive reader info from backend.
  3. after that using stripe terminal js, i am connecting the reader, collecting payment method and process the payment. as StripeTerminal has the methods
    <script src="https://js.stripe.com/terminal/v1/"></script>

will it work via internet? I am a little confused.

inland crow
#

if you're using the JS library then that is not the server-driven integration, and it will only work when the POS running the web app and the S700 are on the same local network.

lusty fulcrum
#

but i couldn't find how to implement server driven system using php, can you guide me some?

inland crow