Jump to content

How to Set Up a Second Pre-Due Payment Reminder in WHMCS?


Recommended Posts

Hi WHMCS Community,

I'm looking for a way to set up a second payment reminder for invoices in WHMCS before their due date. Currently, WHMCS seems to support only one pre-due reminder. My goal is to send an additional reminder to improve payment rates.

Questions:

  1. Does WHMCS have a built-in feature for multiple pre-due reminders?
  2. Can this be achieved with a custom PHP hook or a module?
  3. Has anyone implemented this and can share insights or code?

Any guidance or links to resources would be really helpful.

Thanks!

Link to comment
Share on other sites

  • 1 month later...

Yes, You can do this with the custom hook run on daily cron jobs,

but for this, you need to create a custom hook to fetch all unpaid invoices using local API GetInvoices.  Then compare the due date as per your requirement then send invoice using SendEmail local API

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated