---
title: "account/client-accounts/transfer-withdraw"
method: POST
path: "/account/client-accounts/transfer-withdraw"
tags: ["Client Account Transfer Endpoints"]
---

# account/client-accounts/transfer-withdraw

`POST /account/client-accounts/transfer-withdraw`

This endpoint will transfer money from the debitor client account to the recipient client account, and then immediately withdraw the money from the recipient client account into their default bank account. 

To set a default bank account, please use the /bank-account/set-my-bank-account endpoint.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `WithdrawTransactionID` integer — The unique ID of the withdrawal transaction that was just created. This ID should be saved as it is required order to look up the status information on the transaction.
  - `AccountTransferID` integer — The unique ID of the account transfer that was just created. This ID should be saved as it is required order to look up the status information on the transaction.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
