cURL
curl --request POST \ --url https://api.withflex.com/v1/subscriptions/{id}/receipts/resend \ --header 'Authorization: Bearer <token>'
{ "receipt_ids": [ "<string>" ] }
Resends existing receipt emails for the initial checkout of a subscription.
Looks up the receipt from the subscription’s initial checkout session payment intent and enqueues it to be emailed to the customer. Does not regenerate the PDF.
Use a Bearer token to access this API.
The receipt IDs that were queued for resending.