---
title: "Transfer deposit transactions"
method: POST
path: "/accounting/v1.0/deposits/transfer"
tags: ["Deposits"]
---

# Transfer deposit transactions

`POST /accounting/v1.0/deposits/transfer`

Transfer one or more deposit transactions to the guest ledger. Provide the transaction IDs of the deposits you want to transfer. This operation is processed asynchronously; the response includes an event ID you can use to track the result.

## Headers

- `X-Property-ID` integer, required

## Request body

- TransferDepositPostRequest
  - `transaction_ids` string[]
  - `amount` number — Partial amount to transfer in decimal form (e.g. 50.00). When provided, transaction_ids must contain exactly one element. When omitted, full amount of each transaction is transferred.

## Response `200`

OK

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

## Other responses

- `400` — Bad Request

---

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