v1

latestOpenAPI 3.1.02026-07-24120106.5 KB

Register Terminal Device

post/billing/terminal/register

Headers

merchantstring required

Request body

appDeviceIdstring required

The app unique device ID

deviceNamestring required

Name of the device

messagestring

Response

200

codeinteger
deviceNamestring
appDeviceIdstring
messagestring

Example response

{
  "code": 623553,
  "deviceName": "xxx-yyy-123",
  "appDeviceId": "aee009f4-8d0a-49f2-848c-f583e56c90d3",
  "message": "New activation code sent"
}