Adyen · JSON Structure

Accounting Notifications Transfer Notification Transfer Tracking Structure

TransferNotificationTransferTracking schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

status

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/accounting-notifications-transfer-notification-transfer-tracking-structure.json",
  "description": "TransferNotificationTransferTracking schema from Adyen API",
  "properties": {
    "status": {
      "x-addedInVersion": "3",
      "description": "The tracking status of the transfer.",
      "enum": [
        "credited"
      ],
      "type": "string"
    }
  },
  "type": "object",
  "name": "TransferNotificationTransferTracking"
}