categorize_bank_transaction_as_vendor_payment
Categorize uncategorized bank transactions as vendor payments by linking them to existing bills, ensuring accurate bookkeeping.
Instructions
Categorize an uncategorized bank transaction as a vendor payment. Use this when the bank line represents payment of one or more vendor bills. Prefer matching when the bank line should be linked to an existing Zoho transaction, and use manual journals only for exception cases that cannot be matched or categorized cleanly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| transaction_id | Yes | Uncategorized bank transaction ID | |
| vendor_id | Yes | Vendor ID | |
| bills | Yes | Bills to apply the payment against | |
| amount | Yes | Total vendor payment amount | |
| date | Yes | Payment date (YYYY-MM-DD) | |
| paid_through_account_id | Yes | Bank or credit account the payment was made through | |
| payment_mode | No | Optional payment mode such as Cash or Cheque | |
| description | No | Optional payment description | |
| reference_number | No | Optional reference number | |
| exchange_rate | No | Optional exchange rate | |
| is_paid_via_print_check | No | Whether the payment was made via printed check |