Adyen · Example Payload

Checkout Sub Input Detail Example

PaymentsFinancial ServicesFintech

Checkout Sub Input Detail 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

configurationitemskeyoptionaltypevalue

Example Payload

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