Adyen · JSON Structure

Terminal Print Request Structure

It conveys the data to print and the way to process the print. It contains the complete content to print. Content of the Print Request message.

Type: object Properties: 1 Required: 1
PaymentsFinancial ServicesFintech

PrintRequest is a JSON Structure definition published by Adyen, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PrintOutput

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-print-request-structure.json",
  "description": "It conveys the data to print and the way to process the print. It contains the complete content to print. Content of the Print Request message.",
  "type": "object",
  "properties": {
    "PrintOutput": {
      "$ref": "#/components/schemas/PrintOutput"
    }
  },
  "required": [
    "PrintOutput"
  ],
  "name": "PrintRequest"
}