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

# Daily stats

`GET /RecurringPaymentsReports/Daily`

## Query parameters

- `terminal_uid` 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[]
    - `date` string
    - `failures` integer
    - `charged` integer
    - `credit` integer
    - `debit` integer
    - `total` integer
    - `currency_code` string
  - `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)
