Adyen · Example Payload

Terminal Output Content Example

PaymentsFinancial ServicesFintech

Terminal Output Content Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OutputFormatPredefinedContentOutputTextOutputXHTMLOutputBarcode

Example Payload

Raw ↑
{
  "OutputFormat": "example_value",
  "PredefinedContent": "example_value",
  "OutputText": [
    "example_value"
  ],
  "OutputXHTML": "example_value",
  "OutputBarcode": "CODE123"
}