createTransaction
Add new financial transactions (expenses, income, or transfers) to your Lunch Money account by specifying date, amount, and account details.
Instructions
Create a new transaction (expense, income, or transfer)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| amount | Yes | ||
| payee | No | ||
| currency | No | ||
| notes | No | ||
| category_id | No | ||
| account_id | Yes | ||
| tags | No | ||
| status | No | ||
| external_id | No | ||
| original_name | No | ||
| type | No |