#nick-terminal-readerstatus

1 messages · Page 1 of 1 (latest)

opaque relicBOT
digital seal
#

nick-terminal-readerstatus

snow pumice
#

Yes I am building out a server-driven integration now.

digital seal
#

gotcha so looks like the values can be online or offline based on the code. I flagged internally to also just get this documented (ugh so many "enum" properties without the clear list)

snow pumice
#

Cool, thank you! I appreciate the docs push as well.

#

Does offline just mean the device is literally powered down or not connected to the network, or can it also mean that it's currently handling another payment?

#

If I were to query for the reader's status while it is prompting for a card, would it be online or offline?

digital seal
#

offline means that it's not connected to the network/detected by Stripe

snow pumice
#

Ok got it, thanks. So that means there's no way to tell via API whether the reader is currently handling a transaction?

snow pumice
#

Ahh I missed that, thank you! action.status is also more what I was looking for.