---
title: "ResumeRecurringPayment"
method: POST
path: "/v2/ResumeRecurringPayment"
tags: ["Payments (V2)"]
---

# ResumeRecurringPayment

`POST /v2/ResumeRecurringPayment`

Manually retries a failed recurring payment. This endpoint is used only with uncompleted recurring payments where the recurring status is inactive.

## Query parameters

- `recurringId` string, required

## Response `200`

Recurring payment resumed successfully

- object
  - `IsSuccess` boolean — Indicates if the request was successful.
  - `Message` string — Response message associated with the request.
  - `ValidationErrors` object[] — List of validation errors, if any.
    - `Name` string
    - `Error` string
  - `Data` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3.md) · [All operations](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myfatoorah/myfatoorah-api-v3/revisions/994a74287a16/schema)
