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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

nuOp
string
required

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}$

Response

OK

correlationId
string
required

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

Example:

"req-7a3f9c2e"

entries
object[] | null
required

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
required

Correlation id (the outbound SME0003 NUOp).

Example:

"12345678202606150000014"

ispbIEME
string
required

ISPB of the IEME whose CCME statement was requested.

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

"12345678"

movementDate
string
required

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

Example:

"2026-06-15"

status
string
required

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.

Example:

"ANSWERED"

dtHrBC
string

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

Example:

"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.

Example:

"2026-06-15"

receivedAt
string<date-time>

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

Example:

"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.

Example:

"1234567.89"

sldInial
string

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

Example:

"1000000.00"