#josmond
1 messages ยท Page 1 of 1 (latest)
Hi there!
Hi
The merchant would have access to a website that communicates with a Stripe Terminal? If so that's possible with the JavaScript SDK and server-driven integration. You can learn more about both here: https://stripe.com/docs/terminal/quickstart
brillant and you can add UK into our allowed countries list?
This is explained at the top of this page:
The server-driven integration is generally available in the United States and Canada. To request access to the server-driven integration in countries other than the US and CA, please email stripe-terminal-betas@stripe.com.
https://stripe.com/docs/terminal/payments/setup-integration
I have done the code for the website to comunicate with stripe, but it tells me not allowed in my country (UK)
I have emailed them last tuesday, but no response ๐ฆ
Sorry I cannot help, you have to be patient. Also since it's not publicly available in your country, maybe you won't be able to get access. In this case you may want to try the JavaScript SDK that is available in the UK.
thanks for your help, I thought Javascript SDK method used the server integration?
No it's two different integration. JavaScript SDK is available in the UK, sever-side is not.
so how does a webpage connect to a bluetooth device :/
So you want to use a BBPOS WisePad 3 with the JavaScript SDK? Then you need to follow this: https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=js
I did read through that the other day, all works fine if I do simulate:true, but when I go :false, it never finds any readers. I can't understand how a website can initiate a connection with a bluetooth device
If your computer and the terminal reader are connected on the same network (like on wifi for example), then it should work.
Would this work over 4G?
That's another thing, we have bought a Wisepad3 and the documentation said to install the "official app" to pair the device, but looking all over over the Web there is no obvious app available ๐ฆ
Hey! Taking over for my colleague. Let me catch up.
The bluetooth integration is for mobile and not for web
For wise pad 3 you can only use mobile integration:
https://stripe.com/docs/terminal/quickstart?reader=wp3&platform=android
That's what I thought, so server integration is the only way?
Server-driven integration is available only for wise pos E and and Stripe Reader 700?
https://stripe.com/docs/terminal/payments/setup-reader#reader
What you mean by "server integration" ? you mean like do you need a backend or not ? yes you need a backend infact.
by "server integration", i meant we talk to the reader through stripe, but now I see our model isn't compatible ๐
Ah ok, no worries, don't hesitate to reach out if you have any follow up question.
thank you guys - you've really helped!