Adyen · Example Payload

Management Terminal Order Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

billingEntityIdcustomerOrderReferenceitemsorderTypeshippingLocationIdtaxId

Example Payload

Raw ↑
{
  "billingEntityId": "REF-500123",
  "customerOrderReference": "REF-500123",
  "items": [
    "example_value"
  ],
  "orderType": "standard",
  "shippingLocationId": "REF-500123",
  "taxId": "REF-500123"
}