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 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
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
Export terminals GET
Exports the terminals on your merchant account as an Excel workbook, using the same filters as the terminals list.
List products GET
Retrieves the merchant's products. Every filter is optional — call it with no query at all to page through the whole catalogue, or narrow it down by category, stock status, currency, or a free-text…