Adyen · JSON Structure

Notifications Transfer Funds Notification Content Structure

TransferFundsNotificationContent schema from Adyen API

Type: object Properties: 7
PaymentsFinancial ServicesFintech

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

Properties

amount destinationAccountCode invalidFields merchantReference sourceAccountCode status transferCode

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/notifications-transfer-funds-notification-content-structure.json",
  "description": "TransferFundsNotificationContent schema from Adyen API",
  "type": "object",
  "properties": {
    "amount": {
      "description": "The amount transferred.",
      "$ref": "#/components/schemas/Amount"
    },
    "destinationAccountCode": {
      "description": "The code of the Account to which funds were credited.",
      "type": "string"
    },
    "invalidFields": {
      "x-addedInVersion": "5",
      "description": "Invalid fields list.",
      "items": {
        "$ref": "#/components/schemas/ErrorFieldType"
      },
      "type": "array"
    },
    "merchantReference": {
      "x-addedInVersion": "2",
      "description": "The reference provided by the merchant.",
      "type": "string"
    },
    "sourceAccountCode": {
      "description": "The code of the Account from which funds were debited.",
      "type": "string"
    },
    "status": {
      "description": "The status of the fund transfer.",
      "$ref": "#/components/schemas/OperationStatus"
    },
    "transferCode": {
      "description": "The transfer code.",
      "type": "string"
    }
  },
  "name": "TransferFundsNotificationContent"
}