Adyen · Schema

Split

Split schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
account string Unique identifier of the account where the split amount should be sent. This is required if `type` is **MarketPlace** or **BalanceAccount**.
amount object The amount of this split.
description string A description of this split.
reference string Your reference for the split, which you can use to link the split to other operations such as captures and refunds. This is required if `type` is **MarketPlace** or **BalanceAccount**. For the other t
type string The type of split. Possible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.
View JSON Schema on GitHub

JSON Schema

notifications-split-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/notifications-split-schema.json",
  "title": "Split",
  "description": "Split schema from Adyen API",
  "type": "object",
  "properties": {
    "account": {
      "description": "Unique identifier of the account where the split amount should be sent. This is required if `type` is **MarketPlace** or **BalanceAccount**.\n\n",
      "type": "string"
    },
    "amount": {
      "description": "The amount of this split.",
      "$ref": "#/components/schemas/SplitAmount"
    },
    "description": {
      "description": "A description of this split.",
      "type": "string"
    },
    "reference": {
      "description": "Your reference for the split, which you can use to link the split to other operations such as captures and refunds.\n\nThis is required if `type` is **MarketPlace** or **BalanceAccount**. For the other types, we also recommend sending a reference so you can reconcile the split and the associated payment in the transaction overview and in the reports. If the reference is not provided, the split is reported as part of the aggregated [TransferBalance record type](https://docs.adyen.com/reporting/marketpay-payments-accounting-report) in Adyen for Platforms.",
      "type": "string"
    },
    "type": {
      "description": "The type of split.\nPossible values: **Default**, **PaymentFee**, **VAT**, **Commission**, **MarketPlace**, **BalanceAccount**, **Remainder**, **Surcharge**, **Tip**.",
      "enum": [
        "BalanceAccount",
        "Commission",
        "Default",
        "MarketPlace",
        "PaymentFee",
        "PaymentFeeAcquiring",
        "PaymentFeeAdyen",
        "PaymentFeeAdyenCommission",
        "PaymentFeeAdyenMarkup",
        "PaymentFeeInterchange",
        "PaymentFeeSchemeFee",
        "Remainder",
        "Surcharge",
        "Tip",
        "VAT",
        "Verification"
      ],
      "type": "string"
    }
  },
  "required": [
    "amount",
    "type"
  ]
}

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/notifications-split"
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.