Terminals

List of endpoints to interact with terminal(s) from the POS integration prospective.

Get Terminal status by ID.

Retrieve status of the terminal. If terminal had been subscribed for push notifications, system will send push notification to terminal to get an actual status. System will wait for the response for 45 seconds.

SecurityBearer or Bearer or Bearer or Bearer
Request
path Parameters
id
required
string <uuid>

TerminalId

Responses
200

Success

get/pos-api/v1/terminals/{id}/status
Request samples
Response samples
application/json
{
  • "terminalId": "00000000-0000-0000-0000-000000000000",
  • "terminalPosStatusId": 1,
  • "terminalPosStatus": "Active"
}

List merchant terminals.

SecurityBearer or Bearer or Bearer or Bearer
Request
query Parameters
page
integer <int32>
pageSize
integer <int32>
asc
boolean
orderBy
string
search
string
deliveryStatusId
integer <int32>
serialNumber
string
manufacturer
string
manufacturerId
integer <int32>
model
string
Responses
200

Success

get/pos-api/v1/terminals
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "total": 3
}