Adyen · JSON Structure

Notification Webhooks Notification Modification Data Structure

NotificationModificationData schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

amount type

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/notification-webhooks-notification-modification-data-structure.json",
  "description": "NotificationModificationData schema from Adyen API",
  "properties": {
    "amount": {
      "description": "The amount of the modification converted to the balance account's currency, in case the original transaction currency is different. For example, if a part of an authorised amount was cancelled, the value shows the amount that was cancelled.\n\n * A _positive_ value means the amount is added to the balance account.\n\n * A _negative_ value means the amount is deducted from the balance account. ",
      "$ref": "#/components/schemas/Amount"
    },
    "type": {
      "description": "The type of modification.\n\nPossible values: **Authorised**, **Cancelled**, **Captured**, **Error**, **Expired**, **OutgoingTransfer**, **PendingIncomingTransfer**, **PendingRefund**, **IncomingTransfer**, **Refunded**, **Refused**.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "NotificationModificationData"
}