---
title: "Returns number of payment links"
method: GET
path: "/paymentlinks/count"
tags: ["payment links"]
---

# Returns number of payment links

`GET /paymentlinks/count`

This API returns number of payment links for a according filters.

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `status` 'opened' | 'paid' | 'paid_in_cash'

## Response `200`

returns number of payment links.

- PaymentLinkCountObject
  - `count` integer — number of payment links

## Other responses

- `400` — Bad Request
- `401` — The caller is not authenticated
- `403` — Access rights not sufficient
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
