Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token
endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Body
Account identifier for which the limit is being set.
"12345678-1234-1234-1234-123456789012"
New limit amount.
10000
Transaction limit period type. String values defining the time period for which transaction limits apply.
Valid values:
DAILY
= Daily limit (resets every day at midnight)NIGHTLY
= Nightly period limit (typically 8 PM to 6 AM per Brazilian banking regulations)MONTHLY
= Monthly limit (resets on the first day of each month)YEARLY
= Yearly limit (resets on January 1st each year)
DAILY
, NIGHTLY
, MONTHLY
, YEARLY
"DAILY"
Transaction limit direction type. String values specifying whether the limit applies to incoming or outgoing transactions.
Valid values:
DEBIT
= Outgoing transaction limit (money leaving the account)CREDIT
= Incoming transaction limit (money entering the account)
DEBIT
, CREDIT
"DEBIT"
Response
Limit updated
Unique limit identifier.
"limit_123"
Account identifier associated with the limit.
"acc_123456789"
Transaction type string: TED, DOC, PIX, etc.
"PIX"
Transaction limit period type. String values defining the time period for which transaction limits apply.
Valid values:
DAILY
= Daily limit (resets every day at midnight)NIGHTLY
= Nightly period limit (typically 8 PM to 6 AM per Brazilian banking regulations)MONTHLY
= Monthly limit (resets on the first day of each month)YEARLY
= Yearly limit (resets on January 1st each year)
DAILY
, NIGHTLY
, MONTHLY
, YEARLY
"DAILY"
Transaction limit direction type. String values specifying whether the limit applies to incoming or outgoing transactions.
Valid values:
DEBIT
= Outgoing transaction limit (money leaving the account)CREDIT
= Incoming transaction limit (money entering the account)
DEBIT
, CREDIT
"DEBIT"
Limit amount.
5000
Limit creation timestamp.
"2023-06-01T00:00:00Z"
Limit last update timestamp.
"2023-06-01T00:00:00Z"