Adyen · Schema

SplitConfigurationRule

SplitConfigurationRule schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
currency string The currency condition that defines whether the split logic applies. Its value must be a three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217).
fundingSource string The funding source condition of the payment method (only for cards). Possible values: **credit**, **debit**, or **ANY**.
paymentMethod string The payment method condition that defines whether the split logic applies. Possible values: * [Payment method variant](https://docs.adyen.com/development-resources/paymentmethodvariant): Apply the spl
ruleId string The unique identifier of the split configuration rule.
shopperInteraction string The sales channel condition that defines whether the split logic applies. Possible values: * **Ecommerce**: Online transactions where the cardholder is present. * **ContAuth**: Card on file and/or sub
splitLogic object Contains the split logic that is applied if the rule conditions are met.
View JSON Schema on GitHub

JSON Schema

management-split-configuration-rule-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-rule-schema.json",
  "title": "SplitConfigurationRule",
  "description": "SplitConfigurationRule schema from Adyen API",
  "type": "object",
  "properties": {
    "currency": {
      "description": "The currency condition that defines whether the split logic applies.\nIts value must be a three-character [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217).",
      "type": "string"
    },
    "fundingSource": {
      "description": "The funding source condition of the payment method (only for cards).\n\nPossible values: **credit**, **debit**, or **ANY**.",
      "enum": [
        "credit",
        "debit",
        "ANY"
      ],
      "type": "string"
    },
    "paymentMethod": {
      "description": "The payment method condition that defines whether the split logic applies.\n\nPossible values:\n* [Payment method variant](https://docs.adyen.com/development-resources/paymentmethodvariant): Apply the split logic for a specific payment method.\n* **ANY**: Apply the split logic for all available payment methods.",
      "type": "string"
    },
    "ruleId": {
      "description": "The unique identifier of the split configuration rule.",
      "readOnly": true,
      "type": "string"
    },
    "shopperInteraction": {
      "description": "The sales channel condition that defines whether the split logic applies.\n\nPossible values:\n* **Ecommerce**: Online transactions where the cardholder is present.\n* **ContAuth**: Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer).\n* **Moto**: Mail-order and telephone-order transactions where the customer is in contact with the merchant via email or telephone.\n* **POS**: Point-of-sale transactions where the customer is physically present to make a payment using a secure payment terminal.\n* **ANY**: All sales channels.",
      "enum": [
        "Ecommerce",
        "ContAuth",
        "Moto",
        "POS",
        "ANY"
      ],
      "type": "string"
    },
    "splitLogic": {
      "description": "Contains the split logic that is applied if the rule conditions are met.",
      "$ref": "#/components/schemas/SplitConfigurationLogic"
    }
  },
  "required": [
    "paymentMethod",
    "shopperInteraction",
    "currency",
    "splitLogic"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/management-split-configuration-rule"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.