#us-email-subscription
1 messages · Page 1 of 1 (latest)
We send emails for successful payments so if you take a payment upfront then yes. You can configure all subscription emails in your Dashboard: https://dashboard.stripe.com/settings/billing/automatic
Yes i see for successful payments but when customer add's credit card details and once validation is complete they have subscribed successfully at this point does stripe provide any OOB functionality to send email?
I don't know wjat "OOB functionality to send email" means
the link I gave you has all our emails
Okay Thanks! (Sorry I meant out of box funtionality)
all good, but what emails are you looking for? I'm sorry you still haven't really explained
is it an email on Subscription creation where no payment is taken up front? Something else?
Thats correct its just subscribing or registering to the stripe. No payment will be made at this time. Once subscription is complete we would like to send confirmation email to customer
You can send a receipt for the Invoice they paid on. I'd recommend reading through this, as there's a bit of nuance to when these get sent: https://stripe.com/docs/receipts
Sort of. You can view or manually send a receipt using the Dashboard, but the automated action of programmatically sending an email doesn't actually send a real email.
any documentation for this? how to test n all