Skip to main content
POST
Mark a printed check as cleared (bank reconciliation)

Authorizations

Authorization
string
header
required

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

Idempotency-Key
string

Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.

Maximum string length: 255

Path Parameters

id
string<uuid>
required

Body

application/json
cleared_date
string<date>
bank_reference
string
bank_transaction_id
string<uuid>

The bank line that paid this check. Optional. When present, the clearing entry is dated that line's own transaction_date (re-read server-side on your entity, so it is the bank's fact and not a caller-supplied date) and the check records cleared_source bank_match plus a forward link to the line. Refused with 422 check_clear_bank_line_unknown if the line is not on your entity, or if the value is not a well-formed identifier.

Response

Check cleared

The response is of type object.