Skip to main content
POST
Crear transferencia de liquidez de la Conta-PI

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer JWT token.

X-Idempotency
string

Idempotency key (canonical; legacy alias X-Idempotency-Key).

X-Idempotency-Key
string

Idempotency key (legacy alias).

X-TTL
string

Idempotency key TTL in seconds.

Cuerpo

application/json
amount
string
requerido

Movement amount as a decimal-reais string, forwarded verbatim into the LPI submit — Lerian SPB performs NO arithmetic on it.

Pattern: ^[0-9]+(\.[0-9]+)?$
Ejemplo:

"1500.25"

direction
string
requerido

Operator-facing movement direction: aporte funds the FI's Conta PI; resgate recalls funds from Conta PI.

Ejemplo:

"aporte"

accountType
string

Counterparty account type. RB_CL = Reservas Bancárias / Conta de Liquidação ((aporte,RB_CL)->LPI0001, (resgate,RB_CL)->LPI0003); CCME = Conta Correspondente a Moeda Eletrônica, own-account only ((aporte,CCME)->LPI0002, (resgate,CCME)->LPI0004). Empty defaults to RB_CL.

Ejemplo:

"RB_CL"

contaPiISPB
string

Optional Conta-PI owner ISPB (8 digits). Empty means the FI's OWN Conta PI (own-account path); a value differing from the issuer ISPB is the liquidante-funded path (RB_CL only). For CCME it must be empty or equal the issuer ISPB — CCME is own-account only.

Pattern: ^[0-9]{8}$
Ejemplo:

38166

Respuesta

Accepted

operationId
string<uuid>
requerido

Server-assigned operation UUID to poll on GET /v1/str/operations/liquidity-transfers/{operationId}.

Ejemplo:

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

status
string
requerido

Projection lifecycle status; PENDING on accept (awaiting the STR R-leg settlement confirmation).

Ejemplo:

"PENDING"

wireCode
string
requerido

LPI wire code derived server-side from (direction, accountType): (aporte,RB_CL)=LPI0001, (aporte,CCME)=LPI0002, (resgate,RB_CL)=LPI0003, (resgate,CCME)=LPI0004.

Ejemplo:

"LPI0001"