Adyen · Schema

InstallmentOption

InstallmentOption schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
maxValue integer The maximum number of installments offered for this payment method.
plans array Defines the type of installment plan. If not set, defaults to **regular**. Possible values: * **regular** * **revolving**
preselectedValue integer Preselected number of installments offered for this payment method.
values array An array of the number of installments that the shopper can choose from. For example, **[2,3,5]**. This cannot be specified simultaneously with `maxValue`.
View JSON Schema on GitHub