Skip to content

STRIPE | Payment Confirmation Emails #270

@MattGoodwin0

Description

@MattGoodwin0

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions