{
  "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": [
      {
        "currency": "EUR",
        "received": -10000
      }
    ],
    "category": "bank",
    "categoryData": {
      "priority": "regular",
      "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"
      }
    ],
    "id": "6JKRLZ8LOT47J7RY",
    "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": 1,
    "transactionRulesResult": {
      "allHardBlockRulesPassed": true
    },
    "status": "received",
    "type": "bankTransfer"
  },
  "environment": "test",
  "type": "balancePlatform.transfer.created"
}

