---
title: "eft/withdraw/schedule/cancel"
method: POST
path: "/eft/withdraw/schedule/cancel"
tags: ["EFT Endpoint"]
---

# eft/withdraw/schedule/cancel

`POST /eft/withdraw/schedule/cancel`

This endpoint is used to cancel a scheduled transaction and all remaining payments belonging to that scheduled tranaction. Only scheduled transactions with the status in progress can be cancelled. 

For additional details of the scheduled transactions, please visit https://docs.vopay.com/docs/schedule-a-payment

## 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
  - `Status` string, required — A message indicating the current transaction status. cancelled

---

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