---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.2
alternate:
  - https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement.md
  - https://yandex.com/dev/direct/doc/dg-v4/ru/live/AccountManagement.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/dg-v4/en/llms.txt

# AccountManagement (Live)
Manages the shared account.
The type of action to perform is specified in the `Action` parameter:

- [Deposit](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Deposit.md) — Adding funds to the shared account using the agency's credit limit or the advertiser's overdraft.
- [Invoice](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Invoice.md) — Generating invoices in HTML format.
- [TransferMoney](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_TransferMoney.md) — Transferring funds between clients' shared accounts.
- [Get](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Get.md) — Getting information about shared accounts.
- [Update](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Update.md) — Updating settings for shared accounts.

## Finance token {#token}

When performing the [Deposit](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Deposit.md), [Invoice](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Invoice.md), and [TransferMoney](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_TransferMoney.md) actions, you must specify the sequential number of the transaction and the finance token in the `operation_num` and `finance_token` parameters (see the section [Working with the shared account](https://yandex.com/dev/direct/doc/dg-v4/en/concepts/shared-account-howto.md)).

## Restrictions

Up to 30 financial transactions per day per shared account, as the total of the [Deposit](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Deposit.md) and [Invoice](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Invoice.md).

Up to 3 [TransferMoney](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_TransferMoney.md) operations per day per shared account (both credits and deposits are counted).

Exceeding this limit causes an error with the code [56](https://yandex.com/dev/direct/doc/dg-v4/en/reference/ErrorCodes.md#ErrorCode56).

Up to 3 changes to the daily budget per day per shared account (the [Update](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Update.md) operation).

## New in the Live 4 version

The Currency input parameter is required for `Deposit`, `Invoice`, and `TransferMoney` operations.

Added the input parameters AccountDayBudget, PausedByDayBudgetSms (nested in SmsNotification), and PausedByDayBudget (nested in EmailNotification) for the [Update](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Update.md) operation, and the same output parameters for the [Get](https://yandex.com/dev/direct/doc/dg-v4/en/live/AccountManagement_Get.md) operation.


