Adyen · JSON Structure

Transfer Webhooks Internal Category Data Structure

InternalCategoryData schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

modificationMerchantReference modificationPspReference 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/transfer-webhooks-internal-category-data-structure.json",
  "description": "InternalCategoryData schema from Adyen API",
  "type": "object",
  "properties": {
    "modificationMerchantReference": {
      "x-addedInVersion": "4",
      "description": "The capture's merchant reference included in the transfer.",
      "type": "string"
    },
    "modificationPspReference": {
      "x-addedInVersion": "4",
      "description": "The capture reference included in the transfer.",
      "type": "string"
    },
    "type": {
      "default": "internal",
      "description": "**internal**",
      "enum": [
        "internal"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "InternalCategoryData"
}