{
    "data": {
        "accountHolder": {
            "description": "Your description for the account holder",
            "id": "AH00000000000000000000001",
            "reference": "Your reference for the account holder"
        },
        "amount": {
            "currency": "GBP",
            "value": 10000
        },
        "balanceAccount": {
            "description": "Your description for the balance account",
            "id": "BA00000000000000000000001",
            "reference": "Your reference for the balance account"
        },
        "balancePlatform": "YOUR_BALANCE_PLATFORM",
        "balances": [
            {
                "balance": 0,
                "currency": "GBP",
                "received": 0,
                "reserved": 0
            }
        ],
        "category": "bank",
        "categoryData": {
            "priority": "fast",
            "type": "bankTransfer"
        },
        "counterparty": {
            "bankAccount": {
                "accountHolder": {
                    "fullName": "A. Klaassen",
                    "address": {
                        "city": "Amsterdam",
                        "country": "NL",
                        "postalCode": "1011DJ",
                        "stateOrProvince": "NH",
                        "line1": "Simon Carmiggeltstraat 6-50"
                    }
                },
                "accountIdentification": {
                    "type": "ukLocal",
                    "sortCode": "202678",
                    "accountNumber": "12345678"
                }
            }
        },
        "creationDate": "2023-02-28T13:30:05+02:00",
        "description": "Your user description for the transfer",
        "direction": "outgoing",
        "events": [
            {
                "bookingDate": "2023-02-28T13:30:18+02:00",
                "id": "EVJN00000000000000000000000001",
                "mutations": [
                    {
                        "currency": "GBP",
                        "received": -10000
                    }
                ],
                "status": "received",
                "type": "accounting"
            },
            {
                "bookingDate": "2023-02-28T13:30:18+02:00",
                "id": "EVJN00000000000000000000000002",
                "mutations": [
                    {
                        "currency": "GBP",
                        "received": 10000,
                        "reserved": -10000
                    }
                ],
                "status": "authorised",
                "type": "accounting"
            },
            {
                "bookingDate": "2023-02-28T13:30:18+02:00",
                "id": "EVJN00000000000000000000000003",
                "mutations": [
                    {
                        "balance": -10000,
                        "currency": "GBP",
                        "received": 0,
                        "reserved": 10000
                    }
                ],
                "status": "booked",
                "transactionId": "EVJN42272224222B5JB8BRC84N686ZGBP",
                "type": "accounting",
                "valueDate": "2023-03-01T12:58:25+01:00"
            },
            {
                "estimatedArrivalTime": "2023-03-02T07:00:00+00:00",
                "id": "EVJN00000000000000000000000004",
                "trackingData": {
                    "estimatedArrivalTime": "2023-03-02T07:00:00+00:00",
                    "type": "estimation"
                },
                "type": "tracking",
                "updateDate": "2023-03-01T17:59:34+01:00"
            },
            {
                "id": "EVJN00000000000000000000000005",
                "type": "tracing",
                "updateDate": "2023-03-01T12:58:27+01:00",
                "tracingData": {
                    "type": "ukFps",
                    "fpid": "1A2B3C4D5E6F7G8H 2940082263052082749"
                }
            },
            {
                "bookingDate": "2023-02-28T13:30:18+02:00",
                "id": "EVJN00000000000000000000000006",
                "mutations": [
                    {
                        "balance": 10000,
                        "currency": "GBP",
                        "received": 0
                    }
                ],
                "reason": "counterpartyAccountBlocked",
                "networkReason": {
                    "code": "1161",
                    "description": "Beneficiary Account Stopped",
                    "namespace": "ukFpsRejectionCode"
                },
                "status": "returned",
                "transactionId": "EVJN00000000000000000000000000002",
                "type": "accounting",
                "valueDate": "2023-03-01T12:58:25+01:00"
            }
        ],
        "id": "1A2B3C4D5E6F7G8H",
        "reason": "counterpartyAccountBlocked",
        "networkReason": {
            "code": "1161",
            "description": "Beneficiary Account Stopped",
            "namespace": "ukFpsRejectionCode"
        },
        "reference": "Your user reference for the transfer",
        "referenceForBeneficiary": "Your user reference for the transfer",
        "sequenceNumber": 6,
        "transactionRulesResult": {
            "allHardBlockRulesPassed": true
        },
        "status": "returned",
        "type": "bankTransfer"
    },
    "environment": "test",
    "type": "balancePlatform.transfer.updated"
}
