Adyen · Example Payload

Terminal Sale Item Example

PaymentsFinancial ServicesFintech

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

Top-level fields

ItemIDProductCodeEanUpcUnitOfMeasureQuantityUnitPriceItemAmountTaxCodeSaleChannelProductLabelAdditionalProductInfo

Example Payload

Raw ↑
{
  "ItemID": 50,
  "ProductCode": 10,
  "EanUpc": 50,
  "UnitOfMeasure": "example_value",
  "Quantity": "example_value",
  "UnitPrice": 10.0,
  "ItemAmount": 10.0,
  "TaxCode": 50,
  "SaleChannel": 50,
  "ProductLabel": "example_value",
  "AdditionalProductInfo": "example_value"
}