The Statuses
Reporting the Lifecycle
- Active and inactive balances appear in every day’s file until you transition them to a terminal status — a balance missing from a day’s file without a terminal transition is a validation failure, not an implicit closure (troubleshooting). The one exception is
receivable_transferred, which is omitted from all files after the transition is reported. - Terminal transitions are guarded: a balance cannot be reported into
closedorreceivable_transferredwhile any Funding against it is stillprocessing— the file fails withbalance_cannot_be_terminal_with_processing_funding. Wait for the Funding to reachpostedorrejected, then report the transition. - Creation is guarded from October 6, 2026: every new balance must reference a valid parent Account (Upcoming Changes)

