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

packy's avatar
Level 7

Spark Multiple Billing Accounts

Can spark be set up in a way to have multiple stripe accounts? Meaning My app chargers Business Owners to use it and Business Owners have Subscribers they charge? Like a CRM similar to FrontDesk?

Main App |> Business Owner (charged monthly to use app) |> Business Subscriber (charged monthly by Business Owner. They get the money, the app owner does not)

0 likes
2 replies
benjackson's avatar

If your using stripe, you could dynamically set the API key when you make a charge, so the payment is directed to the right account.

Please or to participate in this conversation.