Pay Bill
pay_billRecord a payment against a bill by providing the bill ID, amount, payment date, and optional payment method to update the accounting ledger.
Instructions
Record a payment against a bill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| bill_id | Yes | Bill ID to pay | |
| payment_date | Yes | Payment date (YYYY-MM-DD) | |
| payment_method | No | Payment method (bank_transfer, card, cash, other) |