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

awaismunawar's avatar

Exempt a specific user from billing

I am going through the documentation and didn't find a way to exempt a user from billing. Scenario is i am the admin of the system. I didn't have to pay to to using the system. How can i achieve that ?

0 likes
1 reply
ejdelmonico's avatar

I could not find a way either without altering a lot of code. The only thing possible was to give a coupon after the first payment. I would be interested to know if you come up with a solution that doesn't create a bunch of technical debt by modifying the framework. Also, I did think of doing it with Cashier (since Spark is built on top of Cashier) but decided against it.

Please or to participate in this conversation.