Get Conta-PI liquidity transfer status
Reads the projection of a previously submitted LPI Conta-PI liquidity transfer by its operation id. Returns PENDING until the inbound STR R-leg (LPI0001R1 / LPI0003R1) 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 a position.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Liquidity-transfer operation UUID returned by the create endpoint.
Response
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"

