---
title: "Execute Recurring Invoice Manually"
method: POST
path: "/recurring-invoices/{recurring_invoice_id}/execute"
---

# Execute Recurring Invoice Manually

`POST /recurring-invoices/{recurring_invoice_id}/execute`

Execute a recurring invoice manually using the shared claim-then-execute service.

## Path parameters

- `recurring_invoice_id` string, required — The recurring invoice ID

## Query parameters

- `debug` boolean — Execute in debug mode (sends to user email instead of client)
- `skip_next` boolean — Skip the next scheduled run by updating last_generated_at and next_generation_date
- `user_id` string
- `org_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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