---
title: "Get Scheduled Payments"
method: GET
path: "/scheduled-payment"
tags: ["Scheduled Payments"]
---

# Get Scheduled Payments

`GET /scheduled-payment`

Retrieve details of a single scheduled payment or all scheduled payments for the account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ScheduledPaymentsID` integer
- `Limit` integer
- `Offset` integer
- `Repeats` string
- `PaymentType` string
- `Currency` string
- `PaymentRail` string
- `Token` string
- `GLCode` string
- `ClientAccountID` string
- `StartDate` string, date
- `EndDate` string, date

## Response `200`

Scheduled payments retrieved successfully

- object
  - `PaginationMetaData` object — Pagination metadata for the results
    - `TotalRecords` integer — Total number of records
    - `Offset` integer — Current offset in pagination
    - `Limit` integer — Number of records returned
  - `ScheduledPayment` object — Object containing scheduled payment records

---

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