create_payment_out
Create an outgoing bank payment in rubles. Specify organization, counterparty, amount, and optional expense item to record payment details.
Instructions
Create an outgoing bank payment (исходящий платёж). Amount in RUBLES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_href | Yes | Meta href of the counterparty. Get from get_counterparties | |
| sum_rubles | Yes | Amount in RUBLES (converted to kopecks internally) | |
| description | No | Comment | |
| expense_item_href | No | Meta href of the expense item (статья расходов). MoySklad may require this for outgoing payments. | |
| organization_href | Yes | Meta href of the organization. Get from list_organizations |