create_transaction
Record a new transaction in a check account by specifying amount, value date, and optional details such as payee or purpose.
Instructions
Create a new transaction in a check account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Transaction amount (positive for credit, negative for debit) | |
| entryDate | No | ||
| valueDate | Yes | Value date (ISO date string YYYY-MM-DD) | |
| paymtPurpose | No | ||
| checkAccountId | Yes | The ID of the check account | |
| payeePayerName | No | ||
| payeePayerAcctNo | No | ||
| payeePayerBankCode | No |