Adyen · Example Payload

Checkout Checkout Session Installment Option Example

PaymentsFinancial ServicesFintech

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

Top-level fields

planspreselectedValuevalues

Example Payload

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