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

marncz's avatar

Event for Stripe charges of user

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?

0 likes
1 reply
EventFellows's avatar

I am using the LocalInvoice::created() event with a custom listener.

Please or to participate in this conversation.