Adyen · Example Payload

Terminal Customer Order Example

PaymentsFinancial ServicesFintech

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

Top-level fields

CustomerOrderIDSaleReferenceIDOpenOrderStateStartDateEndDateForecastedAmountCurrentAmountCurrencyAccessedByAdditionalInformation

Example Payload

Raw ↑
{
  "CustomerOrderID": "REF-500123",
  "SaleReferenceID": "REF-500123",
  "OpenOrderState": true,
  "StartDate": "2025-03-15T14:30:00Z",
  "EndDate": "2025-03-15T14:30:00Z",
  "ForecastedAmount": 10.0,
  "CurrentAmount": 10.0,
  "Currency": "USD",
  "AccessedBy": "example_value",
  "AdditionalInformation": "example_value"
}