{ 
    "data": {
        "accountHolder": {
            "description": "Your description for the account holder",
            "id": "AH00000000000000000000001"
        },
        "amount": {
            "currency": "EUR",
            "value": 100
        },
        "balanceAccount": {
            "description": "Your description for the balance account",
            "id": "BA00000000000000000000001"
        },
        "balancePlatform": "YOUR_BALANCE_PLATFORM",
        "balances": [
            {
                "currency": "EUR",
                "received": 0,
                "reserved": -100
            }
        ],
        "category": "card",
        "counterparty": {
            "card": {
                "cardHolder": {
                    "firstName": "Albert",
                    "lastName": "Klaassen",
                    "reference": "Your reference for the cardholder",
                    "type": "individual",
                    "address": {
                        "city": "San Francisco",
                        "country": "US",
                        "line1": "274",
                        "line2": "Brannan St",
                        "postalCode": "94107",
                        "stateOrProvince": "CA"
                    }
                },
                "cardIdentification": {
                    "storedPaymentMethodId": "ZMV627QSCQVDKG66"
                }
            }
        },
        "creationDate": "2024-06-11T13:14:16+02:00",
        "description": "Your description for the transfer",
        "direction": "outgoing",
        "events": [
            {
                "bookingDate": "2024-06-11T13:14:18+02:00",
                "id": "EVJN0000000000000000000000001",
                "mutations": [
                    {
                        "currency":"EUR",
                        "received":-100
                    }
                ],
                "status": "received",
                "type": "accounting"
            },
            {
                "bookingDate": "2024-06-13T17:35:48+02:00",
                "id": "EVJN0000000000000000000000002",
                "mutations": [
                    {
                        "currency": "EUR",
                        "received": 100,
                        "reserved": -100
                    }
                ],
                "status": "authorised",
                "type": "accounting"
            }
        ],
        "id": "4VXLNQ639Q8HVWJT",
        "reason": "approved",
        "reference": "Your internal reference for the transfer",
        "sequenceNumber": 2,
        "status": "authorised",
        "type": "cardTransfer"
    },
    "environment": "test",
    "type": "balancePlatform.transfer.updated"
}
