Generating a Recurring Invoice for Customers with Multiple Services and Dynamic Billing

Hello everyone,

We have a specific requirement that We are looking to achieve in this billing software.

Our company is a telecommunication service provider offering internet, telephone, and TV services to our customers. We want to generate recurring, comprehensive invoice for our customers who have subscribed to multiple services. Furthermore, some of these services, such as telephone bills, have dynamic pricing based on the number of calls made by the customer.

We are seeking advice on the best approach to implement this in this billing software. Our main objectives are:

Generate recurring invoice for each customer, which includes all the services they have subscribed to (internet, telephone, TV).
Account for dynamic pricing in the invoice, specifically for telephone bills that vary based on call usage.
Include the customer’s assigned telephone number in the invoice.
We would greatly appreciate any suggestions, best practices, or experiences from other users who have dealt with similar challenges. Additionally, if you could provide any tips or pointers for implementing this solution in the billing software, that would be incredibly helpful.

Thank you in advance for your assistance.

Hi,

One option may be to use the API to automate creating the recurring invoices.

You could have a script which runs regularly to update the recurring invoices with the current usage amounts, once the month’s invoice is generated you’d set the usage back to 0.

Thanks for you reply @hillel. Yes indeed we have thought about that and will be the last solution. Just looking to see if there is a solution provided from this software and may be we are failing to see it.