Transfer money to another account
transfer_fundsMove real money from your Avito Ads account to another account by specifying destination ID and amount in rubles (min 1). Irreversible; double-check before confirming.
Instructions
Moves REAL MONEY out of the configured account into another account (normally one of its children): amount rubles, minimum 1. Not reversible through this API — there is no undo, no cancel and no transfer log; the only way back is a second transfer in the other direction, which needs the destination account to be able to send funds. A success returns an empty data object: treat any non-error response as done and never repeat the call. After a network or server error the outcome is unknown — check list_child_accounts_with_balances before retrying, or the money moves twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in rubles. Minimum 1; anything less is rejected. | |
| accountIdTo | Yes | Destination account id — the account that RECEIVES the money. The sender is always the configured account and cannot be overridden. Get child ids from list_child_accounts. |