Skip to main content
POST
Configurar la transferencia automática 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
ccmePercent
string

CCME class: percentage of the CCME balance to auto-transfer. Set exactly one of ccmePercent or ccmeValue. '0' disables auto-transfer for this class.

Ejemplo:

"25"

ccmeValue
string

CCME class: fixed decimal-reais amount to auto-transfer. Set exactly one of ccmePercent or ccmeValue. '0.00' disables auto-transfer for this class.

Ejemplo:

"300.00"

rbClPercent
string

RB/CL class: percentage of the reserve/settlement balance to auto-transfer. Set exactly one of rbClPercent or rbClValue. '0' disables auto-transfer for this class.

Ejemplo:

"50"

rbClValue
string

RB/CL class: fixed decimal-reais amount to auto-transfer. Set exactly one of rbClPercent or rbClValue. '0.00' disables auto-transfer for this class.

Ejemplo:

"1500.25"

Respuesta

Accepted

status
string
requerido

Submit status: dispatch was accepted (the STR ACK arrives asynchronously as LPI0005R1).

Ejemplo:

"SUBMITTED"

wireCode
string
requerido

LPI wire code of the auto-transfer config-set (always LPI0005).

Ejemplo:

"LPI0005"

nuOp
string

SFN operation number stamped on the transmitted LPI0005 frame; the LPI0005R1 ACK correlates back to it.

Ejemplo:

"12345678202606190000005"