---
title: "Transfer a reservation balance to an AR ledger"
method: POST
path: "/accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/reservation/{reservationId}/balance-transfer"
tags: ["Accounts Receivable Ledger"]
---

# Transfer a reservation balance to an AR ledger

`POST /accounting/v1.0/accounts-receivable-ledgers/{accountsReceivableLedgerId}/reservation/{reservationId}/balance-transfer`

Transfer the outstanding balance of a reservation to an accounts receivable (AR) ledger. This creates a transfer transaction that moves the balance from the reservation to the specified AR ledger for later collection. This operation is processed asynchronously; the response includes an event ID you can use to track the result.

## Path parameters

- `accountsReceivableLedgerId` integer, required
- `reservationId` integer, required

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- AsyncEventResponse
  - `eventId` string — Id of event which will be processed asynchronous.

## Other responses

- `400` — Bad Request
- `404` — Not found

---

[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)
