Printout Request
API ExplorerIf the selected terminal model includes an integrated printer, it can be used as an external printer for the integrated POS system’s printing functionality. The terminal supports printing in the Courier New font, with a default width of 24 characters per line.
- Follow the steps and references outlined in this section to print transaction receipts by sending a request from the server, register, or POS to the integrated Dejavoo payment terminal.
Request Body
application/xml
Response Body
application/xml
curl -X GET "https://example.com" \ -H "Content-Type: application/xml" \ -d '<request> <AuthKey/> <RegisterId>3</RegisterId> <TPN/> <RefId>4</RefId> <printer>Welcome to Our Store</printer> <t>Thank you for your purchase!</t> <b>true</b> <c>true</c> <lf>true</lf> <inv>false</inv> <IsTxnStatusScreenRequired>true</IsTxnStatusScreenRequired> </request>'<response>
<RefId>2</RefId>
<RegisterId>3</RegisterId>
<TPN>yourTPN</TPN>
<Message>Success</Message>
</response>