Adyen · JSON Structure

Configuration Capability Settings Structure

CapabilitySettings schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

amountPerIndustry authorizedCardUsers fundingSource interval maxAmount

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/configuration-capability-settings-structure.json",
  "description": "CapabilitySettings schema from Adyen API",
  "type": "object",
  "properties": {
    "amountPerIndustry": {
      "additionalProperties": {
        "$ref": "#/components/schemas/Amount"
      },
      "description": "",
      "type": "object"
    },
    "authorizedCardUsers": {
      "description": "",
      "type": "boolean"
    },
    "fundingSource": {
      "description": "",
      "items": {
        "enum": [
          "credit",
          "debit",
          "prepaid"
        ],
        "type": "string"
      },
      "type": "array"
    },
    "interval": {
      "description": "",
      "enum": [
        "daily",
        "monthly",
        "weekly"
      ],
      "type": "string"
    },
    "maxAmount": {
      "description": "",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "name": "CapabilitySettings"
}