Connect charger to Payment Terminal
x-ms-visibility: "important"
Send a request to connect charger to payment terminal. A charger can be connected only one terminal.
Path Parameters
terminalId int64 required
This is globally an unique ID for the payment terminal
chargerId string required
This is globally an unique ID for the charger
Responses
- 200
- 400
- 401
- 500
Returns connected charger and terminal IDs
application/json
Schema
Example (from schema)
response
Schema
chargerId string
terminalId int64
{
"chargerId": "string",
"terminalId": 0
}
{"chargerId":"TestCharger","terminalId":123}
Errors in the body request
Customer not found or not authorised
Unexpected error when connecting payment terminal and charger
Loading...