KashierDevelopersKashier Developers

Get terminal details

curl -X GET "https://test-api.kashier.io/v2/terminals/YOUR_TERMINAL_ID"
{  "_id": "string",  "terminalId": "string",  "serialNo": "string",  "brandModel": "string",  "merchantPayformanceId": "string",  "branchName": "string",  "address": "string",  "status": "active",  "mode": "test",  "communicationMethod": "data",  "limits": {},  "createdAt": "string"}

Retrieves one terminal on your merchant account, including its branch, status, mode, and card-acceptance limits.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

identifier*string

The terminal's identifier — its record ID, terminal ID, or serial number.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/v2/terminals/{identifier}