I need a way for the customer to get a receipt with the line items on it as. the receipt is their ticket.
Ideally I would like to have Stripe send them a email receipt with the details but:
a) can’t figure out how to send them a receipt through Stripe. Does it do that when using live data?
b) The Stripe transaction only says Tickets and qty of 1. How do I record the line items in the Stripe transaction?
What the user sees …
What is recorded in the Stripe Dashboard.
However, I can live with this if there is a way to show the transaction details on the success page and the user can print that out. Not ideal but I think I can live with that. Basically I need a way for the customer to:
a)Print out order details
b)Ideally have an email confirmation with the details.
Even a way for the user to get an email (possibly in the webhook steps?) with a generated link to view the receipt. That would be perfectly acceptable.
These are the final pieces of the puzzle!
Last updated: