Mark a bank deposit cleared at the bank
Marks a posted deposit as cleared (reconciled) at the bank. This is a GL-neutral manual reconciliation flip (posted -> reconciled); it does not create or reverse any journal entry. Only a deposit in posted status can be cleared; an already-reconciled deposit returns 200 with already_cleared: true (idempotent), and any other status returns 400 deposit_not_clearable. Requires accounting:write scope. Idempotent via the Idempotency-Key header.
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.
Headers
Path Parameters
Response
Deposit marked cleared (reconciled)

