Adyen · JSON Structure

Configuration Webhooks Card Order Item Delivery Status Structure

CardOrderItemDeliveryStatus schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

errorMessage status trackingNumber

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/configuration-webhooks-card-order-item-delivery-status-structure.json",
  "description": "CardOrderItemDeliveryStatus schema from Adyen API",
  "type": "object",
  "properties": {
    "errorMessage": {
      "description": "An error message.",
      "type": "string"
    },
    "status": {
      "description": "The status of the PIN delivery.",
      "enum": [
        "created",
        "delivered",
        "notApplicable",
        "processing",
        "produced",
        "rejected",
        "shipped",
        "unknown"
      ],
      "type": "string"
    },
    "trackingNumber": {
      "description": "The tracking number of the PIN delivery.",
      "type": "string"
    }
  },
  "name": "CardOrderItemDeliveryStatus"
}