---
title: "Recurring Payments"
method: POST
path: "/recurring-payments"
---

# Recurring Payments

`POST /recurring-payments`

This API allows you to analyze a list of financial transactions and identify recurring payments based on specified criteria such as frequency, amount consistency, and regularity score.

## Request body

- object
  - `itemId` string — User's item id

## Response `200`

200

- object
  - `recurringPayments` object[]
    - `description` string
    - `averageAmount` number
    - `occurrences` string[]
    - `regularityScore` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/pluggy/apis/pluggy-api.md) · [All operations](https://skmtc.net/pluggy/apis/pluggy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pluggy/pluggy-api/versions/75e87ec7f9cd/schema)
