Get a settlement operation
Returns the full detail of one settlement operation, including its recorded eslcErrors and recoverability diagnostics.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Settlement operation id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Response
OK
Id (UUID) of the operation a CANCELLATION targets; null for every other type.
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Creation timestamp (RFC3339).
"2026-06-15T10:50:00Z"
ISO 4217 currency code.
"BRL"
Settlement due date (RFC3339); null when not set.
"2026-06-15T00:00:00Z"
Recorded Núclea business error codes (empty array when none).
Client-side external identifier.
"acq-ext-2026-06-0001"
Operation id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
This installment's sequence number.
1
Total number of installments.
3
Intake mode the operation was received through.
"api_jsonl"
Most recent recorded Núclea business error code; null when none.
"ESLC0029"
Núclea-assigned NUliquid (21 positions); null until assigned.
"202606150000000000001"
Operation type.
"CREDIT"
Owning participant id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Participant role in the settlement.
"ACQUIRER"
Numeric MotvCanc cancellation reason ('1'..'4'); null unless a CANCELLATION.
"4"
Settlement FI ISPB, 8 digits; null when not set.
"60746948"
Lifecycle state.
"SETTLED"
Timestamp since the operation has been internally stuck (RFC3339); null when not stuck.
"2026-06-15T11:00:00Z"
Business transaction date (RFC3339).
"2026-06-15T00:00:00Z"
Last-update timestamp (RFC3339).
"2026-06-15T13:10:00Z"
Operation amount in minor units (centavos).
150000
What the operation is waiting on, and therefore which recovery verb applies. transport/nuclea_ack/if_confirmation are external waits (reconcile or wait). parked means an outbound transmit claim is held because the attempt budget was exhausted and nothing reached Núclea: recover with POST /v1/connectivity/unpark. in_flight means the file IS at Núclea and the local transition failed: reconcile with Núclea, then POST /v1/operations/{operationId}/advance, and NEVER un-park it. null names NO verb: it means no external dependency is named for this state — the operation is terminal, or the wait is internal (CREATED/ACCEPTED, where advance/requeue applies), or it awaits a counterpart this vocabulary does not name yet (CONFIRMED awaits the funding ack plus the Núclea cycle close; SETTLED awaits the D+1 return file). Pair a null with state before choosing an action.
transport, nuclea_ack, if_confirmation, parked, in_flight, null "nuclea_ack"
Payment arrangement (arranjo) code.
"0245"
ASLC message type materialized for this operation.
"ASLC027"
Batch id when created via the NDJSON batch endpoint.
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Creditor (acquirer) ISPB, 8 digits.
"29011780"
Domicile FI ISPB (bank where the merchant receives funds), 8 digits.
"60701190"

