#Zetsuman
1 messages · Page 1 of 1 (latest)
Hello 👋
What SDK are you currently using for the integration?
@stripe/terminal-js
Gotcha. I think you'd want to set fail_if_in_use parameter on connectReader
https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=js&reader-type=internet#multiple-connections
This allows you to avoid multiple connections to the same reader
Thank you)