---
title: "Financial Operation Event"
method: POST
path: "FinancesOperationEvent"
tags: ["Webhooks"]
---

# Financial Operation Event

`POST FinancesOperationEvent` (webhook)

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.

## Payload

- object
  - `company_id` integer, required — Location ID where the event occurred.
  - `resource` 'finances_operation', required — Resource type.
  - `resource_id` integer, required — ID of the resource that was created, updated, or deleted.
  - `status` 'create' | 'update' | 'delete', required — Type of change that occurred.
  - `data` FinancesOperation, required — 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.
    - `id` integer — Transaction ID.
    - `document_id` integer
    - `date` string, date-time, nullable
    - `amount` number
    - `comment` string
    - `last_change_date` string, date-time, nullable
    - `record_id` integer
    - `visit_id` integer
    - `sold_item_id` integer
    - `sold_item_type` string
    - `expense` object — Expense category.
      - `id` integer
      - `title` string
    - `master` object — Team member.
    - `supplier` object — Supplier.
    - `account` object — Payment account.
    - `client` object — Client with email included.
      - `id` integer
      - `name` string
      - `surname` string
      - `patronymic` string
      - `phone` string
      - `email` string
    - `record` object — Linked appointment (compact).
    - `payment_system_transaction_ids` string[] — Payment system transaction IDs (optional, feature-flagged).

## Acknowledgement `200`

Your server should return any 2xx status code to acknowledge receipt.

---

[API](https://skmtc.net/alteg/apis/developer-tools.md) · [All operations](https://skmtc.net/alteg/apis/developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/developer-tools/versions/c89b6494ffd2/schema)
