Skip to main content
GET
Get a cycle's reconciliation result

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

cycleId
string<uuid>
obrigatório

Cycle id.

Resposta

OK

cycleId
string<uuid>
obrigatório

Reconciled cycle id.

matched
boolean
obrigatório

True iff reason == MATCHED.

reason
enum<string>
obrigatório

Deterministic outcome class.

Opções disponíveis:
SOURCE_MISSING,
SOURCE_INCOMPLETE,
MATCHED,
SIDE_MISMATCH,
AMOUNT_MISMATCH
reconciledAt
string<date-time>
obrigatório

Reconciliation instant.

clearingAmount
string

The active FINAL ROC's canonical magnitude (evidence).

completeness
enum<string>

Derived from reason; omitted when the reason compared nothing (SOURCE_MISSING).

Opções disponíveis:
PARTIAL,
FINAL
mismatchDetail
string

Explanation for a non-MATCHED outcome.

rocContentSha256
string

ROC content hash (FINAL comparison only).

rocRevision
integer<int64>

ROC revision reconciled against (FINAL comparison only).

rocSourceDocumentId
string

ROC source document id (FINAL comparison only).

rocSourceSystem
string

ROC source system (FINAL comparison only).

settledAmount
string

The settled instruction's canonical magnitude (evidence).