On New Clover station I didn't able to get clover device id, Is there any separate method for Station to get device id ?
Same thins is working well on Clover Mini, Flex, etc devices
I am getting device id using Merchant Connector
On New Clover station I didn't able to get clover device id, Is there any separate method for Station to get device id ?
Same thins is working well on Clover Mini, Flex, etc devices
I am getting device id using Merchant Connector
Use MerchantDevicesV2Connector.getDevice().getId().
This returns Clover's device UUID for the current device.
EDIT: As of the time I'm editing this the above interface is not released in the SDK yet. That being the case the only option is to hit the REST endpoint https://docs.clover.com/clover-platform/reference#devicegetmerchantdevices to get all the devices then find the current device by comparing serials to Build.getSerial().
Sorry, I didn't find any thing related to "MerchantDevicesV2Connector" on clover SDK. Can you please elaborate more.
2 People are following this question.