Adyen · Schema

NotificationResponse

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

adyen-notificationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationResponse",
  "title": "NotificationResponse",
  "properties": {
    "notificationResponse": {
      "description": "Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.",
      "type": "string"
    }
  },
  "type": "object"
}