Adyen · JSON Structure

Transaction Webhooks Balance Platform Notification Response Structure

BalancePlatformNotificationResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

notificationResponse

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/transaction-webhooks-balance-platform-notification-response-structure.json",
  "description": "BalancePlatformNotificationResponse schema from Adyen API",
  "type": "object",
  "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"
    }
  },
  "name": "BalancePlatformNotificationResponse"
}