---
title: "Check Balances"
method: POST
path: "/members/{member_guid}/check_balance"
tags: ["members"]
---

# Check Balances

`POST /members/{member_guid}/check_balance`

Use this endpoint to gather account balance information for all accounts associated with the member. This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data. You must use the read member endpoint to check on the status of the balance process, and the list member accounts endpoint to actually retrieve the data that has been gathered by the process.

## Path parameters

- `member_guid` string, required

## Response `200`

OK

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
