#sajol_docs
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/1309103619295023138
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! if you're using the server-driven integration (https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=server-driven) you don't have to be on the same network
okay then let me describe the steps of my integrations
- I connect reader and save my reader id
- then when paying creating payment intent , terminal token, and retrive reader info from backend.
- 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.
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.
but i couldn't find how to implement server driven system using php, can you guide me some?
there are PHP examples for everything in the docs. https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=server-driven&lang=php