#Hendie - terminal
1 messages · Page 1 of 1 (latest)
is there any way of being warned that you are re-registering a terminal that is already registered elsewhere?
could even be at the same location
Checking. One moment
No unfortunately that's not possible. However, for programatic integrations, if you have a reader ID or serial, you can retrieve it: https://stripe.com/docs/api/terminal/readers/retrieve to see the location: https://stripe.com/docs/api/terminal/readers/object#terminal_reader_object-location.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You could add an "are you sure" confirmation in the “generate pairing code” flow with a warning that says: “This will disconnect this reader from the currently registered location”
Good idea, thanks!