Adyen · JSON Structure

Notification Configurations Notification Event Configuration Structure

NotificationEventConfiguration schema from Adyen API

Type: object Properties: 2 Required: 2
PaymentsFinancial-ServicesFintech

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

Properties

eventType includeMode

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-configurations-notification-event-configuration-structure.json",
  "description": "NotificationEventConfiguration schema from Adyen API",
  "type": "object",
  "properties": {
    "eventType": {
      "description": "The type of event.\n\nPossible values: **ACCOUNT_CLOSED**, **ACCOUNT_CREATED**, **ACCOUNT_FUNDS_BELOW_THRESHOLD**, **ACCOUNT_HOLDER_CREATED**, **ACCOUNT_HOLDER_LIMIT_REACHED**, **ACCOUNT_HOLDER_PAYOUT**, **ACCOUNT_HOLDER_STATUS_CHANGE**, **ACCOUNT_HOLDER_STORE_STATUS_CHANGE**, **ACCOUNT_HOLDER_UPCOMING_DEADLINE**, **ACCOUNT_HOLDER_UPDATED**, **ACCOUNT_HOLDER_VERIFICATION**, **ACCOUNT_UPDATED**, **BENEFICIARY_SETUP**, **COMPENSATE_NEGATIVE_BALANCE**, **DIRECT_DEBIT_INITIATED**, **PAYMENT_FAILURE**, **REFUND_FUNDS_TRANSFER**, **REPORT_AVAILABLE**, **SCHEDULED_REFUNDS**, **TRANSFER_FUNDS**.",
      "enum": [
        "ACCOUNT_CLOSED",
        "ACCOUNT_CREATED",
        "ACCOUNT_FUNDS_BELOW_THRESHOLD",
        "ACCOUNT_HOLDER_CREATED",
        "ACCOUNT_HOLDER_LIMIT_REACHED",
        "ACCOUNT_HOLDER_MIGRATED",
        "ACCOUNT_HOLDER_PAYOUT",
        "ACCOUNT_HOLDER_STATUS_CHANGE",
        "ACCOUNT_HOLDER_STORE_STATUS_CHANGE",
        "ACCOUNT_HOLDER_UPCOMING_DEADLINE",
        "ACCOUNT_HOLDER_UPDATED",
        "ACCOUNT_HOLDER_VERIFICATION",
        "ACCOUNT_UPDATED",
        "BENEFICIARY_SETUP",
        "COMPENSATE_NEGATIVE_BALANCE",
        "DIRECT_DEBIT_INITIATED",
        "FUNDS_MIGRATED",
        "PAYMENT_FAILURE",
        "PENDING_CREDIT",
        "REFUND_FUNDS_TRANSFER",
        "REPORT_AVAILABLE",
        "SCHEDULED_REFUNDS",
        "SCORE_SIGNAL_TRIGGERED",
        "TRANSFER_FUNDS",
        "TRANSFER_NOT_PAIDOUT_TRANSFERS"
      ],
      "type": "string"
    },
    "includeMode": {
      "description": "Indicates whether the specified `eventType` is sent to your webhook endpoint.\nPossible values:\n* **INCLUDE**: Send the specified `eventType`.\n* **EXCLUDE**: Send all event types except the specified `eventType` and other event types with the `includeMode` set to **EXCLUDE**.",
      "enum": [
        "EXCLUDE",
        "INCLUDE"
      ],
      "type": "string"
    }
  },
  "required": [
    "eventType",
    "includeMode"
  ],
  "name": "NotificationEventConfiguration"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/notification-configurations-notification-event-configuration-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.