Adyen · Example Payload

Management Schedule Terminal Actions Response Example

PaymentsFinancial ServicesFintech

Management Schedule Terminal Actions Response 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

actionDetailsitemsscheduledAtstoreIdterminalsWithErrorstotalErrorstotalScheduled

Example Payload

Raw ↑
{
  "actionDetails": "example_value",
  "items": [
    "example_value"
  ],
  "scheduledAt": "example_value",
  "storeId": "REF-500123",
  "terminalsWithErrors": {},
  "totalErrors": 50,
  "totalScheduled": 50
}