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 string nullable
Possible values: [CPS
, CLOUD
, OTHER
]
Default value: CPS
connectionType string nullable
Possible values: [SIEMENS
, PAYTER_CLOUD
, WORLDLINE
, NETS
, OTHER
]
Default value: SIEMENS
manufacturer string
chargerIDs string[]
{
"id": 0,
"name": "string",
"terminalType": "CPS",
"connectionType": "SIEMENS",
"manufacturer": "string",
"chargerIDs": [
"string"
]
}
Customer not found or not authorised
Payment terminal not found in the system
Error getting data from the system
Loading...