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.
Example response
{
"receipt_ids": [
"string"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.