---
title: "View"
method: GET
path: "/RecurringPayments/View"
tags: ["Recurring Payments"]
---

# View

`GET /RecurringPayments/View`

This endpoint allows you to view a list of recurring payments.

## Query parameters

- `terminal_uid` string, required
- `customer_uid` string
- `search` string
- `skip` string
- `take` string

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

200

- object
  - `data` object[]
    - `uid` string
    - `number` string
    - `created_at` string
    - `customer_name` string
    - `customer_uid` string
    - `each_payment_amount` integer
    - `already_charged_transfers` integer
    - `already_charged_amount` integer
    - `number_of_charges` integer
    - `cc_number` string
    - `cc_expiration` string
    - `start_date` string
    - `first_charge_date` string
    - `valid` boolean
    - `recurring_type` string
    - `extra_info` string
    - `cashier_name` string
    - `currency_code` string
    - `recurring_range` integer
  - `pages` integer
  - `count` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
