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

# account/client-accounts/fund-transfer-withdraw/schedule

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

This endpoint is used to schedule a fund-transfer-withdraw between two client accounts.

## 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
  - `ScheduledTransferID` integer — The unique ID of the scheduled transfer that was just created. This ID should be saved as it is required order to look up the status information on the scheduled 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)
