Home > Enterprise >  How can i connect my stripe terminal by internet
How can i connect my stripe terminal by internet

Time:11-11

Please tell me how can I connect a terminal to the android application via the Internet. Now I have a terminal BBPOS WisePOS E, I wrote an application some time ago and now I want to add functionality for connecting without bluetooth.

I've tried changing the method to internet, but it hasn't worked so far. Should this be enough, or do I need to write additional processing for connecting via the Internet?

DiscoveryConfiguration(0, DiscoveryMethod.INTERNET, false)

CodePudding user response:

First, you need connect a terminal to internet, try this.

Here how to connect this terminal to your android app. You should register your terminal by API or on Stripe dashboard

  • Related