---
title: "Cancel Scheduled Payment"
method: POST
path: "/scheduled-payment/cancel"
tags: ["Scheduled Payments"]
---

# Cancel Scheduled Payment

`POST /scheduled-payment/cancel`

Cancel a scheduled payment and all its future occurrences.

## Response `200`

Scheduled payment cancelled successfully

- object
  - `Success` boolean — Indicates whether the cancellation was successful
  - `ErrorMessage` string — Error message if the cancellation failed
  - `Status` 'cancelled' — The status of the scheduled payment

---

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