#kikoh_code
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/1496962367987257576
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here's a view of the network requests from my POS. Using Wifi the JackRabbitService connects and is fine, but if the reader is only connected via cellular it times out. I'm testing this since my client has an unreliable local network, so having it work over cellularly only would be a great benefit.
My guess- does the cellular service only work if you run the POS software directly on the S710? Unfortunately my client prefers a larger display (10" tablet), which means having the separate browser based app using the Stripe JS library.
Yeah, this is a limitation of the JS SDK, noted here
https://docs.stripe.com/terminal/payments/setup-integration?terminal-sdk-platform=js
The JavaScript SDK requires your POS and reader on the same local network with working local DNS
gotcha, thank you. I'll assess shifting the logic to the server side, since I'm already using some server side code for capturing the payments.