Get payment terminal data
x-ms-visibility: "important"
Send a request to get payment terminal's data from the system.
Path Parameters
terminalId int64 required
This is the globally unique ID for the terminal
Responses
- 200
- 401
- 404
- 500
Returns the payment terminal data
application/json
Schema
Example (from schema)
Schema
id int64
name string
terminalType int32 nullable
Possible values: [0
, 1
, 2
]
Default value: 0
connectionType int32 nullable
Possible values: [0
, 1
, 2
, 3
, 4
]
Default value: 0
manufacturer string
chargerIDs string[]
{
"id": 0,
"name": "string",
"terminalType": 0,
"connectionType": 0,
"manufacturer": "string",
"chargerIDs": [
"string"
]
}
Customer not found or not authorised
Payment terminal not found in the system
Error getting data from the system
Loading...