We're looking at integrating WHMCS into our system to handle billing, but I'm not sure how to handle the billable items.
Example:
Customer 1 would have the following services:
- Service A: Qty 50 @ $10 /mo each
- Service B: Qty 10 @ $50 /mo each
Customer 2 would have these services:
- Service B: Qty 50 @ $50 /mo each
Customer 3 would have:
- Service C: Qty 500 @ $2.50 /mo each
Services A, B & C are all very similar, and would use the same custom module to call back into our system for account suspension/etc, and the services are tied directly to different qty of services within our application.
IE A customer is monitoring 100 access points with our network monitoring software, and we are charging them $1/mo per access point monitored.
As the customer adds additional services to their account in our system, we call through the API to create a billing line-item.
How would we go about setting this up so we don't have 600 services billing individually each month, or 1 service with 600 addons, or 600 individual invoices?
Thanks!
[edit] I'd like to be able to have their recurring product/service set up so the monthly statements look like:
Question
wifiguys
We're looking at integrating WHMCS into our system to handle billing, but I'm not sure how to handle the billable items.
Example:
Customer 1 would have the following services:
- Service A: Qty 50 @ $10 /mo each
- Service B: Qty 10 @ $50 /mo each
Customer 2 would have these services:
- Service B: Qty 50 @ $50 /mo each
Customer 3 would have:
- Service C: Qty 500 @ $2.50 /mo each
Services A, B & C are all very similar, and would use the same custom module to call back into our system for account suspension/etc, and the services are tied directly to different qty of services within our application.
IE A customer is monitoring 100 access points with our network monitoring software, and we are charging them $1/mo per access point monitored.
As the customer adds additional services to their account in our system, we call through the API to create a billing line-item.
How would we go about setting this up so we don't have 600 services billing individually each month, or 1 service with 600 addons, or 600 individual invoices?
Thanks!
[edit] I'd like to be able to have their recurring product/service set up so the monthly statements look like:
January 2010
Qty 50 - Service A @ $10 - $500
February 2010
Qty 55 - Service A @ $10 - $550
March 2010
Qty 55 - Service A @ $10 - $550
Qty 2 - Service B @ $50 - $100
Total $650
Edited by wifiguysLink to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.