Adyen · Schema

ResponseAdditionalDataInstallments

ResponseAdditionalDataInstallments schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
installmentPaymentData.installmentType string Type of installment. The value of `installmentType` should be **IssuerFinanced**.
installmentPaymentData.option[itemNr].annualPercentageRate string Annual interest rate.
installmentPaymentData.option[itemNr].firstInstallmentAmount string First Installment Amount in minor units.
installmentPaymentData.option[itemNr].installmentFee string Installment fee amount in minor units.
installmentPaymentData.option[itemNr].interestRate string Interest rate for the installment period.
installmentPaymentData.option[itemNr].maximumNumberOfInstallments string Maximum number of installments possible for this payment.
installmentPaymentData.option[itemNr].minimumNumberOfInstallments string Minimum number of installments possible for this payment.
installmentPaymentData.option[itemNr].numberOfInstallments string Total number of installments possible for this payment.
installmentPaymentData.option[itemNr].subsequentInstallmentAmount string Subsequent Installment Amount in minor units.
installmentPaymentData.option[itemNr].totalAmountDue string Total amount in minor units.
installmentPaymentData.paymentOptions string Possible values: * PayInInstallmentsOnly * PayInFullOnly * PayInFullOrInstallments
installments.value string The number of installments that the payment amount should be charged with. Example: 5 > Only relevant for card payments in countries that support installments.
View JSON Schema on GitHub