Update a financial account
PATCH/accounts/:id
Partial update. Requires scope finance.accounts.write. balance is never settable (the live balance is computed). Set active: false to soft-deactivate (existing transactions stay valid).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Updated account (detail shape with computed balance).
Malformed JSON body.
Missing / invalid / expired / revoked token.
Token lacks the finance.accounts.write scope.
Account not found within the tenant.
Schema validation failure, or company_id not in the tenant.
Unhandled server error.