v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPayment Terminals
Create a local payment terminal
Create a local (offline) payment terminal owned by the given team.<br>Required scope: payment-terminals:write
post/api/v1/payment-terminals/local
Request body
Example request
{
"teamId": 19,
"payingTeamId": 19,
"idTag": "ABC123",
"name": "Office Garage Reader",
"priceLimit": 20
}Response
Local payment terminal created
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"
}