---
title: "Retrieve payment schedule statistic of a date"
method: GET
path: "/v1/payment-schedules/statistics/{yyyy-mm-dd}"
tags: ["Payment Schedules"]
---

# Retrieve payment schedule statistic of a date

`GET /v1/payment-schedules/statistics/{yyyy-mm-dd}`

Retrieves the payment schedule statistic of a specific date.

**Note:**
- The Payment Schedules feature is in the **Early Adopter** phase. We are actively soliciting feedback from a small set of early adopters before releasing it as generally available. To manage and access this feature through the self-service interface, see [Manage Features](https://docs.zuora.com?resourceId=payments-enable-manage-payments-settings) in the Knowledge Center.

## Path parameters

- `yyyy-mm-dd` string, date, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GETPaymentScheduleStatisticResponse — The object that contains the payment schedule statistic of the specified date.
  - `date` string, date — The specified date.
  - `paymentRuns` PaymentRunStatistic[]
    - `completedOn` string, date-time — The date and time the payment run is completed.
    - `executedOn` string, date-time, nullable — The date and time the payment run is executed.
    - `number` string — Payment run number.
    - `numberOfErrors` integer — Number of errored payments
    - `numberOfPayments` integer — Number of processed payments.
    - `status` string — Payment run status.
  - `paymentScheduleItems` object
    - `error` integer — The number of errored payment schedule items.
    - `pending` integer — The number of pending payment schedule items.
    - `processed` integer — The number of processed payment schedule items.
  - `success` boolean — Returns `true` if the request was processed successfully.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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