#Sabina-terminal-connection
1 messages · Page 1 of 1 (latest)
wifi and hardwire are the two that you'll want to use for the BBPOS WisePOS E. Here are the docs specific to that model: https://stripe.com/docs/terminal/readers/bbpos-wisepos-e
Does that get you oriented in the right direction?
Sorry, it looks like I didn't explain the problem very well:( We have our own application through which we connect to the terminals. It works great with bluetooth and ethernet connections, I'm wondering if any additional settings are needed for terminals connected via wifi.
Oh! Okay. You'll have to generate a pairing code from the Stripe Dashboard and enter it on the device, but other than that you shouldn't need anything else
It also depends on the route you elect to go in order to set it up.
The docs you posted should cover all of that though. Are you running into an issue/error somewhere?
Sounds great! Thank you very much for your help and sorry for my english:) No, we don't have any issues. Now we are using Verifone P400, but we also think about buying WisePOS E. That's why I'm trying to understand whether we will need to make changes to the code or working with new terminals will be absolutely similar.
Ah okay, they're all a bit different, but ultimately they use very similar tech, so the differences shouldn't be too great.
Let us know if you have any other questions!
Now I'm a little bit confused. Do I understand correctly that if we use WisePOS E and connect it via Wi-Fi, we still need to find it in the application using the method Terminal.shared.discoverReaders with "discoveryMethod: .internet" in the config (if we talk about ios app, for example)?
Ah, okay. So yes, though the actual code may differ depending on what you're using of iOS. For example, this is what discovering readers looks like for Swift: https://stripe.com/docs/terminal/payments/connect-reader?reader-type=internet&terminal-sdk-platform=ios#discover-readers
Ok, I understand:) Thank you for your help! Have a good day!