Device Interaction/displayOnTerminal
Display on Terminal
Push branded text or status messages to the terminal screen.
POST
/v1/device/displayRender text on the terminal screen — useful for idle-screen branding, order summaries while the cardholder pays, or status messages between transactions. The display clears automatically after duration milliseconds, or persists until the next display call or transaction begins.
Request body
application/json
linesarrayrequiredLines of text to display (1–10).
durationintegerDuration in milliseconds. 0 or omitted = persistent until replaced.
Example: 10000
clearPreviousbooleanClear the screen before displaying new content.
Example: true
Response
application/json
successbooleanWhether the display was accepted.
Example: true
commerce-api/openapi.yaml · displayOnTerminal