#Jaswanth
1 messages · Page 1 of 1 (latest)
not that I know of; emails are sent as receipts for successful payments, not just finalizing an invoice. But note that if the invoice is finalized then it is eligible to get automatically charged if auto_advance is true.
will send_invoice API send mail to customers regarding the payments?
in test mode it is not sending any emails
yes it would
In the above link it doesn't say anything about sending email to customer while using finalize invoice API.
So, while using finalize invoice API it won't send emails to customer. can you confirm this?
If the invoice's collection method is send_invoice then you need to call to send API in order to send email to the customer.
okay will Stripe.Invoice.finalize_invoice API send the email to customer
No
okay ! so , stripe.Invoice.send_invoice will send email to customer ?
yes
np!