Adyen · JSON Structure

Notifications Payment Failure Notification Content Structure

PaymentFailureNotificationContent schema from Adyen API

Type: object Properties: 6
PaymentsFinancial ServicesFintech

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

Properties

errorFields errorMessage modificationMerchantReference modificationPspReference paymentMerchantReference paymentPspReference

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/notifications-payment-failure-notification-content-structure.json",
  "description": "PaymentFailureNotificationContent schema from Adyen API",
  "type": "object",
  "properties": {
    "errorFields": {
      "description": "Missing or invalid fields that caused the payment error.",
      "items": {
        "$ref": "#/components/schemas/ErrorFieldType"
      },
      "type": "array"
    },
    "errorMessage": {
      "description": "The error message.",
      "$ref": "#/components/schemas/Message"
    },
    "modificationMerchantReference": {
      "description": "The `reference` of the capture or refund.",
      "type": "string"
    },
    "modificationPspReference": {
      "description": "The `pspReference` of the capture or refund.",
      "type": "string"
    },
    "paymentMerchantReference": {
      "description": "The `reference` of the payment.",
      "type": "string"
    },
    "paymentPspReference": {
      "description": "The `pspReference` of the payment.",
      "type": "string"
    }
  },
  "name": "PaymentFailureNotificationContent"
}