billy_create_bank_payment
Create a bank payment to record invoices or bills as paid. Requires a confirm request to execute the mutation.
Instructions
Create a bank payment. WRITE — requires confirm:true. Used to mark invoices/bills as paid. Shape: { entryDate, cashSide: 'debit'|'credit', cashAmount, cashAccountId, contraAccountId, associations: [{ subjectType, subjectId, amount }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. | |
| bankPayment | Yes |