#PyroFiire
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
in test mode we don't really send emails in most cases
for the subscriptions emails you can look at https://dashboard.stripe.com/settings/billing/automatic for more info on which emails are sent and when
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
From the configuration, I have the impression that no email is sent to inform the customer that a direct debit is going to be made. Emails are only sent when there is a problem with the payment. Is this correct?
I placed a production order in my name, which was renewed on 21 October, so I'll have the answer to my question. It's just that I'd like to get a head start if no email is sent so that I can develop this functionality ๐
correct
what you can do to implement this, is to listen to invoice.upcoming or invoice.created which ever delay feels best for you and send an email at that time
Great! Thank you so much for your help!
Have a nice day ๐