Adyen · Schema

InternalCategoryData

InternalCategoryData schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
modificationMerchantReference string The capture's merchant reference included in the transfer.
modificationPspReference string The capture reference included in the transfer.
type string **internal**
View JSON Schema on GitHub

JSON Schema

transfers-internal-category-data-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/transfers-internal-category-data-schema.json",
  "title": "InternalCategoryData",
  "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
}