Adyen · Schema

BalancePlatformNotificationResponse

BalancePlatformNotificationResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
notificationResponse string Respond with **HTTP 200 OK** and `[accepted]` in the response body to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
View JSON Schema on GitHub

JSON Schema

accounting-notifications-balance-platform-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/accounting-notifications-balance-platform-notification-response-schema.json",
  "title": "BalancePlatformNotificationResponse",
  "description": "BalancePlatformNotificationResponse schema from Adyen API",
  "properties": {
    "notificationResponse": {
      "description": "Respond with **HTTP 200 OK** and `[accepted]` in the response body to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).",
      "type": "string"
    }
  },
  "type": "object"
}