• 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 terminal List

The merchant's terminal fleet information

A functionality to return a list of all terminals registered with the merchant's ID; The list contains information and status of each terminal. Used to obtain Terminal IDs of the merchant and obtain their availability status.

Securityapi_key
Request
path Parameters
mid
required
string

Merchant Identifier.

Responses
200

Terminals Found.

401

Invalid API key/MID.

403

Forbidden from performing this action.

500
get/merchant/{mid}/terminals
Response samples
  • 200
  • 401
  • 403
  • 500
application/json
{
  • "terminals": [
    • {
      • "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.