create_transaction
Create a new transaction in a transaction account, providing account ID, payee, amount, and date, with optional fields for categorization and notes.
Instructions
Create a new transaction in a transaction account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Transaction date (YYYY-MM-DD) | |
| memo | No | Memo | |
| note | No | Note | |
| payee | Yes | Payee/merchant name | |
| amount | Yes | Amount (positive=credit, negative=debit) | |
| labels | No | Comma-separated labels | |
| category_id | No | Category ID | |
| is_transfer | No | Mark as transfer | |
| needs_review | No | Mark as needing review | |
| cheque_number | No | Cheque number | |
| transaction_account_id | Yes | The transaction account ID |