Restore an excluded bank feed transaction
accounting:writeUndoes an exclusion: flips excluded -> unreconciled and clears the
exclusion audit columns (excluded_at / excluded_by /
exclude_reason). The line becomes visible to reconciliation math and
matchers again.
Status flips allowed: excluded -> unreconciled ONLY. A matched
or reconciled line returns 409 (bank_transaction_not_restorable).
Idempotency: restoring an already-unreconciled line is a 200 no-op
(already_unreconciled: true).
No GL postings occur. No request body.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
UUID of the excluded bank transaction to restore
Response
Restored (or idempotent no-op when already unreconciled)

