Print Receipt
Enpoint
http://{terminalIp}/devices/posprinter/printNormal
Request
| Property | Type | Description |
| HTTP Headers |
| Signature | String | Sha-256 hmac of the JSON payload. |
| Content-Type | text/plain | Content-type of the payload. |
| JSON |
| poyntRequestId | String | UUID of the request. |
| tiemout | int | Client timeout in milliseconds. |
| printingRequest | object | Encloses the property below. |
| content | String | Text to print. Property inside the printingRequest object. |
Response
| Property | Type | Description |
| HTTP Headers |
| Content-Type | application/json | Content-type of the payload. |
| Signature | String | Sha-256 hmac of the JSON payload. |
| JSON |
| poyntRequestId | String | Echos the value that was sent in the request. |
Request Example
Response Example