-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Why
As a Customer
I want to receive payment related emails
So that I can understand if my payment has been successful
Acceptance Criteria
SCENARIO
Given I have successfully made a payment
When Stripe confirms the payment (payment_intent.succeeded)
Then Stripe should send me a payment success email with receipt details
Proposed Implementation
- Enable Customer Emails → Successful payments in Stripe Dashboard
- Configure Support email + business details in Stripe so receipts show the correct sender and contact info
- Update backend create-payment-intent to include receipt_email: customerEmail
- Test flow with Card, Apple Pay, and Google Pay in Stripe test mode
- Verify receipt email is sent automatically by Stripe on payment success
CherryCIC