v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Checkout Sessions

Resend Checkout Session Receipts

Resends existing receipt emails for a checkout session.

Looks up all receipts associated with the checkout session's payment intents and enqueues them to be emailed to the customer. Does not regenerate the PDFs.

post/v1/checkout/sessions/{id}/receipts/resend

Path parameters

idstring required
Example:fcs_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"
  ]
}