Endpoint
Authorization
Requires an API key with theRECONCILIATION_WRITE scope.
Request Body
array
required
Array of transaction UUIDs to re-reconcile. Accepts 1 to 100 IDs per request — the array must not be empty.
Request Example
Response
Returns a200 OK with a flat array of per-transaction results — not wrapped in a results object.
string
UUID of the transaction this result is for, echoed back from the request.
string
One of
SETTLED (matched to a settlement), UNMATCHED (no matching settlement found), NOT_APPLICABLE (transaction has no on-chain lines to reconcile), or NOT_FOUND (transaction ID does not exist for this tenant).