Adyen · Schema

AdditionalDataModifications

AdditionalDataModifications schema from Adyen API

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

payments-additional-data-modifications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-additional-data-modifications-schema.json",
  "title": "AdditionalDataModifications",
  "description": "AdditionalDataModifications schema from Adyen API",
  "type": "object",
  "properties": {
    "installmentPaymentData.selectedInstallmentOption": {
      "description": "This is the installment option selected by the shopper. It is required only if specified by the user.",
      "type": "string"
    }
  }
}