#Krunal
1 messages · Page 1 of 1 (latest)
Hi there, do you have a chance to read through this doc? https://stripe.com/docs/terminal/fleet/locations#register
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
If you scroll down a bit, you will find the info about bluetooth readers
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?
There's no pairing required for M2 readers.
so how it works with multi location concept ?
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.
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 ?
For bluetooth readers, you need to register them from client end (aka mobile app)
Which method should be used for mobile app sdk ?
by specifying the locationId in your BluetoothConnectionConfiguration. It's in the doc that I shared earlier.
ok Is it possible to Discover both Bluetooth & Internet Readers togeather ?
or only 1 method allowed
Only 1 at a time.
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 ?
Stripe will register the M2 reader to the location that you specify in the BluetoothConnectionConfiguration
ok cool
So if customer have 2 terminals
We need to ask mobile app for discovery methods as per example app
Right?
You should set the discovery method according to the reader type, e..g, INTERNET for smart readers, and BLUETOOTH_SCAN for bluetooth readers
ok thank you
will check the cases