#us-email-subscription

1 messages · Page 1 of 1 (latest)

weak kiln
vagrant ice
#

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?

weak kiln
#

I don't know wjat "OOB functionality to send email" means

#

the link I gave you has all our emails

vagrant ice
#

Okay Thanks! (Sorry I meant out of box funtionality)

weak kiln
#

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?

vagrant ice
#

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

narrow dome
#

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

vagrant ice
#

Sure Thank you

#

One last question can we test emails in test mode?

narrow dome
#

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.

vagrant ice
#

any documentation for this? how to test n all