Get child balance info

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The child's unique identifier

Headers
string
required

OAuth token belonging to the e-commerce

Responses

{
  "text": "Success",
  "timestamp": "2025-10-01T11:47:33.627999755-06:00",
  "endpoint": "/wallet/v1/composite-balance/child/10249",
  "error": {},
  "payload": {
    "id": 10249,
    "parent_id": "66acce83856147e791206ca90a6e4b6d",
    "credit_line": 50000,
    "credit_limit": 50000
  }
}

{
  "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": {}
}

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json