Adyen · Schema

SplitConfigurationList

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

adyen-splitconfigurationlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SplitConfigurationList",
  "title": "SplitConfigurationList",
  "properties": {
    "data": {
      "description": "List of split configurations applied to the stores under the merchant account.",
      "items": {
        "$ref": "#/components/schemas/SplitConfiguration"
      },
      "type": "array"
    }
  },
  "type": "object"
}