Adyen · Schema

AdditionalDataModifications

PaymentsFinancial ServicesFintech

Properties

Name Type Description
installmentPaymentData.selectedInstallmentOption string This is the installment option selected by the shopper. It is required only if specified by the user.
View JSON Schema on GitHub

JSON Schema

adyen-additionaldatamodifications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdditionalDataModifications",
  "title": "AdditionalDataModifications",
  "properties": {
    "installmentPaymentData.selectedInstallmentOption": {
      "description": "This is the installment option selected by the shopper. It is required only if specified by the user.",
      "type": "string"
    }
  },
  "type": "object"
}