---
title: "Cancellations"
method: GET
path: "/RecurringPaymentsReports/Cancellations"
tags: ["Reports - Recurring Payments"]
---

# Cancellations

`GET /RecurringPaymentsReports/Cancellations`

## Query parameters

- `terminal_uid` string, required
- `currency_code` string, required
- `customer_uid` string
- `from_date` string
- `till_date` string
- `skip` string — Optional Query variable, From where you want to start take records.in this example you start from the first record
- `take` string — Optional Query variable required if skip have some value. max 500. This means that you want take 5 records.

## Headers

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

## Response `200`

200

- object
  - `data` object[]
    - `recurring_number` integer
    - `recurring_uid` string
    - `customer_name` string
    - `customer_uid` string
    - `currency_code` string
    - `cancelled_date` string
    - `date_to_charge` string
    - `changer` string
    - `charge_type` string
    - `card_number` string
    - `card_expiry` string
    - `amount` integer
    - `uid` string
  - `total_charges` integer
  - `total_amount` integer
  - `count` integer
  - `pages` 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)
