Adyen · Schema

NotificationResponse

NotificationResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
notificationResponse string Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.
View JSON Schema on GitHub

JSON Schema

notifications-notification-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-notification-response-schema.json",
  "title": "NotificationResponse",
  "description": "NotificationResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "notificationResponse": {
      "description": "Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.",
      "type": "string"
    }
  }
}