---
title: "account/withdraw-my-account/schedule"
method: POST
path: "/account/withdraw-my-account/schedule"
tags: ["Account Endpoints"]
---

# account/withdraw-my-account/schedule

`POST /account/withdraw-my-account/schedule`

This endpoint will create a scheduled transaction to credit your default bank account by withdarwing funds from your VoPay 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
  - `Amount` number, required — The dollar amount of the schedule transaction
  - `ScheduledTransactionID` integer, required — ID of the schedule Transaction.
  - `Frequency` string, required — The frequency of the transaction
  - `Description` string, required — Description of the schedule transaction
  - `ScheduleStartDate` string, date, required — Date from which the transaction will be started
  - `Status` string, required — A message indicating the current transaction status. Statuses are: cancelled, completed or in progress

---

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