Skip to main content
POST
Configurar a transferência automática da Conta-PI

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

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.

Corpo

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.

Exemplo:

"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.

Exemplo:

"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.

Exemplo:

"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.

Exemplo:

"1500.25"

Resposta

Accepted

status
string
obrigatório

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

Exemplo:

"SUBMITTED"

wireCode
string
obrigatório

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

Exemplo:

"LPI0005"

nuOp
string

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

Exemplo:

"12345678202606190000005"