---
title: "management_operation.created"
method: POST
path: "management_operation.created"
tags: ["Event Types"]
---

# management_operation.created

`POST management_operation.created` (webhook)

Occurs when an management operation is created.

## Payload

- object — Base class for all transaction types in the ledger service
  - `event_type` 'management_operation.created', required — The type of event that occurred.
  - `status` 'PENDING' | 'SETTLED' | 'DECLINED' | 'REVERSED' | 'CANCELED' | 'RETURNED', required
  - `token` string, uuid, required — Unique identifier for the transaction
  - `created` string, date-time, required — ISO 8601 timestamp of when the transaction was created
  - `updated` string, date-time, required — ISO 8601 timestamp of when the transaction was last updated
  - `family` 'MANAGEMENT_OPERATION', required — MANAGEMENT_OPERATION - Management Operation Transaction
  - `result` 'APPROVED' | 'DECLINED', required
  - `category` 'MANAGEMENT_FEE' | 'MANAGEMENT_DISPUTE' | 'MANAGEMENT_REWARD' | 'MANAGEMENT_ADJUSTMENT' | 'MANAGEMENT_DISBURSEMENT', required
  - `settled_amount` integer, required
  - `pending_amount` integer, required
  - `currency` string, required
  - `events` ManagementOperationEvent[], required
    - `amount` integer, required
    - `type` 'LOSS_WRITE_OFF' | 'CASH_BACK' | 'CASH_BACK_REVERSAL' | 'CURRENCY_CONVERSION' | 'CURRENCY_CONVERSION_REVERSAL' | 'INTEREST' | 'INTEREST_REVERSAL' | 'LATE_PAYMENT' | 'LATE_PAYMENT_REVERSAL' | 'BILLING_ERROR' | 'BILLING_ERROR_REVERSAL' | 'PROVISIONAL_CREDIT' | 'PROVISIONAL_CREDIT_REVERSAL' | 'RETURNED_PAYMENT' | 'RETURNED_PAYMENT_REVERSAL' | 'DISPUTE_WON' | 'DISPUTE_WON_REVERSAL' | 'DISBURSE' | 'DISBURSE_REVERSAL' | 'ANNUAL' | 'ANNUAL_REVERSAL' | 'QUARTERLY' | 'QUARTERLY_REVERSAL' | 'MONTHLY' | 'MONTHLY_REVERSAL', required
    - `subtype` string, nullable
    - `result` 'APPROVED' | 'DECLINED', required
    - `detailed_results` DetailedResults[], required
    - `created` string, date-time, required
    - `token` string, uuid, required
    - `memo` string, required
    - `effective_date` string, date, required
  - `user_defined_id` string, nullable
  - `financial_account_token` string, uuid, required
  - `direction` 'CREDIT' | 'DEBIT', required
  - `transaction_series` TransactionSeries, required
    - `type` string, required
    - `related_transaction_token` string, uuid, nullable, required
    - `related_transaction_event_token` string, uuid, nullable, required
  - `external_resource` ExternalResource — External resource associated with the management operation
    - `external_resource_type` 'STATEMENT' | 'COLLECTION' | 'DISPUTE' | 'UNKNOWN', required — Type of external resource associated with the management operation
    - `external_resource_token` string, required — Token identifying the external resource
    - `external_resource_sub_token` string — Token identifying the external resource sub-resource

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
