Adyen · Example Payload

Checkout Line Item Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

amountExcludingTaxamountIncludingTaxbrandcolordescriptionidimageUrlitemCategorymanufacturerproductUrlquantityreceiverEmailsizeskutaxAmounttaxPercentageupc

Example Payload

Raw ↑
{
  "amountExcludingTax": 50,
  "amountIncludingTax": 50,
  "brand": "example_value",
  "color": "example_value",
  "description": "A sample description.",
  "id": "REF-500123",
  "imageUrl": "example_value",
  "itemCategory": "example_value",
  "manufacturer": "example_value",
  "productUrl": "example_value",
  "quantity": 50,
  "receiverEmail": "user@example.com",
  "size": "example_value",
  "sku": "example_value",
  "taxAmount": 50,
  "taxPercentage": 50,
  "upc": "example_value"
}