Retrieves the current financial state of a composite balance parent.
This endpoint returns the parent’s total credit line, current available credit (after accounting for all child balances), and credit limit, allowing you to assess whether additional child balances can be created.
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:
incorrect parent_id (The parent_id does not exist or is invalid)
Example of error response
JSON
{
"timestamp": "2025-10-01T11:44:59.279329786-06:00",
"endpoint": "/wallet/v1/composite-balance/parent/7c6474ab26337a9151517c433874cc55",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"incorrect parent_id"
]
},
"payload": {}
}
500
Internal Server Error - Server errors or processing failures.