#philfreo-email-disabled
1 messages · Page 1 of 1 (latest)
The way you force an email is via the receipt_email parameter. So the idea is that after the PaymentIntent succeeds, you can use https://stripe.com/docs/api/payment_intents/update and pass receipt_email to force an email receipt in that specific case
A Subscription creates an Invoice. An Invoice has a PaymentIntent (assuming there's a payment to make)