v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPayment Terminals
Update a local payment terminal
Update the paying team, id tag, name, and price limit of a local payment terminal.<br>Required scope: payment-terminals:write
put/api/v1/payment-terminals/local/{terminalId}
Path parameters
terminalIdinteger required
Request body
Response
Updated local payment terminal
Example response
{
"id": "payter_123",
"serial": "XYZ123-DF-123",
"name": "MyPaymentTerminal 042",
"isConnected": true,
"connectedAt": "2022-05-12T15:56:45.99Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T15:56:45.99Z",
"deletedAt": "2022-05-12T15:56:45.99Z"
}