Get customer's payment terminals
x-ms-visibility: "important"
Send a request to get all the payment terminals of the customer from eMabler system.
Responses
- 200
- 401
- 500
Returns payment terminals' data
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
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
Error getting data from eMabler system
Loading...