Adyen · JSON Structure

Transfer Webhooks Transfer Notification Transfer Tracking Structure

TransferNotificationTransferTracking schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

estimatedArrivalTime 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/transfer-webhooks-transfer-notification-transfer-tracking-structure.json",
  "description": "TransferNotificationTransferTracking schema from Adyen API",
  "type": "object",
  "properties": {
    "estimatedArrivalTime": {
      "x-addedInVersion": "3",
      "description": "The estimated time the beneficiary should have access to the funds.",
      "type": "datetime"
    },
    "status": {
      "x-addedInVersion": "3",
      "description": "The tracking status of the transfer.",
      "enum": [
        "credited"
      ],
      "type": "string"
    }
  },
  "name": "TransferNotificationTransferTracking"
}