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

hacker1122's avatar

Add Points after Stripe Payment

Hi. I'm at the very beginning of using stripe in my project, and i want to ask a question. How can i add some points after a payment in Stripe?

What i have to build is a rechargeable points system, so after a certain charge -> corresponds a certain amount of points to spend for products. What "road" should i take in able to do this?

Thanks :) P.S: Sry for my english!

0 likes
2 replies
ejdelmonico's avatar
Level 53

There are more than one approach to consider. One of them would be to fire an event on payment completion and use the listener to add points. Also, you could fire an event when the point total is too low and use the listener to send a notification email.

hacker1122's avatar

I think also this method ... How can i do it?

Please or to participate in this conversation.