{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-transfer-notification-transfer-tracking-schema.json",
"title": "TransferNotificationTransferTracking",
"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.",
"format": "date-time",
"type": "string"
},
"status": {
"x-addedInVersion": "3",
"description": "The tracking status of the transfer.",
"enum": [
"credited"
],
"type": "string"
}
}
}