#mathan
1 messages · Page 1 of 1 (latest)
Yes after successful payment
its default or we must customize?
Since the price is upgraded, it'll generate a new invoice for payment. Email will be sent to the customer by default after completing the payment
how do I know the default stripe mail option?
and also this is only a customized mail option right https://dashboard.stripe.com/settings/billing/automatic?
?
Sorry, looking into it now
Could you share what type of collection_method in the subscription? Is it charge_automatically or send_invoice?
its graduated billing auto renew
👋 taking over here
If we are talking about simply a price or plan upgrade, no I don't think it will send an email to the customer. We also don't have a custimization option
We only send in certain cases like a payment failed, 3D secure or card expiring as explained in this Doc: https://stripe.com/docs/billing/revenue-recovery/customer-emails
what are the by-default emails in stripe?
In the Doc above!
stripe will send only the customer's email or we can add multiple emails to send this kind of mail?
Stripe will look at the Customer object and send email to the value set in it
But nothing can stop you from building your own logic and send your own email to the email address if you have collected in your system
stripe will send only one customer email right?
Yeah