Skip to main content
POST
Set Conta-PI auto-transfer configuration

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

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.

Body

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.

Example:

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

Example:

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

Example:

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

Example:

"1500.25"

Response

Accepted

status
string
required

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

Example:

"SUBMITTED"

wireCode
string
required

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

Example:

"LPI0005"

nuOp
string

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

Example:

"12345678202606190000005"