billy_create_payment
Create a payment record to mark invoices or bills as paid. Specify payment date, amount, bank account, and invoice/bill references to settle outstanding balances.
Instructions
Create a payment to mark invoices as paid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cashSide | Yes | debit for invoice payments, credit for bill payments | |
| entryDate | Yes | Payment date (YYYY-MM-DD) | |
| feeAmount | No | Bank/payment fee amount | |
| cashAmount | Yes | Payment amount | |
| associations | Yes | Invoice/bill references to pay | |
| feeAccountId | No | Expense account ID for fees | |
| cashAccountId | Yes | Bank account ID where money was deposited/withdrawn |