Skip to main content
PATCH
Change a PIX transaction limit

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
accountId
string
required

The account id (externalId).

Example:

"ext-acc-123"

amount
integer<int64>
required

The new limit amount in centavos (> 0).

Example:

5000000

limitType
string
required

eTransactionLimitType name (TRANSACTION/PERIOD).

Example:

"PERIOD"

periodType
string
required

ePeriodType name (DAILY/NIGHTLY/MONTHLY).

Example:

"DAILY"

Response

OK

accountId
string
required

The account id (externalId).

Example:

"ext-acc-123"

amount
integer<int64>
required

The limit amount in centavos.

Example:

5000000

id
string
required

The limit row id.

Example:

"l1f9c0a2-..."

limitType
string
required

eTransactionLimitType name.

Example:

"PERIOD"

periodType
string
required

ePeriodType name.

Example:

"DAILY"

transactionType
string
required

eTransactionType name.

Example:

"PIX"