Retrieves the current financial state of a specific child balance.
This endpoint returns the child’s assigned credit line, current available credit, and its relationship to the parent balance, making it useful for tracking individual child utilization.
The child_id parameter refers to the internal balance ID (integer), not an external identifier.
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 balance_id (The balance_id does not exist or is invalid)
Example of error response
JSON
{
"timestamp": "2025-10-01T11:48:15.148573974-06:00",
"endpoint": "/wallet/v1/composite-balance/child/10248",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"incorrect balance_id"
]
},
"payload": {}
}
500
Internal Server Error - Server errors or processing failures.