Adyen · Example Payload

Terminal Input Update Example

PaymentsFinancial ServicesFintech

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

Top-level fields

MessageReferenceOutputContentMenuEntryOutputSignatureMinLengthMaxLengthMaxDecimalLength

Example Payload

Raw ↑
{
  "MessageReference": "REF-500123",
  "OutputContent": "example_value",
  "MenuEntry": [
    "example_value"
  ],
  "OutputSignature": "example_value",
  "MinLength": 50,
  "MaxLength": 50,
  "MaxDecimalLength": 50
}