v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Subscriptions

Resend Subscription Receipts

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.

post/v1/subscriptions/{id}/receipts/resend

Path parameters

idstring required
Example:fsub_01J9XR8M3K7VZ8N2YB4WJ6T0RA

Response

Response returned after queuing receipt emails for resending.

receipt_idsstring[] required

The receipt IDs that were queued for resending.

Example response

{
  "receipt_ids": [
    "string"
  ]
}