Adyen · Schema

SplitConfigurationList

SplitConfigurationList schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array List of split configurations applied to the stores under the merchant account.
View JSON Schema on GitHub

JSON Schema

management-split-configuration-list-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/management-split-configuration-list-schema.json",
  "title": "SplitConfigurationList",
  "description": "SplitConfigurationList schema from Adyen API",
  "type": "object",
  "properties": {
    "data": {
      "description": "List of split configurations applied to the stores under the merchant account.",
      "items": {
        "$ref": "#/components/schemas/SplitConfiguration"
      },
      "type": "array"
    }
  }
}