Hello,
I am trying to set up multiple square terminals by terminal api. However I am getting four device ids for 12 devices when they are expected to be unique. And therefore the checkout creation goes to the wrong terminal. Thanks in advance.
The flow of my app:
- Create device code /devices/codes post request
- Get Device details /devices/codes/ get request with device_code_id from previous response
And the device_id returned in step 2 is not unique. So one device id is returned when pairing three different devices.