{ "$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" }