Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cristian9509's avatar

Stripe invoices and receipts

Hi, How can I display to a user that just finished subscribing their Stripe receipt? Do I need to retrieve all invoices and display the latest?

How about single charges receipts? How can I display them right after the user purchased something?

0 likes
2 replies
xitude's avatar

Have you thought about just storing the invoice information in a table then send them to a view that shows the transaction information?

fabriceyopa's avatar

for me the best way is to create your own model to store transation, when everythings go add the transaction to the database,

Please or to participate in this conversation.