cURL
curl --request POST \ --url https://api.withflex.com/v1/checkout/sessions/{id}/receipts/resend \ --header 'Authorization: Bearer <token>'
{ "receipt_ids": [ "<string>" ] }
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.
Use a Bearer token to access this API.
The receipt IDs that were queued for resending.