Kelevra Posted March 1, 2020 Share Posted March 1, 2020 Hi I need to send invoice to a entire group of my clients, and when invoice is payed i need the payed amount to be added as credits into the client account. Anyone that knows how i do this best and simliest? Thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted March 1, 2020 Share Posted March 1, 2020 @Kelevra Out of the box, there isn't an easy way to do this, the only way would be to have your clients login and use "Add Funds" to add the funds to their credit balance 0 Quote Link to comment Share on other sites More sharing options...
Kelevra Posted March 30, 2020 Author Share Posted March 30, 2020 Is there a way to send invoice to them thats not for credits? Say i just create a product called credits and add the credits manually when the invoice is payed? I still need to send invoice to entire group tho as there is way to many clients to manually send to all of them. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 30, 2020 Share Posted March 30, 2020 27 minutes ago, Kelevra said: Is there a way to send invoice to them that's not for credits? there's no native way to send an invoice to multiple users in WHMCS. 28 minutes ago, Kelevra said: Say i just create a product called credits and add the credits manually when the invoice is paid? that would work. 29 minutes ago, Kelevra said: I still need to send invoice to entire group tho as there is way to many clients to manually send to all of them. then about the only way I can think of would be to use the API - e.g., create a list (array) of userids (though if you say they are all in a client group, you could generate that list from the database); loop through that list of userids and use the CreateInvoice API to create/send the invoice to that current user in the loop (description would be ... possibly, you may need to do them in small batches if there are a lot of users in the client group. 0 Quote Link to comment Share on other sites More sharing options...
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.