Get SME electronic-money movement status
Reads the projection of a previously submitted SME movement of an IEME’s conta correspondente a moeda eletrônica (CCME) by its operation id. Returns PENDING until the inbound STR R-leg (SME0001R1 / SME0002R1 / SME0004R1) arrives, then SETTLED (or REJECTED) with the STR settlement confirmation (numCtrlSTR / sitLancSTR) BACEN sent, projected verbatim. Unknown ids surface as not-found (SPB-0010). Lerian SPB projects the settlement; it never computes or holds a CCME position.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
SME movement operation UUID returned by the create endpoint.
Response
OK
Movement amount as a decimal-reais string, verbatim.
"1500.25"
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"req-7a3f9c2e"
Operator-facing movement kind the request named.
deposit, withdrawal, return "deposit"
Operation UUID.
"7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"
Projection lifecycle status: PENDING (awaiting the STR R-leg), SETTLED (R-leg confirmed), or REJECTED.
PENDING, SETTLED, REJECTED "PENDING"
SME wire code derived server-side from the kind: deposit=SME0001, withdrawal=SME0002, return=SME0004.
SME0001, SME0002, SME0004 "SME0001"
SFN operation number stamped on the transmitted SME frame. Empty until the movement has been submitted to STR.
^[0-9A-Z]{8}[0-9]{15}$"12345678202606190000001"
STR control number BACEN sent on the R-leg settlement confirmation, verbatim. Empty while PENDING.
"20260619000001"
Failure detail when the status is REJECTED. Empty otherwise.
"insufficient reserve balance"
STR settlement status BACEN sent on the R-leg, verbatim. Empty while PENDING.
"LIQ"

