Adyen · Schema

TransferNotificationTransferTracking

TransferNotificationTransferTracking schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
status string The tracking status of the transfer.
View JSON Schema on GitHub

JSON Schema

accounting-notifications-transfer-notification-transfer-tracking-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounting-notifications-transfer-notification-transfer-tracking-schema.json",
  "title": "TransferNotificationTransferTracking",
  "description": "TransferNotificationTransferTracking schema from Adyen API",
  "properties": {
    "status": {
      "x-addedInVersion": "3",
      "description": "The tracking status of the transfer.",
      "enum": [
        "credited"
      ],
      "type": "string"
    }
  },
  "type": "object"
}