Skip to main content
GET
Obtener estado de transferencia de liquidez de la Conta-PI

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

operationId
string<uuid>
requerido

Liquidity-transfer operation UUID returned by the create endpoint.

Respuesta

OK

amount
string
requerido

Movement amount as a decimal-reais string, verbatim.

Ejemplo:

"1500.25"

direction
string
requerido

Operator-facing movement direction.

Ejemplo:

"aporte"

operationId
string<uuid>
requerido

Operation UUID.

Ejemplo:

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

status
string
requerido

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

Ejemplo:

"PENDING"

nuOp
string

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

Ejemplo:

"12345678202606190000001"

numCtrlSTR
string

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

Ejemplo:

"20260619000001"

rejectionReason
string

Failure detail when the status is REJECTED. Empty otherwise.

Ejemplo:

"insufficient reserve balance"

sitLancSTR
string

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

Ejemplo:

"LIQ"