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

# Create Scheduled Payment

`POST /scheduled-payment`

Create a new scheduled transaction to be processed on a particular time depending on the frequency.

## Response `200`

Scheduled payment created successfully

- object
  - `Success` boolean — Indicates whether the request was successful
  - `ErrorMessage` string — Error message if the request failed
  - `Amount` number — The transaction amount
  - `ScheduledPaymentsID` integer — The ID of the created scheduled payment
  - `Repeats` string — The recurrence frequency
  - `Interval` integer — The interval in effect (1 if not specified)
  - `ByDay` string — The weekday pin in effect (empty string if not specified)
  - `Notes` string — Notes for the scheduled payment
  - `ClientReferenceNumber` string — Client reference number
  - `GLCode` string — General ledger code
  - `StartDateTime` string, date-time — The start date and time

---

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