Adyen · JSON Structure

Notification Webhooks Platform Payment Structure

PlatformPayment schema from Adyen API

Type: object Properties: 8
PaymentsFinancial ServicesFintech

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

Properties

account description modificationMerchantReference modificationPspReference paymentMerchantReference paymentPspReference 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/notification-webhooks-platform-payment-structure.json",
  "description": "PlatformPayment schema from Adyen API",
  "properties": {
    "account": {
      "description": "The account given in the related split.",
      "type": "string"
    },
    "description": {
      "description": "The description of the related split.",
      "type": "string"
    },
    "modificationMerchantReference": {
      "description": "The merchant reference of the modification.",
      "type": "string"
    },
    "modificationPspReference": {
      "description": "The pspReference of the modification.",
      "type": "string"
    },
    "paymentMerchantReference": {
      "description": "The merchant reference of the payment.",
      "type": "string"
    },
    "paymentPspReference": {
      "description": "The pspReference of the payment.",
      "type": "string"
    },
    "reference": {
      "description": "The reference of the related split.",
      "type": "string"
    },
    "type": {
      "description": "The type of the related split.",
      "enum": [
        "BalanceAccount",
        "Commission",
        "Default",
        "PaymentFee",
        "VAT"
      ],
      "type": "string"
    }
  },
  "type": "object",
  "name": "PlatformPayment"
}