Audit Credit Card Payments
audit_credit_card_paymentsAudit credit card payment categories by comparing balances to identify mismatches. Recommends budget corrections while accounting for cascading effects across months.
Instructions
[Variable API calls] [Workflow] Audits credit card payment categories by comparing each card's month-end balance against the payment category's available balance. Recommends exact budgeted amount corrections, accounting for cascading effects across months. Audit costs 3 + C + M API calls (C = credit cards, M = months). Set apply=true to automatically fix mismatches (adds 1 API call per mismatch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | Budget ID or 'last-used' | last-used |
| since_month | No | Only audit months on or after this date (YYYY-MM-DD, first of month) | |
| account_id | No | Audit a specific credit card account only (by account ID) | |
| apply | No | Apply recommended corrections automatically (default: false, audit only) |