• Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
  • Home
  • Our APIs
  • Guides
  • Our Products
    • Nothing Found
    v1.0
    Introduction
    Authentication
    Currency
    Terminals
      get
      Get terminal List
      get
      Get Specific terminal details
      post
      Process settlement on device
    Intent

Get Specific terminal details

An individual terminal information

A functionality to return the information and status of an identified terminal. Used to obtain the Terminal's battery and connectivity status.

Securityapi_key
Request
path Parameters
mid
required
string

Merchant Identifier.

tid
required
string

Terminal Identifier.

Responses
200

Fetching a terminal was successful

401

Invalid API key/MID.

403

Forbidden from performing this action.

500
get/merchant/{mid}/terminals/{tid}
Response samples
  • 200
  • 401
  • 403
  • 500
application/json
{
  • "terminal": {
    • "deviceId": "device-123",
    • "name": "Front Counter 1",
    • "group": "string",
    • "mid": "string",
    • "terminalId": "string",
    • "status": {
      • "battery": 99,
      • "connectivity": "AVAILABLE",
      • "applicationVersion": "v1.0.1"
      }
    }
}
Legal
  • Privacy Policy
Support
  • Contact us
© Copyright Till Payments 2023. All right reserved.