Skip to main content
GET
Read SME0003 CCME statement (extrato) query result

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

nuOp
string
requerido

Correlation id returned by POST /v1/str/sme-statement-queries (the outbound SME0003 NUOp; 23 characters: ISPB[8]+DATE[8]+SEQ[7]).

Required string length: 23
Pattern: ^[0-9A-Z]{8}[0-9]{15}$

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID.

Ejemplo:

"req-7a3f9c2e"

entries
object[] | null
requerido

Lançamento group BACEN sent (Grupo_SME0003R1_Lanc), verbatim and in wire order. Always an array: empty while PENDING, and legitimately empty once ANSWERED when the CCME had no movement on the day.

id
string
requerido

Correlation id (the outbound SME0003 NUOp).

Ejemplo:

"12345678202606150000014"

ispbIEME
string
requerido

ISPB of the IEME whose CCME statement was requested.

Pattern: ^[0-9A-Z]{8}$
Ejemplo:

"12345678"

movementDate
string
requerido

BACEN business date (DtMovto) the consulta ASKED for, derived server-side at submit time.

Ejemplo:

"2026-06-15"

status
string
requerido

Projection state: PENDING until the SME0003R1 answer arrives, ANSWERED once it has been projected. A statement with zero entries is still ANSWERED — a CCME with no movement on the day is an answer, not a missing one.

Ejemplo:

"ANSWERED"

dtHrBC
string

BACEN timestamp of the statement (DtHrBC), verbatim. Empty while PENDING.

Ejemplo:

"2026-06-15T18:00:00"

dtMovto
string

Business date BACEN ANSWERED with (DtMovto), verbatim — a different fact from movementDate, the date the consulta asked for; RSTR0014 lets the two legitimately diverge. Empty while PENDING.

Ejemplo:

"2026-06-15"

receivedAt
string<date-time>

RFC3339 UTC timestamp the SME0003R1 answer was projected. Empty while PENDING.

Ejemplo:

"2026-06-15T18:00:01Z"

sldFinl
string

Closing balance BACEN sent (SldFinl), verbatim as text — never parsed or summed. It is NEVER reconciled against the entry sum: checking that would be computing a position. Empty while PENDING.

Ejemplo:

"1234567.89"

sldInial
string

Opening balance BACEN sent (SldInial), verbatim as text — never parsed or summed. Empty while PENDING.

Ejemplo:

"1000000.00"