#robert-terminal-bbpos
1 messages · Page 1 of 1 (latest)
hey there, you should be able to get disconnect events that allow you to reconnect to the reader:
https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=js&reader-type=internet#handling-disconnects
Depending on the way the connection fails, it can take some time (eg, if the network fails we'd have to wait for some time without a signal from the reader)
But you should also be able to handle errors when you try to initiate payments on the reader and react accordingly