Sent when a financial transaction is created, updated, or deleted. May optionally include payment_system_transaction_ids if the feature is enabled for the location.
Financial transaction data sent in webhook notifications. Includes default relations (expense, master, supplier, account, client) and webhook-specific includes (record, client.email). May optionally include payment_system_transaction_ids if the feature is enabled for the location.
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/FinancesOperationEvent
- Productionhttps://api.alteg.io/api/v1/FinancesOperationEvent
{ "company_id": 123456, "resource": "finances_operation", "resource_id": 901, "status": "create", "data": { "id": 901, "amount": 50, "date": "2026-03-20T14:30:00+0300", "comment": "Haircut payment", "record_id": 501, "expense": { … } } }