Adyen · Schema

CompensateNegativeBalanceNotificationContent

PaymentsFinancial ServicesFintech

Properties

Name Type Description
records array A list of the negative balances compensated.
View JSON Schema on GitHub

JSON Schema

adyen-compensatenegativebalancenotificationcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompensateNegativeBalanceNotificationContent",
  "title": "CompensateNegativeBalanceNotificationContent",
  "properties": {
    "records": {
      "description": "A list of the negative balances compensated.",
      "items": {
        "$ref": "#/components/schemas/CompensateNegativeBalanceNotificationRecord"
      },
      "type": "array"
    }
  },
  "type": "object"
}