Management Update Split Configuration Logic Request Structure
UpdateSplitConfigurationLogicRequest schema from Adyen API
UpdateSplitConfigurationLogicRequest is a JSON Structure definition published by Adyen, describing 15 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-update-split-configuration-logic-request-structure.json",
"description": "UpdateSplitConfigurationLogicRequest schema from Adyen API",
"type": "object",
"properties": {
"acquiringFees": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with adyenFees.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"additionalCommission": {
"description": "Contains the logic used to calculate your user's commission, booked directly to their balance account.",
"$ref": "#/components/schemas/AdditionalCommission"
},
"adyenCommission": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, interchange & adyenMarkup.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"adyenFees": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with acquiringFees.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"adyenMarkup": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & interchange.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"chargeback": {
"description": "Specifies the logic to apply when booking the chargeback amount.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**, **deductAccordingToSplitRatio**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount",
"deductAccordingToSplitRatio"
],
"type": "string"
},
"chargebackCostAllocation": {
"description": "Specifies the logic to apply when allocating the chargeback costs.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"commission": {
"description": "Contains the logic used to the calculate your platform's commission, booked to your liable balance account.",
"$ref": "#/components/schemas/Commission"
},
"interchange": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with schemeFee, adyenCommission & adyenMarkup.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"paymentFee": {
"description": "Specifies the logic to apply when booking the transaction fees. Cannot be combined with other fees.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"remainder": {
"description": "Specifies the logic to apply when booking the amount left over after currency conversion.\n\nPossible values: **addToLiableAccount**, **addToOneBalanceAccount**.",
"enum": [
"addToLiableAccount",
"addToOneBalanceAccount"
],
"type": "string"
},
"schemeFee": {
"description": "Specifies the logic to apply when booking the transaction fees. Should be combined with interchange, adyenCommission & adyenMarkup.\n\nPossible values: **deductFromLiableAccount**, **deductFromOneBalanceAccount**.",
"enum": [
"deductFromLiableAccount",
"deductFromOneBalanceAccount"
],
"type": "string"
},
"splitLogicId": {
"description": "Unique identifier of the split logic that is applied when the split configuration conditions are met.",
"readOnly": true,
"type": "string"
},
"surcharge": {
"description": "Specifies the logic to apply when booking the surcharge amount.\n\nPossible values: **addToLiableAccount**, **addToOneBalanceAccount**",
"enum": [
"addToLiableAccount",
"addToOneBalanceAccount"
],
"type": "string"
},
"tip": {
"description": "Specifies the logic to apply when booking tips (gratuity).\n\nPossible values: **addToLiableAccount**, **addToOneBalanceAccount**.",
"enum": [
"addToLiableAccount",
"addToOneBalanceAccount"
],
"type": "string"
}
},
"required": [
"commission"
],
"name": "UpdateSplitConfigurationLogicRequest"
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/management-update-split-configuration-logic-request-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.