Level 16
I am using the LocalInvoice::created() event with a custom listener.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello all,
I am looking for a way to listen for an event of charging people, it has to happen outside of the /spark folder.
I assume that Spark only creates recurring payments once and is only notified by Stripe when an user has been charged, I would like to bind into this webhook and get user's id and amount they were charged for..
How can I achieve that?
Please or to participate in this conversation.