Mark bill paid
mark_bill_paidMark a bill as paid using its name or id, and automatically generate the next occurrence for recurring bills.
Instructions
Marks a bill as paid and, if it recurs, creates the next one. Needs the bill name or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill | Yes | The bill's name or id. | |
| member | No | Who is asking, if known: a member id or name. Used for per-member policies and the audit trail. | |
| dry_run | No | When true, return the preview only. Nothing is written and nothing is queued. | |
| paid_at | No | When it was paid; defaults to now. | |
| idempotency_key | No | Optional client-chosen key. Repeating a call with the same key returns the original outcome instead of acting twice. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||