Skip to main content
PATCH
Change a PIX transaction limit

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
accountId
string
requerido

The account id (externalId).

Ejemplo:

"ext-acc-123"

amount
integer<int64>
requerido

The new limit amount in centavos (> 0).

Ejemplo:

5000000

limitType
string
requerido

eTransactionLimitType name (TRANSACTION/PERIOD).

Ejemplo:

"PERIOD"

periodType
string
requerido

ePeriodType name (DAILY/NIGHTLY/MONTHLY).

Ejemplo:

"DAILY"

Respuesta

OK

accountId
string
requerido

The account id (externalId).

Ejemplo:

"ext-acc-123"

amount
integer<int64>
requerido

The limit amount in centavos.

Ejemplo:

5000000

id
string
requerido

The limit row id.

Ejemplo:

"l1f9c0a2-..."

limitType
string
requerido

eTransactionLimitType name.

Ejemplo:

"PERIOD"

periodType
string
requerido

ePeriodType name.

Ejemplo:

"DAILY"

transactionType
string
requerido

eTransactionType name.

Ejemplo:

"PIX"