Obtener estado de transferencia de liquidez de la Conta-PI
Lee la proyección de una transferencia de liquidez LPI de la Conta-PI enviada previamente por su id de operación. Devuelve PENDING hasta que llega la R-leg de entrada del STR (LPI0001R1 / LPI0003R1), luego SETTLED (o REJECTED) con la confirmación de liquidación del STR (numCtrlSTR / sitLancSTR) que envió BACEN, proyectada de forma literal. Los ids desconocidos aparecen como no encontrado (SPB-0010). Lerian SPB proyecta la liquidación; nunca calcula una posición.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Liquidity-transfer operation UUID returned by the create endpoint.
Respuesta
OK
Movement amount as a decimal-reais string, verbatim.
"1500.25"
Operator-facing movement direction.
"aporte"
Operation UUID.
"7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"
Projection lifecycle status: PENDING (awaiting the STR R-leg), SETTLED (R-leg confirmed), or REJECTED.
"PENDING"
SFN operation number stamped on the transmitted LPI frame. Empty until the transfer has been submitted to STR.
"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"

