Adyen · Example Payload

Checkout Installment Option Example

PaymentsFinancial ServicesFintech

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

Top-level fields

maxValueplanspreselectedValuevalues

Example Payload

Raw ↑
{
  "maxValue": 50,
  "plans": [
    "regular"
  ],
  "preselectedValue": 50,
  "values": [
    50
  ]
}