Adyen · Example Payload

Management Terminal Order Example

PaymentsFinancial ServicesFintech

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

Top-level fields

billingEntitycustomerOrderReferenceiditemsorderDateshippingLocationstatustrackingUrl

Example Payload

Raw ↑
{
  "billingEntity": "example_value",
  "customerOrderReference": "REF-500123",
  "id": "REF-500123",
  "items": [
    "example_value"
  ],
  "orderDate": "example_value",
  "shippingLocation": "example_value",
  "status": "active",
  "trackingUrl": "example_value"
}