Contractor transaction receipt and statement
Stripe can automatically send email receipts after a successful payment, or when you refund one. This is done by providing an email address when making the API request, using the email address of a Customer object, or updating a payment intent with a customer’s email address after checkout. Each payment in the Dashboard also has a Receipt history where you can view and send receipts.
Each receipt contains a link to view it in a browser, and a unique receipt number that can be useful when looking up payment information.
The link to view the receipt in the browser is also available through the API on the Charge object. Note that when you visit the link, the receipt will always show the latest status of that Charge—if it has been refunded, the receipt will accurately reflect this.
Automatically send receipts when payments are successful
Please review the following for additional information on Receipts.