I'm assuming that this discussion pertains to triggering an email from Stripe based on the customer and transaction information – i.e. not importing transaction data into Drupal and emailing from there?
I'm looking for a way for a Drupal Stripe Webform to trigger Stripe's default email receipt. Does this merge open the door to that possibility? One way or the other, does anyone have any guidance as to how to achieve that?
- 🇨🇦Canada phjou Vancouver 🇨🇦 🇪🇺
@goldin It's been a while so I don't remember exactly. The merge request is to set the email in the receipt on Stripe's backend.
But I remember that we were triggering the default Stripe emails. So if you currently don't manage to do it, you should definitely try the patch and then configure your webform to set the receipt_email. Then try and see if that triggers the default Stripe email. - First commit to issue fork.
Thanks for the update. I applied the update and am noticing that Stripe is still not automatically sending receipts. Does this recent MR address default Stripe email receipts being triggered within Stripe? And if so, is there a webform setting on the Drupal side that must be enabled to arm the trigger? I looked through all the webform config pages and do not see it.