Payment Terminals
Retrieve a single payment terminal
Required scope: payment-terminals:read
get/api/v1/payment-terminals/{paymentTerminalId}
Path parameters
paymentTerminalIdstring required
Response
Payment Terminal with provided id
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.