Adyen · Example Payload

Checkout Input Detail Example

PaymentsFinancial ServicesFintech

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

Top-level fields

configurationdetailsinputDetailsitemSearchUrlitemskeyoptionaltypevalue

Example Payload

Raw ↑
{
  "configuration": {},
  "details": [
    "example_value"
  ],
  "inputDetails": [
    "example_value"
  ],
  "itemSearchUrl": "example_value",
  "items": [
    "example_value"
  ],
  "key": "example_value",
  "optional": true,
  "type": "standard",
  "value": "example_value"
}