question

sanjanaraj avatar image
sanjanaraj asked sanjanaraj commented

Difference between Device ID and Serial Number?

What are the use cases for device ID vs serial number? Do I need the device ID for anything if I have the serial number?

Merchant
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

David Marginian avatar image
David Marginian Deactivated answered sanjanaraj commented

It really depends on what you are doing. If you want to for example use our REST API to obtain a device by id (e.g):

https://sandbox.dev.clover.com/v3/merchants/mId/devices/deviceId

then you will need the device id. To obtain the device id you can use the REST API as well:

https://sandbox.dev.clover.com/v3/merchants/mId/devices


3 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sanjanaraj avatar image sanjanaraj commented ·

Thank you! Could you provide some use cases for when I would need to obtain a device by its device id? If it is just a unique identifier, can I use the serial number instead?

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ sanjanaraj commented ·

One example, if you are using the Remote Pay Cloud SDK, you connect to the device via device id, not serial number.

0 Likes 0 ·
sanjanaraj avatar image sanjanaraj David Marginian ♦♦ commented ·

I see, thanks for the help!

0 Likes 0 ·

Welcome to the
Clover Developer Community