Reconcile — Preview
reconcile_previewCompare an account's cleared balance as of a statement date with the statement balance, see the difference, and review transactions or authorizations that explain it before reconciling.
Instructions
[READ] Does this account agree with its statement, and if not, what is in the way. This is what YNAB's reconcile screen does, and nothing else here answers it: the cleared balance as of a date, the statement balance you give it, the difference between them, and the four queues that explain a difference — transactions cleared but not yet reconciled, uncleared ones old enough to be suspect, hand-entered ones the bank never matched, and card authorisations that never posted. statement_balance: the closing balance from the statement, in milliunits (1000 = $1.00), negative for a credit card you owe money on. as_of_date: the statement's closing date (ISO, defaults to today). The cleared balance is computed as of that date, which is why it can differ from YNAB's own current figure. Costs two requests, and changes nothing — reconcile_apply is the write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | ||
| account_id | Yes | ||
| as_of_date | No | ||
| stale_after_days | No | ||
| statement_balance | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||