#surgical
1 messages · Page 1 of 1 (latest)
Yes
Then you update the receipt_email of the charge (https://stripe.com/docs/api/charges/update#update_charge-receipt_email) to set it to a null string and then re-update it to the email you want to re-send it to.
This will trigger a new email
Okay, this will send an email even if we have the email setting off in the Stripe dashboard?
We have this email setting off, but there is one product that we created a direct link for ,that we would like to send emails. I was hoping I can pick it up from a webhook and then send an email from it
Yes it will
If you don't have the email setting on, then no receipt_email should be set at all
So you just update it to set it and that will trigger an email
oh awesome. thank you!