Adyen · JSON Structure

Accounting Notifications Balance Mutation Structure

BalanceMutation schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

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

Properties

balance currency received reserved

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/accounting-notifications-balance-mutation-structure.json",
  "description": "BalanceMutation schema from Adyen API",
  "properties": {
    "balance": {
      "x-addedInVersion": "3",
      "description": "The amount in the payment's currency that is debited or credited on the balance accounting register.",
      "type": "int64"
    },
    "currency": {
      "x-addedInVersion": "3",
      "description": "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
      "type": "string"
    },
    "received": {
      "x-addedInVersion": "3",
      "description": "The amount in the payment's currency that is debited or credited on the received accounting register.",
      "type": "int64"
    },
    "reserved": {
      "x-addedInVersion": "3",
      "description": "The amount in the payment's currency that is debited or credited on the reserved accounting register.",
      "type": "int64"
    }
  },
  "type": "object",
  "name": "BalanceMutation"
}