Tags Pairing
API for getting device ID using SensePass tags.
This API should be called once on new tag assignment for a register, then the register saves the device ID for the next transactions until un-pairing proccess occur.
API Interface
Pair Tag with a register
POST
https://api.sensepass.com/api/devices/match
API for getting device ID using SensePass tags.
Request Body
Name | Type | Description |
---|---|---|
pinCode* | string | SensePass Tag ID - it's located below the QR code, for example: 53K-HMD-786 |
apiKey* | string | Location or Merchant API key |
deviceId | string | Optional - Device ID of existing register, will add the tag to this device instead of creating a new device ID |
posName | string | The name of the register, this value will be shown in merchant dashboard and partners dashboard |
deviceAliasKey is the device ID created for the tag.
Examples
Creating a new device ID for a tag
Attaching a tag to existing device ID
Pair Response
Last updated