stripe_official icon indicating copy to clipboard operation
stripe_official copied to clipboard

Receipts Not Being Sent to Customers

Open marksull opened this issue 3 years ago • 3 comments

After a successful charge, the Stripe Dashboard indicates in the Receipt history section for each Payment:

No receipts sent
No email address for this payment

While I see that you are sending the Billing Details > email in the charge payload, according the the Stripe API docs, for an email to be sent to the customer the field receipt_email must be provided in the Payment Intent.

https://stripe.com/docs/api/payment_intents/create#create_payment_intent-receipt_email

Is this an enhancement that can be included in a future version?

marksull avatar Sep 02 '20 11:09 marksull