v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount limits
Update account limits
Update account limits for a specific account. This endpoint triggers validation against the global program limit configured in the Configure program limit endpoint.
This endpoint generates the Account limit changed event.
Refer to the Account limits guide for more information.
patch/v1/accounts/{accountId}/limits
Path parameters
accountIdnumber required
Example:123456
Account ID
Headers
x-tenantstring required
Example:org-123
Tenant ID
Request body
Example request
{
"max_credit_limit": 800.01,
"total_credit_limit": 15.51,
"total_overdraft_limit": 340.61,
"percentage_over_limit": 15.5,
"total_installment_credit_limit": 145.78
}Response
No Content