Adyen · Schema

TransferNotificationTransferTracking

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-transfernotificationtransfertracking-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransferNotificationTransferTracking",
  "title": "TransferNotificationTransferTracking",
  "properties": {
    "status": {
      "x-addedInVersion": "3",
      "description": "The tracking status of the transfer.",
      "enum": [
        "credited"
      ],
      "type": "string"
    }
  }
}