#Fick si Morty-invoices
1 messages · Page 1 of 1 (latest)
Hi! Yes, yes i do
Checkout will automatically send receipts on a successful purchase. Unfortunately these emails are not sent out in test mode though so even if you have the proper configuration there you will still need to send them manually in test mode https://stripe.com/docs/receipts#automatically-send-receipts-when-payments-are-successful
I already know about the receipts but the amount of information that i can add to a receipt is not enough. I need the informations and the formatting of an invoice rather than the one of the receipts.
So Checkout cannot create Invoices but Invoices can take payment on their own. You can create a one-off Invoice, add the same items to it, and send the Invoice's url to your user
Alright. Is there anyway to send a kind of "paid" invoice already? A purely informational invoice that CAN NOT be used to pay and that does NOT create a payment request on stripe?
Unfortunately not. At the moment Invoices are for taking payment and receipts are for showing proof of payment otherwise.
Okay, thank you