Adyen · JSON Structure

Funds Split Structure

Split schema from Adyen API

Type: object Properties: 5 Required: 2
PaymentsFinancial-ServicesFintech

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

Properties

account amount description reference type

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/funds-split-structure.json",
  "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"
  ],
  "name": "Split"
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/funds-split-structure"
All json 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.