{
    "balancePlatform": "YOUR_BALANCE_PLATFORM",
    "creationDate": "2023-12-05T10:36:10+01:00",
    "id": "3JNC4O615TH2D8JY",
    "accountHolder": {
        "description": "Your description for the account holder",
        "id": "AH00000000000000000000001",
        "reference": "Your reference for the account holder"
    },
    "amount": {
        "currency": "EUR",
        "value": 1235
    },
    "balanceAccount": {
        "description": "Your description for the balance account",
        "id": "BA00000000000000000000001"
    },
    "category": "internal",
    "counterparty": {
        "balanceAccountId": "BA00000000000000000000002"
    },
    "description": "Your description for the transfer",
    "direction": "outgoing",
    "reason": "approved",
    "reference": "Your internal reference for the transfer",
    "referenceForBeneficiary": "Your reference sent to the beneficiary",
    "status": "booked",
    "balances": [
        {
            "balance": -1235,
            "currency": "EUR",
            "received": 0,
            "reserved": 0
        }
    ],
    "events": [
        {
            "bookingDate": "2023-12-05T10:36:24+01:00",
            "id": "EVJN00000000000000000000000001",
            "mutations": [
                {
                    "currency": "EUR",
                    "received": -1235
                }
            ],
            "status": "received",
            "type": "accounting"
        },
        {
            "bookingDate": "2023-12-05T10:36:24+01:00",
            "id": "EVJN00000000000000000000000002",
            "mutations": [
                {
                    "currency": "EUR",
                    "received": 1235,
                    "reserved": -1235
                }
            ],
            "status": "authorised",
            "type": "accounting"
        },
        {
            "bookingDate": "2023-12-05T10:36:25+01:00",
            "id": "EVJN00000000000000000000000003",
            "mutations": [
                {
                    "balance": -1235,
                    "currency": "EUR",
                    "received": 0,
                    "reserved": 1235
                }
            ],
            "status": "booked",
            "transactionId": "EVJN00000000000000000000000003EUR",
            "type": "accounting",
            "valueDate": "2023-12-05T10:36:10+01:00"
        }
    ],
    "sequenceNumber": 3,
    "type": "internalTransfer"
}
