#lucascheles
1 messages · Page 1 of 1 (latest)
Considering this, if a user is on the Stripe checkout hosted page, and informs invalid credit card data, will Stripe send the invoice related to this failed attempt to the user's email?
No, we only send invoices forcharge_automaticallysubs after successful payment
Is there an option to enable sending the failed invoice to the customer email?
Hmm, I don't think there is for the initial payment (i.e. on the Checkout page). There is for recurring payments: https://stripe.com/docs/billing/revenue-recovery/customer-emails
ok got it
thank you