{
    "data": [
        {
            "balancePlatform": "YOUR_BALANCE_PLATFORM",
            "creationDate": "2023-10-12T15:43:28+02:00",
            "id": "3JNC3P60KGBMOGA0",
            "accountHolder": {
                "description": "Your description for the account holder",
                "id": "AH00000000000000000000001"
            },
            "amount": {
                "currency": "EUR",
                "value": 110
            },
            "balanceAccount": {
                "description": "Your description for the balance account",
                "id": "BA00000000000000000000001"
            },
            "category": "bank",
            "categoryData": {
                "priority": "regular",
                "type": "bank"
            },
            "counterparty": {
                "bankAccount": {
                    "accountHolder": {
                        "address": {
                            "city": "Amsterdam",
                            "country": "NL",
                            "postalCode": "1011DJ",
                            "stateOrProvince": "NH",
                            "line1": "Simon Carmiggeltstraat 6-50"
                        },
                        "fullName": "S. Hopper"
                    },
                    "accountIdentification": {
                        "type": "iban",
                        "iban": "NL45INGB0000000001"
                    }
                }
            },
            "description": "Your description of the transfer",
            "direction": "outgoing",
            "paymentInstrument": {
                "id": "PI00000000000000000000001"
            },
            "reason": "counterpartyAccountNotFound",
            "reference": "Your internal reference for the transfer",
            "referenceForBeneficiary": "Your-reference-sent-to-the-beneficiary",
            "status": "booked",
            "balances": [
                {
                    "balance": 110,
                    "currency": "EUR",
                    "received": 0,
                    "reserved": 0
                }
            ],
            "events": [
                {
                    "bookingDate": "2023-10-12T15:43:36+02:00",
                    "id": "EVJN00000000000000000000000001",
                    "mutations": [
                        {
                            "currency": "EUR",
                            "received": -110
                        }
                    ],
                    "status": "received",
                    "type": "accounting"
                },
                {
                    "bookingDate": "2023-10-12T15:43:36+02:00",
                    "id": "EVJN00000000000000000000000002",
                    "mutations": [
                        {
                            "currency": "EUR",
                            "received": 110,
                            "reserved": -110
                        }
                    ],
                    "status": "authorised",
                    "type": "accounting"
                },
                {
                    "bookingDate": "2023-10-12T15:43:37+02:00",
                    "id": "EVJN00000000000000000000000003",
                    "mutations": [
                        {
                            "balance": -110,
                            "currency": "EUR",
                            "received": 0,
                            "reserved": 110
                        }
                    ],
                    "status": "booked",
                    "transactionId": "EVJN00000000000000000000000003EUR",
                    "type": "accounting",
                    "valueDate": "2023-10-12T15:43:28+02:00"
                },
                {
                    "estimatedArrivalTime": "2023-10-13T18:00:00+02:00",
                    "id": "EVTR00000000000000000000000001",
                    "type": "tracking",
                    "updateDate": "2023-10-12T15:43:39+02:00"
                }
            ],
            "sequenceNumber": 4,
            "tracking": {
                "estimatedArrivalTime": "2023-10-13T18:00:00+02:00",
                "type": "estimation"
            },
            "transactionRulesResult": {
                "allHardBlockRulesPassed": true
            },
            "type": "bankTransfer"
        },
        {
            "balancePlatform": "YOUR_BALANCE_PLATFORM",
            "creationDate": "2023-10-13T08:29:05+02:00",
            "id": "48NJID60KRHQ8VNK",
            "accountHolder": {
                "description": "Your description for the account holder",
                "id": "AH00000000000000000000001"
            },
            "amount": {
                "currency": "USD",
                "value": 3
            },
            "balanceAccount": {
                "description": "Your description for the balance account",
                "id": "BA00000000000000000000001"
            },
            "category": "internal",
            "counterparty": {
                "balanceAccountId": "BA00000000000000000000002"
            },
            "description": "Your description of the transfer",
            "direction": "outgoing",
            "reason": "approved",
            "reference": "Your internal reference for the transfer",
            "referenceForBeneficiary": "reference_for_beneficiary",
            "status": "booked",
            "balances": [
                {
                    "balance": -3,
                    "currency": "USD",
                    "received": 0,
                    "reserved": 0
                }
            ],
            "events": [
                {
                    "bookingDate": "2023-10-13T10:29:15+02:00",
                    "id": "EVJN00000000000000000000000004",
                    "mutations": [
                        {
                            "currency": "USD",
                            "received": -3
                        }
                    ],
                    "status": "received",
                    "type": "accounting"
                },
                {
                    "bookingDate": "2023-10-13T10:29:15+02:00",
                    "id": "EVJN00000000000000000000000005",
                    "mutations": [
                        {
                            "currency": "USD",
                            "received": 3,
                            "reserved": -3
                        }
                    ],
                    "status": "authorised",
                    "type": "accounting"
                },
                {
                    "bookingDate": "2023-10-13T10:29:15+02:00",
                    "id": "EVJN00000000000000000000000006",
                    "mutations": [
                        {
                            "balance": -3,
                            "currency": "USD",
                            "received": 0,
                            "reserved": 3
                        }
                    ],
                    "status": "booked",
                    "transactionId": "EVJN00000000000000000000000006USD",
                    "type": "accounting",
                    "valueDate": "2023-10-13T10:29:05+02:00"
                }
            ],
            "sequenceNumber": 3,
            "type": "internalTransfer"
        }
    ],
    "_links": {}
}
