---
title: "partner/account/fund-transfer-withdraw"
method: POST
path: "/partner/account/fund-transfer-withdraw"
tags: ["Partner Endpoints"]
---

# partner/account/fund-transfer-withdraw

`POST /partner/account/fund-transfer-withdraw`

This endpoint will fund the debitor account using their default bank account, and then transfer the money to the recipient account once the funds have been cleared. Once the funds are transferred, a withdraw transaction will be triggered to send the funds to the recipient account's default bank account.

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

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID of the debit transaction associated with this transfer.

---

[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/revisions/7033bd231ec7/schema)
