Skip to main content
PATCH
Change a PIX transaction limit

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
accountId
string
obrigatório

The account id (externalId).

Exemplo:

"ext-acc-123"

amount
integer<int64>
obrigatório

The new limit amount in centavos (> 0).

Exemplo:

5000000

limitType
string
obrigatório

eTransactionLimitType name (TRANSACTION/PERIOD).

Exemplo:

"PERIOD"

periodType
string
obrigatório

ePeriodType name (DAILY/NIGHTLY/MONTHLY).

Exemplo:

"DAILY"

Resposta

OK

accountId
string
obrigatório

The account id (externalId).

Exemplo:

"ext-acc-123"

amount
integer<int64>
obrigatório

The limit amount in centavos.

Exemplo:

5000000

id
string
obrigatório

The limit row id.

Exemplo:

"l1f9c0a2-..."

limitType
string
obrigatório

eTransactionLimitType name.

Exemplo:

"PERIOD"

periodType
string
obrigatório

ePeriodType name.

Exemplo:

"DAILY"

transactionType
string
obrigatório

eTransactionType name.

Exemplo:

"PIX"