Updates the total credit line of a parent balance, affecting the amount of credit available for allocation to child balances.
Increasing the credit line makes additional credit available, while decreasing it is only allowed if the new amount is not lower than the credit already allocated to existing children.
The parent’s available credit is recalculated accordingly. The parent_id parameter refers to the external UUID of the parent balance.
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
400
Bad Request - Validation errors or invalid parameters.
Error code 5000 - Validation errors:
not enough available_credit in this balance (There is not enough available credit for the update)
incorrect parent_id (The parent_id does not exist or is invalid)
Example of error response
JSON
{
"timestamp": "2025-10-01T12:00:36.408078497-06:00",
"endpoint": "/wallet/v1/composite-balance/parent/66acce83856147e791206ca90a6e4b6e/update-credit-line",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"incorrect parent_id"
]
}
}
500
Internal Server Error - Server errors or processing failures.