Yes, see "charging teams per member". They also let you determine how to calculate it if it's other than the default (charge the team owner for each team member on the team). https://spark.laravel.com/docs/6.0/billing#charging-per-seat
Sep 3, 2018
2
Level 1
Dynamic pricing
I'm building a hr-related system. Is there a way for spark to charge a monthly fee based on the number of employees that are currently in the database? So the monthly billing cycle would require a quick SQL query to count the number active employee records. Multiply that times the rate, say $0.10 a head, and that gives me the monthly charge for that particular customer. Any thoughts?
Please or to participate in this conversation.