#tanu2892
1 messages · Page 1 of 1 (latest)
hi! to clarify do you mean an Invoice or Receipt? those are different things in Stripe.
a Receipt("thank you for paying $x") is something you can just turn on in your settings for all payments. https://stripe.com/docs/receipts
Hi, I am looking to send the invoice summary since that is something that will persist with the user in form of email. I read stripe documentation and it said receipt links expire after 30 days.
when you say "invoice summary" are you actually creating and using Invoice objects in_xxx for all your payment processing in Stripe?