Jump to content
  • 0

Payment Plan WHMCS


fuzzy

Question

We have a webdevelopment & seo company... We bill all our items using WHMCS.

 

We offer a payment plan for those that cant afford a one time lump sum.

 

 

Is there a way to set this up easily..

 

Lets say someone pays 5,000 for web development, and we want to split it over 5 months at 1000$ a month. How would I go about doing this?

 

-- I've seen the "Auto Terminate" box, but it asks for a specific number of days, and the days of the months vary, so i wasn't sure exactly how to complete that without over billing.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

OK

 

Have a look at the payment gateway API and see if there is a Recurring status update and if there is then code a hook point crone to look for product id = # then run API call and then upate product status and add note to System Activity Log "logactivity ('' . 'Client ID Updated');"

Link to comment
Share on other sites

  • 0

If you want to bill for the full amount and allow the client to make instalments, then your client will need to use the add funds option.

 

The only other way i i can see it to create say 5 invoices, you would just need to adjust the invoice due dates manually to match the instalment arrangement then the invoices would remain open and payable. Just make sure you do not send the invoice creation email until you have completed any changes.

Link to comment
Share on other sites

  • 0

I would recommend you look here:

http://www.hostthebest.com/paypal_partial.php

 

It offers partial payments via PayPal so you create an invoice and your clients pay off that invoice slowly. You can set the final due date and they can keep paying off their invoices as they go.

 

If you secure a deposit then you shouldn't have to risk to much should they fail to make a payment.

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
Answer this question...

×   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