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.
{
"$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"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.