Adyen · JSON Structure

Payments Additional Data Modifications Structure

AdditionalDataModifications schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

AdditionalDataModifications is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

installmentPaymentData.selectedInstallmentOption

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payments-additional-data-modifications-structure.json",
  "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"
    }
  },
  "name": "AdditionalDataModifications"
}