#fluxorg
1 messages · Page 1 of 1 (latest)
You can configure to send emails to customers about recurring payments here https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So what is the default behavior? I don't want to send a 7 day reminder I just want it to send an email when the payment is executed for a subscription
Here it says "For subscriptions, Stripe generates invoices automatically, but for one-time payments, you need to enable them." https://stripe.com/docs/receipts#:~:text=Automatically send paid invoices&text=For subscriptions%2C Stripe generates invoices,customers about%2C select Successful payments.
But are those invoices automatically sent as an email each time a payment comes up?
https://dashboard.stripe.com/settings/emails looks like you want to send emails for successful payments?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes that looks like it, is there a way to customize this per customer or can it only be turned on globally?
So you only want to send emails to some customers only?
yes
Ok, then you should turn this switch off. You need to listen to invoice.created webhook event, if this invoice is for a customer that you wish to send email to, retrieve its PaymentIntent object, and set its receipt_email