{ "$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" }