---
title: "Resend Subscription Receipts"
method: POST
path: "/v1/subscriptions/{id}/receipts/resend"
tags: ["Subscriptions"]
---

# Resend Subscription Receipts

`POST /v1/subscriptions/{id}/receipts/resend`

Resends existing receipt emails for the initial checkout of a subscription.

Looks up the receipts for the subscription's initial checkout-session payment and
enqueues them to be emailed to the customer; the existing receipt PDFs are reused, not
regenerated.

## Path parameters

- `id` string, required

## Response `200`

Response returned after queuing receipt emails for resending.

- ResendReceiptsResponse2 — Response returned after queuing receipt emails for resending.
  - `receipt_ids` string[], required — The receipt IDs that were queued for resending.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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