#Krunal

1 messages · Page 1 of 1 (latest)

limber thornBOT
summer zealot
mental swallow
#

let me check

#

yes we are using it

#

Register smart readers (Verifone P400 and BBPOS WisePOS E)

#

for above 2 terminals

#

I need information for stripe M2 reader

summer zealot
#

If you scroll down a bit, you will find the info about bluetooth readers

mental swallow
#

okay found out. thanks
So at the time of discovery we can send location id but
how can we register that reader on specific location as Pairing code is not there in reader
Which pair code should be used for M2 reader.
Can you guide me for that?

summer zealot
#

There's no pairing required for M2 readers.

mental swallow
#

so how it works with multi location concept ?

summer zealot
#

You specify a location when you register the bluetooth reader

#

What do you mean by multi location?

#

One reader can only be registered to one location, if you register the same reader to another location, it will be automatically de-registered to the previous location.

mental swallow
#

You specify a location when you register the bluetooth reader
=> Is it using API end ( Server ) or Client end ( Mobile ) ?

#

without pair code how can we register ?
Which method should be used ?

summer zealot
#

For bluetooth readers, you need to register them from client end (aka mobile app)

mental swallow
#

Which method should be used for mobile app sdk ?

summer zealot
#

by specifying the locationId in your BluetoothConnectionConfiguration. It's in the doc that I shared earlier.

mental swallow
#

ok Is it possible to Discover both Bluetooth & Internet Readers togeather ?

#

or only 1 method allowed

summer zealot
#

Only 1 at a time.

mental swallow
#

ok so as per above discussion
When we discover with location id and Bluetooth config it register the M2 reader and discover

Am i right ?

summer zealot
#

Stripe will register the M2 reader to the location that you specify in the BluetoothConnectionConfiguration

mental swallow
#

ok cool

#

So if customer have 2 terminals
We need to ask mobile app for discovery methods as per example app
Right?

summer zealot
#

You should set the discovery method according to the reader type, e..g, INTERNET for smart readers, and BLUETOOTH_SCAN for bluetooth readers

mental swallow
#

ok thank you
will check the cases