---
title: "Get the status of a recurring payment"
method: GET
path: "/v2/payouts/recurring/{id}"
tags: ["Pay", "V2/Payouts"]
---

# Get the status of a recurring payment

`GET /v2/payouts/recurring/{id}`

Retrieve the current status and execution details of a recurring payment. Returns information about executed payments, remaining executions, next payment date, and overall status. This endpoint is useful for monitoring recurring payment progress and checking if payments are being executed as expected. Note: Customer information (PII) is not included in the response for security reasons.

## Path parameters

- `id` string, required

## Headers

- `x-api-key` string
- `x-client-id` string
- `Origin` string

## Response `200`

Recurring payment status retrieved successfully

## Other responses

- `404` — Recurring payment not found
- `429` — Too Many Requests

---

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