Skip to main content
GET
Get SME electronic-money movement status

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

operationId
string<uuid>
obrigatório

SME movement operation UUID returned by the create endpoint.

Resposta

OK

amount
string
obrigatório

Movement amount as a decimal-reais string, verbatim.

Exemplo:

"1500.25"

correlationId
string
obrigatório

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Exemplo:

"req-7a3f9c2e"

kind
enum<string>
obrigatório

Operator-facing movement kind the request named.

Opções disponíveis:
deposit,
withdrawal,
return
Exemplo:

"deposit"

operationId
string<uuid>
obrigatório

Operation UUID.

Exemplo:

"7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"

status
enum<string>
obrigatório

Projection lifecycle status: PENDING (awaiting the STR R-leg), SETTLED (R-leg confirmed), or REJECTED.

Opções disponíveis:
PENDING,
SETTLED,
REJECTED
Exemplo:

"PENDING"

wireCode
enum<string>
obrigatório

SME wire code derived server-side from the kind: deposit=SME0001, withdrawal=SME0002, return=SME0004.

Opções disponíveis:
SME0001,
SME0002,
SME0004
Exemplo:

"SME0001"

nuOp
string

SFN operation number stamped on the transmitted SME frame. Empty until the movement has been submitted to STR.

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

"12345678202606190000001"

numCtrlSTR
string

STR control number BACEN sent on the R-leg settlement confirmation, verbatim. Empty while PENDING.

Exemplo:

"20260619000001"

rejectionReason
string

Failure detail when the status is REJECTED. Empty otherwise.

Exemplo:

"insufficient reserve balance"

sitLancSTR
string

STR settlement status BACEN sent on the R-leg, verbatim. Empty while PENDING.

Exemplo:

"LIQ"