---
title: "Get deposit balance"
method: GET
path: "/accounting/v1.0/deposits/balance"
tags: ["Deposits"]
---

# Get deposit balance

`GET /accounting/v1.0/deposits/balance`

Retrieve the deposit balance for a specific source or the entire property. To get the balance for a specific reservation or other source, provide both sourceId and sourceKind. To get the aggregate deposit balance for the whole property, omit both parameters. The response includes the posted balance and pending balance in the smallest currency unit.

## Query parameters

- `sourceId` integer
- `sourceKind` 'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER' — Kind of the source entity

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- DepositBalanceResponse
  - `postedBalance` number — Posted balance in smallest unit according to the currency.
  - `pendingBalance` number — Pending balance in smallest unit according to the currency.

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
