Adyen · JSON Structure

Management Store Split Configuration Structure

StoreSplitConfiguration schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

balanceAccountId splitConfigurationId

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/management-store-split-configuration-structure.json",
  "description": "StoreSplitConfiguration schema from Adyen API",
  "type": "object",
  "properties": {
    "balanceAccountId": {
      "description": "The [unique identifier of the balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balanceAccounts/{id}__queryParam_id) to which the split amount must be booked, depending on the defined [split logic](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/splitConfigurations#request-rules-splitLogic).",
      "type": "string"
    },
    "splitConfigurationId": {
      "description": "The unique identifier of the [split configuration profile](https://docs.adyen.com/marketplaces-and-platforms/automatic-split-configuration/create-split-configuration/).",
      "type": "string"
    }
  },
  "name": "StoreSplitConfiguration"
}