#robertdadic_80815

1 messages · Page 1 of 1 (latest)

ionic oakBOT
pulsar magnet
#

Let's chat here instead, we don't correspond privately via DM unfortunately.

Can you ask your questions here?

hollow glacier
#

Can do, just a sec 👍

ionic oakBOT
hollow glacier
#

It's basically a question to check if 'invoice.upcoming' event would require a custom webhook event implementation (which for example Magento module doesn't have implemented out of the box) or would Stripe handle the sending of that email. Sole reason why I'm asking is because I found this configuration, but it's not sending an email, so I just wanted to confirm the fact that a custom implementation would be necessary:

gray rampart
#

Are you doing this in test mode? It would be expected for those emails to not be sent in test mode. If they are not being sent in live mode too we can look in to that.

I believe the event and the email are separate things. We do have some behaviors such as finalizing an invoice that depend on your server acknowledging the event, but I don't think that email is one of those things.

#

And if it is, the email still should be sent as long as your server receives the event and responds with a 200 HTTP code