{
  "data": {
    "accountHolder": {
      "description": "Your description for the account holder",
      "id": "AH00000000000000000000001",
      "reference": "Your reference for the account holder"
    },
    "amount": {
      "currency": "EUR",
      "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": -10000,
        "currency": "EUR",
        "received": 0,
        "reserved": 0
      }
    ],
    "category": "bank",
    "categoryData": {
      "priority": "instant",
      "type": "bankTransfer"
    },
    "counterparty": {
        "bankAccount": {
            "accountHolder": {
                "type": "unknown",
                "fullName": "A. Klaassen",
                "address": {
                    "city": "Amsterdam",
                    "line1": "Simon Carmiggeltstraat 6-50",
                    "country": "NL"
                }
            },
            "accountIdentification": {
                "type": "iban",
                "iban": "NL20ADYB2017000035"
            }
        }
    },
    "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": "EUR",
            "received": -10000
          }
        ],
        "status": "received",
        "type": "accounting"
      },
      {
        "bookingDate": "2023-02-28T13:30:18+02:00",
        "id": "EVJN00000000000000000000000002",
        "mutations": [
          {
            "currency": "EUR",
            "received": 10000,
            "reserved": -10000
          }
        ],
        "status": "authorised",
        "type": "accounting"
      },
      {
        "bookingDate": "2023-02-28T13:30:18+02:00",
        "id": "EVJN00000000000000000000000003",
        "mutations": [
          {
            "balance": -10000,
            "currency": "EUR",
            "received": 0,
            "reserved": 10000
          }
        ],
        "status": "booked",
        "transactionId": "EVJN42272224222B5JB8BRC84N686ZEUR",
        "type": "accounting",
        "valueDate": "2023-03-01T12:58:25+01:00"
      },
      {
        "id": "EVJN00000000000000000000000004",
        "status": "credited",
        "type": "tracking",
        "updateDate": "2023-03-01T12:58:25+01:00"
      }
    ],
    "id": "3JTRKZ5VXL07G5UY",
    "paymentInstrument": {
      "description": "Your user IBAN linked to the payment instrument",
      "id": "PI32272223226J5K6KR474CVJ"
    },
    "reason": "approved",
    "reference": "Your user reference for the transfer",
    "referenceForBeneficiary": "Your user reference for the beneficiary",
    "sequenceNumber": 4,
    "transactionRulesResult": {
      "allHardBlockRulesPassed": true
    },
    "status": "booked",
    "tracking": {
      "status": "credited",
      "type": "confirmation"
    },
    "type": "bankTransfer"
  },
  "environment": "test",
  "type": "balancePlatform.transfer.updated"
}
