#Mr Stinky Pants
1 messages · Page 1 of 1 (latest)
Hi there
Yes. Stripe sends email only with collection_method=send_invoice
https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method:~:text=When sending an invoice%2C Stripe will email your customer an invoice with payment instructions
so you have to use webhook and send the invoice with the api?
You can configure Stripe to automatically send finalized invoice to customers:
https://dashboard.stripe.com/settings/billing/automatic refer to Manage invoices sent to customers
That is just for finalized invoices and not paid.
Your customers will be able to download an invoice via their receipt email, assuming you have them turned on
you mean email customers about sucessful payments?
Turn it on here: https://dashboard.stripe.com/settings/emails
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
(we don't send them in test mode, FYI)
(deleted old screenshot as some PII was on there)