Transactions Create Transaction
transactions_create_transactionCreate a new transaction in Monarch Money by specifying account, amount, date, merchant, and category.
Instructions
Create transaction. This may create or update Monarch data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| notes | No | ||
| amount | Yes | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| goal_id | No | ||
| account_id | Yes | ||
| category_id | Yes | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No | ||
| merchant_name | Yes | ||
| owner_user_id | No | ||
| should_update_balance | No |