#IamAnon
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Send receipt doesn't trigger a webhook event but alternatively you can set up a custom email domain for your Stripe account.
ok, however this will not trigger my webhook logic to process the stripe data. I'm using email template that pulls in variables and massages some of the data. Does this alternative send receipt information to my email delivery service (i.e.: mailgun)
No this would still send the email from Stripe servers.
You can retrieve the receipt yourself from the Charge object and send it along with other information from your system
You can retrieve it or link to it in the email your integration generates: https://stripe.com/docs/api/charges/object#charge_object-receipt_url
ok yeah this is pretty much what we are using at the moment. Just ran into that one edge case.
Thank you ๐