Adyen · Example Payload

Management Terminal Settings Example

PaymentsFinancial ServicesFintech

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

Top-level fields

cardholderReceiptconnectivitygratuitieshardwarelocalizationnexoofflineProcessingopipasscodespayAtTablepaymentreceiptOptionsreceiptPrintingrefundssignaturestandalonesurchargetapToPaytimeoutswifiProfiles

Example Payload

Raw ↑
{
  "cardholderReceipt": "example_value",
  "connectivity": "example_value",
  "gratuities": [
    "example_value"
  ],
  "hardware": "example_value",
  "localization": "example_value",
  "nexo": "example_value",
  "offlineProcessing": "example_value",
  "opi": "example_value",
  "passcodes": "CODE123",
  "payAtTable": "example_value",
  "payment": "example_value",
  "receiptOptions": "example_value",
  "receiptPrinting": "example_value",
  "refunds": "example_value",
  "signature": "example_value",
  "standalone": "example_value",
  "surcharge": "example_value",
  "tapToPay": "example_value",
  "timeouts": "example_value",
  "wifiProfiles": "example_value"
}